Confused at which repository to look at for the OpenBCI Device code
So after testing my devices with a few tries, all the trial runs were successful. I was thumbing through the repositories to try to find the source code of what was loaded onto my 8-bit OpenBCI board.
* https://github.com/OpenBCI/OpenBCI_Radios/blob/master/OpenBCI_8bit_Host/OpenBCI_8bit_Host.ino <- this definitely seems like the same code for the dongle.
* https://github.com/OpenBCI/OpenBCI_Radios/blob/master/OpenBCI_8bit_Device/OpenBCI_8bit_Device.ino <- Not sure if this is just test device code.
* https://github.com/OpenBCI/OpenBCI_8bit <- seems to have the device code for the OpenBC 8bit, but not the dongle code for the corresponding device. Source code here also differs from the one in OpenBCI_Radios.
^Am I looking at the above repositories right? I want to make sure I have a copy of the code on the device before I start programming in in case I need to revert any changes I made.
* https://github.com/OpenBCI/OpenBCI_Radios/blob/master/OpenBCI_8bit_Host/OpenBCI_8bit_Host.ino <- this definitely seems like the same code for the dongle.
* https://github.com/OpenBCI/OpenBCI_Radios/blob/master/OpenBCI_8bit_Device/OpenBCI_8bit_Device.ino <- Not sure if this is just test device code.
* https://github.com/OpenBCI/OpenBCI_8bit <- seems to have the device code for the OpenBC 8bit, but not the dongle code for the corresponding device. Source code here also differs from the one in OpenBCI_Radios.
^Am I looking at the above repositories right? I want to make sure I have a copy of the code on the device before I start programming in in case I need to revert any changes I made.
Comments
I'm still deciding on which one I'm going to make the changes to. The changes I plan to make (when I've fully decided on if it's the dongle or the board I want to put it on) are some functions to identify waveforms across a certain snapshot of data, which would be done with an FFT applied to said data. It'd then correlate the simplified data over to another Arduino board that has a rudimentary AI (most likely over spare digitial pins than can be used for read/write).