Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hormcodes/imp-project

Control traffic lights via simple web app...
https://github.com/hormcodes/imp-project

arduino controlling-leds javascript wifi-hotspot

Last synced: 7 days ago
JSON representation

Control traffic lights via simple web app...

Awesome Lists containing this project

README

        

# IMP Project

This project was created at BUT FIT in course Microprocessors and Embedded Systems.

# Setup

1. Install Arduino IDE
2. Add [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) library
3. Add [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) library
4. Install plugin for file system data upload from [here](https://github.com/esp8266/arduino-esp8266fs-plugin)
5. Run Arduino IDE, upload data files and source files

# Scheme

HW scheme is inside `dokumentace.pdf`.