clareto74
clareto74
About
- Username
- clareto74
- Location
- Montreal
- Joined
- Visits
- 31
- Last Active
- Roles
- Member
- Location
- Montreal
Comments
-
Hi Momin ! I am trying to get an SPI communication between my Teensy 4.1 and an ADS1299. I am using this code void setup() { Serial.begin(115200); Serial.println(); Serial.println("Serial starting"); ADS.setup(9,10,8,1); ADS.STARTUP(); …
-
Thank you, William, for the response. I am aware that Teensy does not support BLE connection. That is why I am asking about SPI or UART connection with the ganglion. I do not want to use the BLED112 neither since I am not planning to use any Blueto…
-
I have searched for a solution here, and I can not find one. I do not want to use the dongle or the OpenBCI GUI. I want to get the raw data from the ganglion on my teensy 4.1. I have tried to connect the Rx and TX pins to my board and read the UART …
-
Ok, but if I don't want to use OpenBCI_GUI? My project would be to have a teensy4.1 or ArduinoMKR connected to an audio shield and the Ganglion. If someone who is wearing the ganglion is focused, then the microcontroller play music in headphones. In…
-
I don't understand why I would have to modify the Ganglion firmware ? Is it to put the SPI or UART pins to send data ? Another idea that just come up is that I could use an ESP32 with a teensy 4.1 so that the Ganglion could send data over BLE to …
-
Thanks William for the quick response. I would like to be able to get my device on me all the time (Raspberry, kinda big to take on with me). It means my arduino or other microcontroller (I've read about Teensy4.1), would be with me connected to t…