- IR detectors pair
- comparator IC for detecting ball pass
- ATmega uC for detecting edges of digital signal from comparators -> speed calculation
- Raspberry PI system that will talk to ATmega (via SPI interface), poll for speed/time readouts and send them to Logstash
- board with ATMega16 (AVR brd I, @16MHz) + DS1307 + STK500 v2 (AVR prog III)
- LTE4206 (IR diode)
- BPW85 (NPN phototransistor)
- Edge-triggered interrupt
- Clock running for measuring the time of ball passing -> store for SPI polling
- Level converter (3.3 <-> 5V)
- SPI master that polls for time/speed readouts.
- Speed calculation on Raspberry PI?