The sensor with the LED shield seems to work fine by themselves. LED fills up with contraction and stays off when relaxed.
The sensor powered by the Arduino also works as expected. I get readings from 0-800 and they correspond promptly with muscle movement.
However, when I connect the signal cable to Arduino, the serial monitor simply fluctuates from low to high values. The LED shield responds to muscle movement as expected, but the values don’t respond to the movements. Here is a sample output with a 100ms delay between readings. Also notice that after each cycle, it stops for a second before restarting. It does not do that when the sensor is not using the LED shield.
01:22:07.072 → A1 1023
01:22:07.174 → A1 1023
01:22:07.243 → A1 1023
01:22:07.344 → A1 1023
01:22:07.447 → A1 903
01:22:07.550 → A1 720
01:22:07.654 → A1 508
01:22:07.756 → A1 252
01:22:09.782 → A1 15
01:22:09.852 → A1 154
01:22:09.955 → A1 424
01:22:10.059 → A1 714
01:22:10.163 → A1 1015
01:22:10.265 → A1 1023
01:22:10.368 → A1 1023
01:22:10.472 → A1 1023
01:22:10.575 → A1 1023
01:22:10.677 → A1 1023
01:22:10.781 → A1 1023
01:22:10.884 → A1 1023
01:22:10.954 → A1 1023
01:22:11.056 → A1 1023
01:22:11.158 → A1 1023
01:22:11.261 → A1 1023
01:22:11.365 → A1 1023
01:22:11.471 → A1 924
01:22:11.573 → A1 756
01:22:11.676 → A1 543
01:22:11.779 → A1 291
01:22:11.882 → A1 24
Can you not use the LED shield and get the signal at the same time? Any help would be greatly appreciated. Thanks.