Abdo
Abdo
About
- Username
- Abdo
- Location
- Syria
- Joined
- Visits
- 11
- Last Active
- Roles
- Member
- Location
- Syria
Comments
-
#define NUM_CHAN 4 #define BAUD_RATE 115200 //Tested with 57600 and 115200 const byte BufferSize = NUM_CHAN * 4; char Buffer[BufferSize+1]; boolean newData = false; float emgData[NUM_CHAN]; void setup() { Serial.begin(BAUD_RATE); pinMode(7…
-
The muscle signaling protocol is 0.001,0.002,0.003,9.999 / n If you can send the muscle data via this attached code, I just need instructions that make me receive the time series code.
-
Thanks for your help, but I am working on an artificial hand project from the brain signals, and I need any transmission method to the Arduino. I transferred the muscle signal data, but this does not help me. I need any help to transmit the brain si…
-
after downloding program openbcigui-v5.0.3 Only a black screen appears and the program does not work. Why do I want a solution to this problem Thank you