Firstly, please excuse my fairly basic knowledge of electronics
I have a pressure sensor hooked up to a vacuum tank that outputs a 0-10v signal depending on the internal pressure (0v = 1bar abs, 10v = 0bar abs). Obviously, the arduino needs this converting into a 0-5v signal for the analog pins on the board. I tried to use two 330ohm resistors for this purpose in a 'voltage divider' systsm that I thought would be bulletproof, but have not managed to get it working It seems that at low voltages (>1.5v) the arduino reads the signal correctly, however the voltage at A0 seems to max out at approx 0.87 volts, after the vacuum tank reaches 0.85 Bar abs. Pulling any more vacuum results in no increase in the voltage even though I know the pressure sensor is outputting 10V at full vacuum. So basically I ask why is my potential divider circuit not working in this case? I created a wiring diagram below to show my setup, and would really appreciate any advice you may have - I may have missed something completely obvious so please don't hesitate to point out anything I've done wrong!
Appreciate your explanation as well - i will make the change to 10K resistors and see how i get on! And yes i wasn't sure whether i should use a common GND for the sensor and the arduino so i will also do this
According to the data sheet, the minimum load is 15K, so 2x330=660 is way to small.
30K is twice the minimum, so I would use two 15K resistors just to be safe.