How to read out 0-10V sensors w/ ext power supply

Hello,

I am trying to grasp whether this project is feasible through an Arduino or not. I simply have two analog sensors that output 0-10V. I cannot use the 0-5V analog inputs as is, so I would have to use a voltage divider to cut the voltage in half or more.

Where I come to my conundrum is not having a common ground (I think). Both sensors take 24VDC as their supply can output 4-20mA or 0-10VDC. Below is the wiring schematic for the sensors and my sketch of what this would look like.

I hope I am missing something obvious, but I cannot seem to find the answer myself.

Thank you for any feedback you can give.

Connect the GND pin of the module power supply to the GND pin of the Arduino.

Yes you need one.
Why did you not add one?

This?

Yes. Or to the GND by AREF, they're the same GND.

You do realize power supply A has a + and - as well, right? The - shell of the connector is your ground, but it's more accessible on the Uno pins.
Almost all small DC supplies using the barrel connectors these days are "Class 2" isolated, so neither supply will care about the connection to the other supply.

Hi,
The 5V feed into the UNO needs to go in at the 5V pin of the UNO.
The DC socket needs 7V or more as it feeds a linear 5V regulator.
You also need a gnd connection between the 5V DC-DC converter and the UNO.

Tom... :smiley: :+1: :coffee: :australia:

1 Like

I do realize this. I was thinking of it as the barrel jack in one cord.

I appreciate you checking in with me on that. lol

Not trying to insult, we see a wide variety of knowledge and comprehension on this forum. Not checking is a form of ASSumption.
And Tom is right, your 5V needs to be higher. Unfortunately, the next common value is 12, but that's high. Aim for 7-9 volts, as your regulator on the Uno will run cooler.
Or, as Tom says, connect to the 5V pin.

1 Like

I greatly appreciate everyone's help on this!

Hi,
It would be preferable that you used a 5V supply and connected to the 5V and gnd pins of the UNO.

Do you have any other hardware connected to the UNO?

Tom.. :smiley: :+1: :coffee: :australia:

Hey Tom,

The 5v pin next to GND?

I may connect a relay to turn on/off a fan, but nothing more than that.

Yes on the UNO board.

Tom.. :smiley: :+1: :coffee: :australia:

image

This? Or is this 5V output?

Bidirectional.

Hi,
Yes.
bc9e1c24986ee6f9a12aecf2e8c89ccb403f5ca0

Tom.. :smiley: :+1: :coffee: :australia:

1 Like

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