Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calinradoni/pax-dledgrid
https://github.com/calinradoni/pax-dledgrid
esp-idf esp32 smart-devices wifi ws2812b
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/calinradoni/pax-dledgrid
- Owner: CalinRadoni
- License: gpl-3.0
- Created: 2020-02-20T21:12:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-27T21:43:03.000Z (almost 4 years ago)
- Last Synced: 2023-07-18T16:42:13.187Z (over 1 year ago)
- Topics: esp-idf, esp32, smart-devices, wifi, ws2812b
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC-BY-SA-4.0.txt
Awesome Lists containing this project
README
# ESP32 controller for digital LED grids
Dev33-DLED with:
- WS2812x grid
- continuous SoftAP mode
- HTTP server for control## Development Environment
Operating system is [Debian](https://www.debian.org/)
Tools:
- [KiCad EDA](http://kicad-pcb.org/)
- [Visual Studio Code](https://code.visualstudio.com/)
- [Espressif IoT Development Framework](https://github.com/espressif/esp-idf)
- [Git](https://git-scm.com/)
- [GIMP](https://www.gimp.org/)
- [Inkscape](https://inkscape.org/en/)## License
The software and documentation are released under the [GNU GPLv3](http://www.gnu.org/licenses/gpl-3.0.html) License. See the __LICENSE-GPLv3.txt__ file.
The hardware schematics are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
See the __LICENSE-CC-BY-SA-4.0.txt__ file.