Avatar

Wonkybadonk

Wonkybadonk

About

Username
Wonkybadonk
Location
Idaho
Joined
Visits
17
Last Active
Roles
Member
Location
Idaho
Interests
BCIing and music

Comments

  • I think I was actually able to get the OpenBCI_Python to talk to the Ganglion in the Ubuntu guest through the CSR dongle using BLE as of a few minutes ago. So I'm not sure that native Linux is required as long as you pass the dongle through to the g…
  • You're good the confusion was on my end. The comment at the beginning of openbci_c.c just said 'This program provides serial port communication with the OpenBCI Board.' I assumed Ganglion was included in that using BLED112 and after the Code 412 err…
  • I think I'm as confused as you then. I've purchased a Ganglion, a CSR dongle and BLED112 dongle. When I launch the OpenBCI_C test.c with the BLED112 hooked up and run as sudo I receive the following after I fiddled with find_port() a bit: Using po…
  • @fwende Seconding @wjcroft as far as perusing some existing code that streams BLED112 to Ganglion. github.com/OpenBCI/OpenBCI_C might also be enlightening if not so wonderfully OOPed as a java implementation. I've been able to get this streaming dat…
  • Hi William,   Sorry for the delayed response! I've just been using a fork of the OpenBCI_C driver repo that's on OpenBCI_C. Mr. Keller merged one of my pull requests making some minor changes to find_port() (github user: zthurman) I'm awaiting the…
  • Hi William,   Thank you for clarifying! I misunderstood, I'll start digging in to see if I can cobble a working implementation with the CSR together Thanks again for the response and for continuing to support us in the forums!
  • Hi ivanELEC,   I'm working in an ubuntu 18.04 VM on a Windows 10 host using the Bled112 dongle to the ganglion so your mileage may vary significantly using a Cyton, especially if you're using a wifi shield. The virtual network adapter passthrough …
  • I'm working with the C library on linux as of today with the Ganglion, I was able to get the Bled112 dongle to work and start a data stream by supplying /dev/ttyACM0 to set_port(). However I can't seem to locate the CSR dongle in linux. I've tried C…