Modify OpenBCI GUI to work with another hardware?
Hi All,
Thank you for reading my question. I am prototyping for a course project, I start from Arduino UNO + ADS1299 demonstration kit daughter board. I uploaded the StreamRawData.ino into the Uno board, got the printed message and the register map from Serial Monitor, and streamed data.
I then worked on modifying OpenBCI_GUI processing code downloaded from: https://github.com/OpenBCI/OpenBCI_Processing
The problem is Processing console returns "OpenBCI_GUI: serialEvent: received serial data NOT from OpenBCI." and cannot proceed.
I saw some posts say the GUI only work with OpenBCI board. But since the StreamRawData.ino worked fine for my hardware, and data stream in serial monitor had no problem, then the GUI should be somewhat similar I guess? Could you please give some suggestions and direction to go on how to modify the GUI code to work with my hardware setup?
Thank you very much for any suggestions!!
Leon

Comments