An open API service indexing awesome lists of open source software.

https://github.com/kekyo/pedestriancontroller

American pedestrian signal controller running on ESP8266
https://github.com/kekyo/pedestriancontroller

arduino artwork eagle eagle-cad esp8266 esp8266-arduino pedestrian-signal-controller

Last synced: about 2 months ago
JSON representation

American pedestrian signal controller running on ESP8266

Awesome Lists containing this project

README

          

# American pedestrian signal controller on ESP8266

![Prototyping](images/Prototyping1.jpg)

## 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](images/Prototyping2.jpg)

### Video

* We record our discussion into YouTube: [Fun with Pedestrian Signal (In japanese)](https://youtu.be/vJiQ18ymqcs)

### NT NAGOYA 2018 conference (2018/10/6)

* We did public and demonstration the MatrixSignalController.
* It uses with [the ExtremeFeedbackDevice's signal box.](https://github.com/kekyo/ExtremeFeedbackDevice)
* The three boxes chatting with independent WiFi network, we use http api server and client library.
* See [the "MatrixSignalController" folder](https://github.com/kekyo/PedestrianController/tree/master/MatrixSignalController) at repository.

![NT NAGOYA 2018](images/nt_nagoya_2018.jpg)

![NT NAGOYA 2018 marquee (Japanese)](images/nt_nagoya_2018_marquee.png)

## 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](https://www.seeedstudio.com/fusion_pcb.html) and finished assemble.

![Schematic](images/Schematic.png)

![Artwork](images/Artwork.png)

## How to assemble PedestrianController

![Finished](images/Finished.jpg)

* See also: [How to assemble PedestrianController](HowToAssemble.md)

## License

* Under Apache v2