-
OpenBCI GUI connection error
by smanne ·I'm using the Cyton in debug mode (serial output via SERIAL1, D11/D12 pins). After this, when I attempt to plug in the USB dongle and connect via OPENBCI GUI, connections fails. It is important to not -
Quick Question About Using Serial0 for Wired Communication on Cyton
by Cindy ·stream EEG data directly via Serial0 (instead of Serial1) for this purpose. If Serial0 can be used for data streaming, it might not be necessary to modify the firmware, since Serial0 would already be -
Quick Question About Using Serial0 for Wired Communication on Cyton
by wjcroft ·Mods to the board or firmware are generally NOT recommended. The very old threads you refer to, regarding Serial1 and Serial0 'wired connection' are from an unsupported, user initiated, one-off 'hack' -
Quick Question About Using Serial0 for Wired Communication on Cyton
by Cindy ·From the forum discussions and codebase (e.g., Board_Defs.h), I understand that Serial1 is typically reserved for debugging and used in conjunction with the WiFi shield. However, in my current wired s -
electrode impedance test using the GUI widget
by wjcroft ·Additionnally, when I try to look at the raw data using the serial1 port, I get voltage values that do not match at all the values displayed in the GUI. Is it possible that the gain changes when the l -
electrode impedance test using the GUI widget
by JLG ·Additionnally, when I try to look at the raw data using the serial1 port, I get voltage values that do not match at all the values displayed in the GUI. Is it possible that the gain changes when the l -
how to record rTMS sync information with EEG on Cyton
by wjcroft ·/ variables including the strings: Serial0 and Serial1. -
wifi.sendStringLast() and printAll
by wjcroft ·void OpenBCI_32bit_Library::printSerial(int i) { if (iSerial0.tx && !commandFromSPI) { Serial0.print(i); } if (iSerial1.tx) { Serial1.print(i); } } -
Labstreaminglayer - Cyton + WiFi shield (Python)
by nejemia ·BTW. Serial1 in Debug mode can stream the data directly to the openbci_lsl.py instead of using the normal BLE dongle? -
PicKIT4/MPLABX direct connection to Cyton / Debugging & Exploration
by wjcroft ·re: "only option to do Serial.println". You should be able to BOTH do serial1 output AND serial1 input, by checking to see that serial1 has an input character waiting. -
PicKIT4/MPLABX direct connection to Cyton / Debugging & Exploration
by MaxSpindle ·Secondly, yes I see the serial1 through the uart connection, however that would leave me with the only option to do Serial.println readouts on the serial monitor, which I find rather limited, or do I -
PicKIT4/MPLABX direct connection to Cyton / Debugging & Exploration
by wjcroft ·I guess you might be interested in the "in-circuit debugging" capability of the MPLAB system. But really, you have an extra serial port on the Cyton PIC, that can be used for output and inpu -
Substituing RFDuino by Other Serial BLE Link
by nejemia ·BTW, as Debug port using them on Serial1 the perfrmance is perfect, buy I would like to test them for streaming. -
Customizing the Time Series Window / Bipolar Longitudinal Montage
by nejemia ·I would like to add a second communication channel (lets say Serial1) connected to a different PC and use this second PC to send/receive commands ONLY, not to receive the flux of data comming from the -
Customizing the Time Series Window / Bipolar Longitudinal Montage
by wjcroft ·Nejemia, hi. re: the two serial streams on the chipKIT microcontroller, Serial0 and Serial1. I don't understand the context of your question. The GUI expects to use Serial0 for both commands and data -
Customizing the Time Series Window / Bipolar Longitudinal Montage
by nejemia ·Is there any possibility to use Serial1 only for commands without the streaming and having Serial0 as it is with the RFduino dongle working normally? -
Can I prototype the circuit on a breadboard [resolved]
by wjcroft ·The way this is done, is by using a usb serial port breakout board, and usb isolator. The serial pins from the breakout are wired to the PIC 'serial1' TX, RX pins. 'serial0' was used for the RFduino r -
Connect the Cyton board to a FPGA
by wjcroft ·Suggest that the customer look at the "serial1" information here, -
How to get serial ouput for debugging: WiFi shield + daisy
by wjcroft ·NO, there are two serial ports on the chipKIT/PIC32. 'serial0' is how the PIC32 communications with the mainboard RFduino. 'serial1' is this second serial port on pins 11 & 12; used mainly for -
How to use the GPIO-Pins of the PIC32 for reading temperature?
by EngineeringStudent ·Anyway, I'll have a look at the firmware. If I'm not thinking in the wrong direction, it should be possible to use the Serial1 connection to integrate the temperature data into the data stream from th