NikhilNayak
NikhilNayak
One last thing. Reading serial data from the 57600 baudrate gives me this data: https://pastebin.com/2SH1yarQ Does this have any significance? I briefly looked at the neurosky documentation but didn't see...
So what does the 8th number represent? You said "It's every 8th number in the stream." but what is "it"? And how could I get the attention/meditation values from this?...
Ohhhh. Thanks a lot both of you guys.
On the neurosky documentation, it says esense attention is 0-100 but in the second Pastebin you can see that sometimes the number after the 170, 170 is 255. What does...
Actually, these are all the "attention" values from the pastebin: [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 26, 170, 170, 255, 170, 170, 170, 170, 170,...
lol. Well, no problem. I'll just look over the data again and see if there's anything else that I find.
Ok. Is there any useful data in the 9600 baud serial output(https://pastebin.com/vyYLFxBW)? I'm just not really sure what to be looking for.
When I used the library, it only prints the data when brain.update() is true, which never happened. I don't really know why that's happening.
Also, I'm just reading the raw serial data at the 9600 baud rate.