experimenting with various repo .ino files, freezes after 'b'
Hi Everyone,
Recently I am trying to understand the relationship between all the different OpenBCI repo. I can get some of them working by uploading Arduino code and see the result from Processing interface, but if I try to observe the data streaming process directly from Arduino it always just end up crashed.
I can see from my Arduino serial monitor it prints out "Press 'b' to begin streaming data, press 's' to stop..." after hitting on 'b' it then seems starting to stream data and basically the monitor will freezes up (will no move unless I kill the process)(pressing 's' will not stop it too).
Can anyone tell me if I am doing something wrong or should I always using Processing interface to see the outputs?
(btw can anybody tell me which Processing GUI I should be using if I would like to try this (https://github.com/biomurph/OpenBCI_8bit_HexBug) HexBug code on my Arduino? I try to upload on my Arduino but it freeze up after pressing 'b'. The Processing OpenBCI_GUI can connect with the Arduino but shows nothing on GUI)
Thank you so much for reply
-Yen
Comments
I'm a bit unclear about your statement, "I can get some of them working by uploading Arduino code..." So that sounds like you are loading different firmwares into OpenBCI board? I'd suggest just staying with the stock / default firmware that shipped with your unit. Any other configuration found in the repo is going to be a special purpose setup.