HOW MANY PRESSURE SENSORS??

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
JSROOKS
 
Posts: 1
Joined: Fri Jun 08, 2012 12:29 pm

HOW MANY PRESSURE SENSORS??

Post by JSROOKS »

Dear TS,

How many pressure-temperature sensors can be supported on one Arduino board? I need to configure a board with as many sensors as possible (up to 5), that will record time and data to an SD card. Any thoughts would be greatly appreciated.

Thanks!

User avatar
Franklin97355
 
Posts: 23939
Joined: Mon Apr 21, 2008 2:33 pm

Re: HOW MANY PRESSURE SENSORS??

Post by Franklin97355 »

Depending on the sensor that should be possible. Could you give more info, like which sensor you plan to use?

User avatar
rob drizzle
 
Posts: 127
Joined: Wed May 04, 2011 6:14 pm

Re: HOW MANY PRESSURE SENSORS??

Post by rob drizzle »

as mentioned above... with out information about what you are planning on using for a sensor, it will be hard to help.

With that said, any of the smaller arduinos (non mega boards) you will have access to 6 analog input pins (I'm assuming that your pressure devices will need an analog to digital conversion). Great! right? you need to use five sensors and you will have 6 inputs. Well, if you use a real time clock, like the one sold here at Adafruit, you will need to devote 2 pins A4 and A5 to communicate with the clock that will be keeping time for your project. So you are back to 4 pins.

There are ways around this:

http://forums.adafruit.com/viewtopic.php?f=25&t=13722

But you are now getting into more advanced methods...

Or you could always buy a Mega with 16 analog pins...

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”