Skip to content

itshanney/arduino-stoplight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Overview

As a software engineer, I've always wanted to dive into electronics and hardware but never really found the right motivation. After discovering the GitHub Stoplight Project, I found my motivation.

This repository is my journal for trying out electronics by implementing my own version of the GitHub stoplight using an Arduino.

Algorithm

The algorithm of the stoplight controller is pretty simple:

  1. Process input from either the manual keypad or a REST PUT request through the Ethernet shield.
  2. Execute the instruction(s) from step (1).
  3. Display the status on the RGB LCD sreeen

Parts List

Notes

  • Arduino Ethernet - I used a separate Arduino Uno R3 + the Ethernet shield, which was a little overkill. I would recommend the Arduino Ethernet for a single, compact offering.
  • Raspberry Pi - I would also look at using the Raspberry Pi, which may be my next adventure.

Pictures

Everybody loves pictures. They will go here.

References

About

Arduino code to control a simple 3-light stoplight.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%