Removing the RFduino chip from Cyton mainboard
Hi,
I want to use the Cyton board without the BT But with Uart (Rx Tx) directly to my Controller (Arduino in my case)
I removed the BT Chip from the board, and connect the Rx,Tx,GND wires from the microcontroller direct to the Arduino
I manage to communicate with the Cyton Board with Serial Port in my PC through the Arduino
but when i try to run the Python code (https://github.com/OpenBCI/OpenBCI_Python), with the "print" plugin, it not working well...
when i try to see the serial data with monitor (AccessPort) i noticed that i cant see the Start Bit (0xA0)..
any one tried something like that?
any other way to connect the board to Arduino without the BT?
Comments