Page 1 of 1

OSC to Adafruit Bluefruit

Posted: Sun Nov 03, 2019 1:16 pm
by louiselessel
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

Re: OSC to Adafruit Bluefruit

Posted: Sun Nov 03, 2019 3:40 pm
by James
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

Re: OSC to Adafruit Bluefruit

Posted: Sun Nov 03, 2019 10:32 pm
by louiselessel
Awesome, thank you, I'll have a look at this!