midi event -> OSC over wifi -> ESP8266 -> hardware event. ie build a leds guide to learn keyboard, according to a midifile.
Go to file
Sam Neurohack 57fce1f159 More basic hardware doc 2021-01-06 03:49:47 +01:00
esp Basic hardware doc 2021-01-06 03:48:09 +01:00
OSC3.py not finished commit 2021-01-06 03:32:39 +01:00
README.md More basic hardware doc 2021-01-06 03:49:47 +01:00
log.py not finished commit 2021-01-06 03:32:39 +01:00
main.py not finished commit 2021-01-06 03:32:39 +01:00
midix.py not finished commit 2021-01-06 03:32:39 +01:00

README.md

midiOSCesp v0.1

By Sam Neurohack

ESP operations in micropython, we use :

ESP 8266 from https://www.wemos.cc/en/latest/d1/d1_mini_lite.html

Micropython firmware (select v1.13 with the right RAM amount): https://micropython.org/download/esp8266/

Flash firmware, upload python files, run files,... thonny IDE : https://thonny.org/

Great tutorials : https://randomnerdtutorials.com/getting-started-thonny-micropython-python-ide-esp32-esp8266/

Connect the led strip to D5 (GPIO 14)

More soon...