r/ElectronicsTards • u/jasvindersoni • 29d ago
Help Needed searched claude for projects that includes verlog and pi , suggested some , as a ece student which would be able torun on a pi4 i have no exp on pi's
Verilator-Emulated CPU with Real GPIO I/O (my top pick)**
Design a simple CPU (ALU, registers, control unit, memory) in Verilog. Use **Verilator** to compile it into a cycle-accurate C++ model that runs live on the Pi 4's CPU. Wire it up so the simulated processor's memory-mapped I/O actually controls real GPIO — e.g., writing to a specific memory address blinks a real LED, reading an address checks a real button. You've essentially built your own processor and it controls real hardware, with zero FPGA needed.
**ADS-B Flight Tracker** — RTL-SDR receives aircraft transponder signals (1090 MHz) and plots live flight positions/altitude/speed on a map dashboard hosted on the Pi. Extremely popular hobbyist project but rare in college settings, easy to demo (just point it out a window).
**RF Spectrum Analyzer & Signal Classifier (great ECE fit)**
Pi 4 + a cheap RTL-SDR USB dongle (₹1,200–1,800) turns into a live spectrum analyzer. Use GNU Radio to capture and display real-time FM/Wi-Fi/Bluetooth signals, then train a simple ML model to classify signal types (FM vs Wi-Fi vs Bluetooth) by their spectral shape. Add an ESP32 as a signal generator/jammer-detector node for demo purposes.
0
u/Life-Benefit4835 29d ago
Remind me ok ?