Hi, I'm trying to read the raw data from the Muse 2 with an ESP32-WROOM-32.
I managed to connect to the Muse and read a characteristic like the name which has the READ property.
For the raw data, the characeristic's property is NOTIFY. I tried to enable and subscribe to the notifications for the raw data UUID, but I don't receive anything.
I found this muse-js toolbox while searching for my problem but I don't know a lot about TypeScript.
Can anyone tell me if you need to do anything more than what I did to be able the read the notifications.
Thank you
Hi, I'm trying to read the raw data from the Muse 2 with an ESP32-WROOM-32.
I managed to connect to the Muse and read a characteristic like the name which has the READ property.
For the raw data, the characeristic's property is NOTIFY. I tried to enable and subscribe to the notifications for the raw data UUID, but I don't receive anything.
I found this muse-js toolbox while searching for my problem but I don't know a lot about TypeScript.
Can anyone tell me if you need to do anything more than what I did to be able the read the notifications.
Thank you