Data Streaming to SD Card without PC and Dongle
I am looking for a way to start data streaming in the OpenBCI
32 bit board with the help of an external input (a push button etc.) so that the
data gets stored in the SD Card. Having done that, it will eliminate the need
of connecting the board to a PC via USB Dongle. Can anyone tell what
modifications have to be made to the .ino file available on GitHub? Also, can a
push button be attached to the unused pins available on the board?
I need quick help please ![]()
Comments
I mean, that button remains high as long as it is pressed and inserts a trigger in the data stream. So if we use it to turn on the board without any PC or dongle, will it remain long only when the button is pressed?
Joel @biomurph may have a suggestion on your current situation with the error message. Sounds like your chipKIT IDE may be misconfigured. Reloading the stock firmware should return everything to normal. But even with the external trigger firmware loaded, the GUI should still operate. Mysterious. Here's a thread all about uploading tips.
http://openbci.com/forum/index.php?p=/discussion/208/chipkit-uploading-tips-restarting-bootloader/p1
---
My suggestion about usurping the BLE / PC switch position was just a suggestion. It's currently just used as an on/off switch. None of the current firmware checks to see which position it is in, PC or BLE. As there is no BLE code in the stock firmware. This means you could repurpose the switch or a combination of button presses to flag your special operation mode of recording direct to SDcard without streaming to PC. (PC = operate as normal, streaming to PC; BLE = get ready to record direct to SDcard when button is pressed; 2nd press stops recording.)
William