Hi everyone
I'm experiencing exactly the same problem with EMG measurement as edog.
In response to this problem, libelium-dev suggested replacing "delay (1)" with "delay (100)".
Does this mean that approx 10Hz is the upper limit of sampling frequency of EMG measuremnt by e-Health platform?
This sf seems unacceptably low for EMG measurement.
best
libelium-dev wrote:
Hello PeaceTsy,
Please try to change this line:
Code:
delay(1); // wait for a millisecond
to:
Code:
delay(100);
Try and tell us your results.
Regards