Prev
Next
Page 10 of 46
Posted on Sat Feb 22 2025
Last updated Sun Feb 22 2025
I'm going to build an app that reads data streamed by a Bluetooth connection to my OpenBCI Ganglion. Will start processing data from a single sensor.
Will learn about how to measure the quality of the data stream and how to measure microVolts.
I was very unsuccessful. I was not able to stream data from a single node to my Mac. I wasn't able to connect my Ganglion to my Mac. I know I can connect it using the OpenBCI app. I was able to do that earlier this week. But I wanted to try and set up a TypeScript project to stream my data since I'm most comfortable with TypeScript.
I wasn't even able to get the dependencies installed to connect to my Mac's Bluetooth port.
So I tried with a python app and OpenBCI's python library.
Didn't work either.
Tomorrow I'll give it another try.
Reminds me of the days when I started learning web development. It would take me 6 hours to build a simple navigation menu.
Okay. I connected! Claude wrote a script to detect Bluetooth devices around me and finally found the Ganglion!