Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/hormcodes/imp-project
- Owner: HormCodes
- Created: 2018-12-30T18:34:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T21:30:04.000Z (almost 6 years ago)
- Last Synced: 2024-02-04T13:31:10.314Z (10 months ago)
- Topics: arduino, controlling-leds, javascript, wifi-hotspot
- Language: C++
- Homepage:
- Size: 522 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.