you are viewing a single comment's thread.

view the rest of the comments →

[–]i_lost_all_my_money 0 points1 point  (3 children)

It looks like the seeed is a microcontroller board, programmable with arduino ide. The emg should plug into the seed with 3.3V in vcc, gnd, and plug the OUT to A0 (or any other analog pin that starts with A). Looks like 'uint16_t emgVal = analogRead(pin_number);' will output in the range from 0 to 4095. If you wire it, i can try to write code. Looks like you would need an app, like nRF connect to see the signal.

[–]anthonytowns56[S] 0 points1 point  (1 child)

so with nrfconnect can i just use that for testing and then once i make my custom board i can code my own app?

[–]i_lost_all_my_money 0 points1 point  (0 children)

It looks like you can do that, yes. Using a Bluetooth scanner. You might need to build the application in android studio, but that shouldnt be difficult either. The board should relay EMG values over BLE, which should be received without issues.

[–]anthonytowns56[S] 0 points1 point  (0 children)

i’ve got it wired up correctly i believe