Hi Forums, James,
Is it possible to stream the OSC data from Muse Monitor, over to an Adafruit feather bluetooth device, like the Bluefruit nRF52832?
I want to control some lights with my brain
I want to take it on the streets, since it is a wearable, so wifi is not an option.
https://www.adafruit.com/product/3406?g ... 9pEALw_wcB
OSC to Adafruit Bluefruit
Re: OSC to Adafruit Bluefruit
No, but you can turn on the Wifi hotspot on your phone and connect an ESP8266 up to it for the same effect.
Here's some sample ESP8266 code I wrote:
https://github.com/Enigma644/ESPMuseOSC
Here's some sample ESP8266 code I wrote:
https://github.com/Enigma644/ESPMuseOSC
-
- Posts: 2
- Joined: Sun Nov 03, 2019 1:10 pm
Re: OSC to Adafruit Bluefruit
Awesome, thank you, I'll have a look at this!