Gravity EMG is showing random results
Hi, I think that my device could be broken or something because it shows random results, I connected it like this: red to 5V on Arduino, black to GND, blue to Analog 0
I used the simplest program (only change Serial.begin to 9600 because earlier was showing trash data)
And it showed me (before calibration) this
So I set it on 1024
It's showing me only few number as if sensor was disconnected or something, I change sensor on various muscles, check many times connection and disconnected an connected again cable. What could be wrong?
I used the sample code from the wiki in the video I provided. I recommend you try this code.
pls check: https://wiki.dfrobot.com/Analog_EMG_Sensor_by_OYMotion_SKU_SEN0240
You can use a serial plotter to view the data.
It is recommended to check or replace the wire to rule out poor contact of the wire. You can try other analog ports. At the same time, you can also refer to the placement position of the sensor in the picture.
Results from analogRead without library
https://pastebin.com/ckt7iqTg
valorano1345Results from analog read without library attached (raw readings)
muscle relaxed103102103102103103102103103103102102103102103102103102102103103103103103102102102102103muscle tense102103103102102103102103103103103102103103102103103103103103103103103no sensor connected to board000102103000491030000103103
valorano1345wiki: https://wiki.dfrobot.com/Analog_EMG_Sensor_by_OYMotion_SKU_SEN0240
Our test video: https://drive.google.com/file/d/1dFJgTOucMdhOdN4qrJxpISchJOZxVWth/view?usp=drive_link
Are you calibrated?
jennaYes I calibrated and still has only few results, I put everything tight with the muscle direction
i want your help please guide me about the sensor
It don't show me constant information about muscle activity and those numbers seems to be random, when I disconnected sensor from board it was also showing me random numbers
valorano1345I used this code
https://raw.githubusercontent.com/oymotion/EMGFilters/master/examples/SimpleEMGFilters/SimpleEMGFilters.ino
valorano1345