Serial wire connection Cyton - Arduino
Hi guys,
I want to recover the EEG, heartbeat and respiratory rate for real-time treatment.
I am already able to recover the EEG from the OPEN BCI CYTON (32bits) + DASY. And I get the other information with an Arduino.
I synchronize while using the information transmitted by the arduino only when I receive the EEG information.
I would like the data to be synchronized before reaching the computer. For this reason I had thought of connecting the CYTON directly to the Arduino with a cabled serial port. This would also solve the data transmission problem that is currently reduced to 125Hz due to Bluetooth. (I don't understand why they put such a slow module...)
I know i can made a serial wire port between two Arduino, i followed this tutorial to set up my Arduino IDE : https://docs.openbci.com/Hardware/05-Cyton_Board_Programming_Tutorial
But i don't really know the way i'm supposed to code on the CYTON, i didn't find any tutorial. Does it work exactly like a classic Arduino ?
What do you think ? Is a serial wire connection feasible ?
If i can't solve the problem of the frequency I will juste buy the WIFI module.
Hopefully, one of you is so kind for answering my questions. 
Comments
Regards,