Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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:


TerraLight.

## Hardware
### Elec design
The schematic and pcb design has been designed via KiCad:


Schematic.
PCB.

## 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]