Traffic Light Apps
Traffic light is a simple popular teaching application. Not surprising traffic light applications come up with Raspberry Pi in various ways as described here.
Usual Traffic Light : Red=Stop, Yellow=Warning, Green=Go
but still these traffic lights do not work the same way in all countries. Ex: Austrian traffic light vs US traffic lightTrivia: History of the Traffic Light
Options(HW/SW) for traffic lights on RPi:
- LEDs using just GPIOs - 3 LEDs on different GPIO pins
- Step 1: 1 Blinking LED
- Gordon Projects 1: A single LED (command shell, photos/Fritz)
- Raspberry Pi Things RPi Blinking LED (command shell, breadboard/ pin photos)
- Project 2: Flashing Single LED (Python, Fritz)
- Introduction to accessing the Raspberry Pi's GPIO in C++ (sysfs)
- Blinking LED on Raspberry Pi using C
- Creating a “Blinking LED” project for Raspberry PI (C, LED soldered to resistor)
- Stratch GPIO (Scratch)
Node.js Raspberry Pi Blinking LED - W3Schools
- Step 2: 3 LEDs
- Raspberry Pi Things MyTraffic Light (4diac)
- Project 5: Traffic Light LEDs (Python, Fritz)
- Step 3: Traffic light app
- Project 5a: Two Traffic Light LEDs (Python, Fritz)
- Sense Hat with emulator - use LED matrix to "draw" a traffic light
- Tested- put in git: Steps to teach from long program to using functions
- 4diac trafic app - for Beagle Bone Black, but should work for RPi
- Traffic Hat (buy) - TrafficPi on github
Other examples:
Comments
Post a Comment