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 db0d17f8c5 Better readme 2021-01-08 23:35:08 +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 Better readme 2021-01-08 23:35:08 +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

Forward incoming midi messages as OSC message (UDP) to micropython host to trigger hardware event. In example : noteon, noteoff lights on/off some leds connected to an ESP 8266.

Remember to edit netconf.py for network/OSC configuration. Connect the led strip data line to D5 (GPIO 14)

More soon...