DIY Sensor as Analog Input to Arduino

I am making a DIY ECG sensor using op amps (LM741) and resistors with biasing voltages (5V and -5V). Is it possible to use this DIY sensor output as analog input to the Arduino?
If yes what are the pitfalls I should be careful about.

I am trying to replicate the following circuit.

Negative voltages applied to Arduino inputs.

1 Like

Is there any way to rectify that?

1 Like

Was that pun intended?

1 Like

Sketch your DIY ECG sensor and it will be much easier to give comments and advice.

As mentioned the Arduino is not designed for a negative input, bad things will happen. There are circuits allowing you to offset the input voltage which are common. Another approach is to use a single supply operational amplifier. The LM741 is pretty old and while it does not predate me it's a poor choice for today's circuits. As to old operational amplifiers using a single supply there is the LM358 and many newer operational amplifiers.

AC Mains Sensor

The above is an example of how we can apply an AC signal to an Arduino Analog Input. Just work within limits.

Ron


I am trying to replicate this circuit. Do you see any problems coming?

R1 and R2 afford the mentioned offset. Just remember the schematic is for educational purposes and clearly states do not build. You need to place some effort into learning what the circuit does and why it does it. The batteries will result in a split supply of plus and minus 9 volts. Ground not shown is the junction of the two 9 volt batteries. The batteries are series configured.

Ron

Yes. Don't go connecting it to a human body. :grimacing:

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