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
- Host: GitHub
- URL: https://github.com/kekyo/pedestriancontroller
- Owner: kekyo
- License: other
- Created: 2018-04-17T12:03:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T15:55:28.000Z (over 7 years ago)
- Last Synced: 2025-02-09T22:33:14.906Z (over 1 year ago)
- Topics: arduino, artwork, eagle, eagle-cad, esp8266, esp8266-arduino, pedestrian-signal-controller
- Language: C++
- Homepage:
- Size: 37.8 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# American pedestrian signal controller on ESP8266

## 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.

### 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.


## 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.


## How to assemble PedestrianController

* See also: [How to assemble PedestrianController](HowToAssemble.md)
## License
* Under Apache v2