I have successful communication with the ADS1298 board (at least I believe I do). When I try and read values from any of the channels via electrodes, I get the following on my serial monitor:
...
-56649 -37957 -3074 4610
-15104 3526 -3084 4583
26966 45696 -3079 4598
26941 45712 -3085 4589
...
26941 45702 -3068 4579
25253 44013 -3091 4582
-54862 -36122 -3082 4572
-56658 -37940 -3070 4604
...
(I'm only printing the first four channels after the 3 bytes of header information)
The values I get are fairly consistent and change from low to high consistently as well.
I'm again following Adam Feuer's GitHub for the ADS1298 breakout board.
Am I missing a reference voltage to stabilize my values? Or some sort of external filters for the electrodes?
I attempted to follow the instructions for RLD here https://e2e.ti.com/support/data-converters/f/73/p/414236/1472373.
I'm just a bit lost in attempts at getting EMG data.
Thanks for any help,
Spencer