openbci-archive / OpenBCI_NodeJS

Node.js SDK for the all OpenBCI Biosensor Boards
https://www.npmjs.com/package/openbci
137 stars 52 forks source link

Bug: droppedPackets on sample 0 #119

Closed andrewjaykeller closed 7 years ago

andrewjaykeller commented 7 years ago

Keep getting dropped packets on sample 0, thinking this is a bug.

andrewjaykeller commented 7 years ago

I'm not sure I can find the issue here...

baffo32 commented 7 years ago

We determined this was a feature, not a bug. When the daisy board is attached, the first sample is corrupt because it is averaged with nothing, so should be dropped. EDIT: the other bug happened when the first sample was received in the same block as the intro message, and then it was dropped, but you fixed that.

andrewjaykeller commented 7 years ago

Na I still see it with 8 channel

baffo32 commented 7 years ago

Oh interesting