"Supercar" is the (stupid) italian name for the Knight Rider TV series. In that series, the iconic car KITT sports a red light going back and forth under the hood. That effect is called "Larson scanner".
This board implements a "Larson scanner" with regulable speed using a 555 timer and a few 74' CMOS logic ICs (two latches, a full adder, a demux and a 4x 2-in xor gate). It's powered by a CR2032 coin cell battery.
The circuit is quite simple to understand and a good exercise on SMD hand-soldering.
I take NO responsibility for what happens if you decide to build and use this card. But You're encourauged to take what you deem fit from this, and use it in your projects!
You can find a verilog implementation of the circuit under the supercar_verilog
directory, complete with a testbench.
Remember to use a CMOS variant of the 555 timer compatible with a low supply voltage, like this.
TODO
- Pin 4 of the RN1 resistor network is unconnected and should be connected to +3.3V. Pin 16 of U1 is a good spot.