Ganglion EMG to Arduino UNO
in Ganglion
Hello!
For a project I am attempting to collect EMG data through the ganglion, send it to my laptop using the bluetooth dongle (I have a Dell), then to send that data out through the use of the networking widget to my ardunio UNO to perform a task, in this case, to control a motor. The problem is, the arduino is not picking up the serial data I am sending out through the networking widget. The widget says it is sending the data through COM 4 (the only available on my computer) and when I connect my Ardunio through USB, it states that it is connect through COM 4 as well. Is there something wrong with my workflow, or is there an intermediate step that I am missing between the sending of the data and the recieving of it through the arduino. I posted a picture of the code I am testing with, which should tell me what bytes it is receiving in the monitor, however, when I run the ganglion and GUI and the UNO and its code at the same time, I get no data being input from the ganglion. I know the code works because when I type directly into the monitor, it outputs the bytes for whatever I typed. 
Thank you!!
Comments