smanne
smanne
About
- Username
- smanne
- Location
- Stanford, CA
- Joined
- Visits
- 26
- Last Active
- Roles
- Member
- Location
- Stanford, CA
Comments
-
This is what I currently do: * Connect the Cyton via USB dongle to my Mac and open a serial communication window on my Mac to talk with the Dongle. I send /1 to enter debug mode and confirm this via the "Success: debug mode" output in the seria…
-
All I want access to is the raw data via a serial communication, and I believe this is what debug mode allows for? Is this not what I am receiving? I have made no firmware changes.
-
Update: The new firmware supports very easy access to using D11/D12 pins as debugging outputs (they serially output all data). This gives a wired connection to the board for it to stream data. All you need to do is plug in the dongle, and send /1…
-
Thank you for the detailed advice! I really appreciate it William. I require for this project to be bare-metal, and BrainFlow requires an OS to run, so I'm trying to find a way around it. I see these possibilities: 1. What about connecting direct…
-
Hi wjcroft, Thanks for the response. Does this mean I cannot directly communicate with the Cyton over UART, and instead have to communicate over the Brainflow library? At the end of the day, I want to receive raw data to my final microcontroll…