Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnbigeon/terra_light
Micropython server to handle neopixels for Terrarium.
https://github.com/johnbigeon/terra_light
micropython neopixel webserver
Last synced: 24 days ago
JSON representation
Micropython server to handle neopixels for Terrarium.
- Host: GitHub
- URL: https://github.com/johnbigeon/terra_light
- Owner: JohnBigeon
- License: mit
- Created: 2024-09-29T13:27:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:02:59.000Z (26 days ago)
- Last Synced: 2024-10-20T20:34:45.571Z (26 days ago)
- Topics: micropython, neopixel, webserver
- Language: Python
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terra light
## Concepts
Remote access to a neopixel strip via micropython and web servers.## Visuals
The main device looks like:
## Hardware
### Elec design
The schematic and pcb design has been designed via KiCad:
## Software
Update the key in 'env.txt' with the correct parameters.
Then rename the 'env.txt' file to '.env' file.## Roadmap
This is the expected roadmap for this project:### Proof of concept: version 0.0.1
- [x] Create webserver via micropython.
- [x] Test the control of leds.
- [x] KiCad design.### Audio recognition: version 0.0.2
- [ ] Integrate INMP441 device.
- [ ] Get audio samples
- [ ] Use Tensorflow micropython [https://github.com/mocleiri/tensorflow-micropython-examples/tree/main]