directly hooking up Precision Voltage Sensor - 1135_0 to RPI3

Comments & issues
Post Reply
BobS0327
Phidgetsian
Posts: 9
Joined: Sat Apr 06, 2013 8:12 pm
Contact:

directly hooking up Precision Voltage Sensor - 1135_0 to RPI3

Post by BobS0327 »

I only need one Phidgets device to monitor the voltage level from a battery. The voltage level ranges from 9.0 to 14.5 volts. I don't want to invest $80.00 in the 1018 interface kit but would rather directly connect this one sensor to a RPI3. Can this direct connection be done? If so, how would I do it?

Thanx
User avatar
mparadis
Site Admin
Posts: 959
Joined: Fri Oct 28, 2011 12:17 pm
Contact:

Re: directly hooking up Precision Voltage Sensor - 1135_0 to RPI3

Post by mparadis »

From what I can tell, the GPIO pins on the PI boards are all digital (true or false only), and to read the 1135 you'll need an analog input (0-5V). In order to do this with a PI you'll either need an ADC (analog-to-digital converter) or an I2C interface designed to read sensors on the I2C pins.

If you're looking for cheap alternatives, most Arduino boards come equipped with analog inputs. For small projects that have small programs, you can get an ATTiny85 for a few dollars that will read the 1135.
BobS0327
Phidgetsian
Posts: 9
Joined: Sat Apr 06, 2013 8:12 pm
Contact:

Re: directly hooking up Precision Voltage Sensor - 1135_0 to RPI3

Post by BobS0327 »

Thanx for the info. Yep, it appears that I need some sort of ADC converter to use the 1135_0 voltage sensor with a RPI. Thus, I've ordered the 1018 Interface board.
User avatar
Patrick
Lead Developer
Posts: 3403
Joined: Mon Jun 20, 2005 8:46 am
Location: Canada
Contact:

Re: directly hooking up Precision Voltage Sensor - 1135_0 to RPI3

Post by Patrick »

More affordable options for voltage input would be HUB0000_0 ($30) or 1011_0 ($50)
Post Reply

Who is online

Users browsing this forum: No registered users and 31 guests