https://github.com/calinradoni/pax-lampd1
A lamp based on pax-DLED and 2 x 100 WS2812B LED strips
https://github.com/calinradoni/pax-lampd1
esp-idf esp32 ws2812 ws2812b
Last synced: about 2 months ago
JSON representation
A lamp based on pax-DLED and 2 x 100 WS2812B LED strips
- Host: GitHub
- URL: https://github.com/calinradoni/pax-lampd1
- Owner: CalinRadoni
- License: gpl-3.0
- Created: 2020-08-10T19:00:28.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T22:55:06.000Z (over 4 years ago)
- Last Synced: 2024-12-30T20:19:17.208Z (over 1 year ago)
- Topics: esp-idf, esp32, ws2812, ws2812b
- Language: C++
- Homepage:
- Size: 328 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC-BY-SA-4.0.txt
Awesome Lists containing this project
README
# Lamp D1

The software should be built with [ESP-IDF](https://github.com/espressif/esp-idf) **v4.1**.
It is a lamp based on pax-DLED with two 100 WS2812x LED strips.
TODO: write this README !
Features:
- HTTP server for commands, settings and OTA upgrade
## 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.