Measuring a EMG signal voltage in Arduino Due!

Hope whoever reading this are feeling well.
I am working on a project with emg signals. Am using a EMG sensor module for detecting the signals from the electrodes attached to the skin. This module is connected to arduino due analog input and the module gets power from power source.
If anyone can provide or help me with the code for measuring the voltage in millivolt from the analog values.

thanks in advance

Analog value to voltage conversion formula:
Voltage=5/1024*analog value.

thanks for the reply, but am using arduino due and it is having 3.3 ref voltage and 12 bit resolution for ADC.
i read from papers that it ranges from 0-10millivolt. but am getting a huge differemce and i dont know why

Are you testing in an area free of interference from AC powered devices and mains power wiring?

No, am doing in a lab with power supply from the rohde and schwarz device

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.