Bluetooth section in Cyton Codes

Hi,
I have been looking at the cyton board codes on the Arduino platform. I am specifically trying to understand where exactly the Bluetooth code is used, since my aim is to modify the Bluetooth functioning. I came across this line in the code: board.sendChannelData(). This is also the line that is present in the BoardwithBLE code. So I am guessing that there is something in this code line that allows for the interaction with the Bluetooth module.
So my query is that is there a possible approach to change the Bluetooth functions by changing the header files?
Regards,
Sanket Garg

Comments

  • wjcroftwjcroft Mount Shasta, CA

    Sanket, hi.

    Cyton radios (RFduino's) use custom firmware from RF Digital, to implement the high speed 'GZLL' Bluetooth protocol necessary for Cyton's operation and data transfer requirements. Normal BLE Bluetooth Low Energy mode is NOT compatible with Cyton, and cannot be made so.

    https://github.com/OpenBCI/OpenBCI_Radios

    William

Sign In or Register to comment.