Skip to content

American pedestrian signal controller running on ESP8266

License

Notifications You must be signed in to change notification settings

kekyo/PedestrianController

Repository files navigation

American pedestrian signal controller on ESP8266

Prototyping

What's this?

  • It's pedestrian signal controller running on ESP8266 (aka ESP-WROOM-02).
  • I made custom schematic and artwork from scratch.
    • Use EAGLE 8
  • I wrote sequencer code by C++ on ESP8266-Arduino IDE.

Prototyping

Video

NT NAGOYA 2018 conference (2018/10/6)

NT NAGOYA 2018

NT NAGOYA 2018 marquee (Japanese)

Features

  • Basic sequence for american pedestrian signal standard (3 wired control).
  • Scheduled time control between signal-on hour and signal-off hour.
  • Battery-backuped RTC using scheduler.
  • Auto synchronize NTP server with your WiFi AP.

Schematic and artwork

  • I ordered PCB to Fusion PCB and finished assemble.

Schematic

Artwork

How to assemble PedestrianController

Finished

License

  • Under Apache v2