Difference between revisions of "PiTraffic"
From SB-Components Wiki
(Created page with "<div class="row"> <div class="large-8 column"> == PiTraffic == PiTraffic is a low-cost Raspberry Pi HAT to make the users more connected with the real-world traffic light sy...") |
(→Pinout) |
||
Line 29: | Line 29: | ||
<tr><td> Buzzer </td> <td> GPIO 18 </td></tr> | <tr><td> Buzzer </td> <td> GPIO 18 </td></tr> | ||
<tr><td> Button </td> <td> GPIO 4 </td></tr> | <tr><td> Button </td> <td> GPIO 4 </td></tr> | ||
+ | |||
+ | <tr><td> South Led's </td> <td> '''RED:''' GPIO 17, '''YELLOW:''' GPIO 27, '''GREEN:''' GPIO 22 </td></tr> | ||
+ | <tr><td> West Led's </td> <td> '''RED:''' GPIO 23, '''YELLOW:''' GPIO 24, '''GREEN:''' GPIO 25 </td></tr> | ||
+ | <tr><td> South Led's </td> <td> '''RED:''' GPIO 5, '''YELLOW:''' GPIO 6, '''GREEN:''' GPIO 13 </td></tr> | ||
+ | <tr><td> South Led's </td> <td> '''RED:''' GPIO 16, '''YELLOW:''' GPIO 20, '''GREEN:''' GPIO 21 </td></tr> | ||
</table> | </table> |
Revision as of 07:30, 2 July 2021
PiTraffic
PiTraffic is a low-cost Raspberry Pi HAT to make the users more connected with the real-world traffic light system. It operates on the 5V input with the programmable buzzer and buttons which are connected directly to the GPIO Port. It is a set of 4 traffic lights with the colorful LED(Red, Green, and Yellow).
Features
- No Soldering Required
- Low-Cost Traffic Light HAT
- Buzzer as Roundabout
- 40-pin female header included boosting height for Raspberry Pi
Specifications
- Power Supply - 5V
- Traffic light Stands - 4
- Programmable Buzzer - Yes
- Push button - 1
Pinout
Servo Driver HAT | BCM |
---|---|
VCC | 5V |
GND | GND |
Buzzer | GPIO 18 |
Button | GPIO 4 |
South Led's | RED: GPIO 17, YELLOW: GPIO 27, GREEN: GPIO 22 |
West Led's | RED: GPIO 23, YELLOW: GPIO 24, GREEN: GPIO 25 |
South Led's | RED: GPIO 5, YELLOW: GPIO 6, GREEN: GPIO 13 |
South Led's | RED: GPIO 16, YELLOW: GPIO 20, GREEN: GPIO 21 |
Installation
Python
Resources
Github