0
Offline
Newbie
Karma: 0
Posts: 40
Arduino rocks
|
 |
« on: July 19, 2011, 08:11:39 pm » |
I need to generate a precise 5v on my Arduino Uno board. I know the onboard regulator isn't very precise, and I've measured too much variation between the 5 different Uno boards I have. So how should I go about it? It seems like most precision voltage references need at least 6v so it can regulate it down to 5v. So do I need to use a DC-DC boost converter to boost the onboard Uno 5v up to something like 9v and then use a reference IC to generate the precise 5v?
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 270
Posts: 17040
Available for Design & Build services
|
 |
« Reply #1 on: July 19, 2011, 08:25:50 pm » |
Why not just get a switching 5V regulator? Then you won't see any variation. http://www.dipmicro.com/store/DCA-0510http://www.dipmicro.com/store/DCA-0520Or get 6V, 7.5V if you want to regulate it down yourself. Maybe use an LM317 with a trimming resistor (10 turn potentiometer) to get it right at 5v.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 76
Posts: 6849
Arduino rocks
|
 |
« Reply #2 on: July 19, 2011, 08:40:47 pm » |
Standard approach to this is take a sufficiently accurate voltage reference chip (and maybe a precision op-amp to scale/buffer the output). Won't give a power supply but will be a voltage reference for an ADC for example. If the application is analog->digital conversion there are many ADCs with built in references.
But without knowing the specification can't really suggest any concrete examples.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 40
Arduino rocks
|
 |
« Reply #3 on: July 19, 2011, 09:14:11 pm » |
I need to power some pressure sensors that require a stable 5v excitation voltage. The sensor outputs an analog voltage that's proportional to pressure being exerted on the sensor. Currently I'm using the the ADC of the ATmega328 to sample the sensor output. Eventually I'll probably use a separate ADC chip because I want better than 10-bit resolution. Each sensor draws about 5ma, and I could have up to 5 sensors on one board. So if I could find an ADC chip that provided a 5v reference capable of supplying enough current and could read a voltage from 0 to 5v, then that would solve my problem.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 76
Posts: 6849
Arduino rocks
|
 |
« Reply #4 on: July 19, 2011, 09:20:34 pm » |
Are the sensors not ratiometric? By this its meant that the ratio of the output voltage to the supply voltage encodes the value, not the absolute output voltage.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 40
Arduino rocks
|
 |
« Reply #5 on: July 19, 2011, 09:48:04 pm » |
yes, but I'm using a precision 3.3v regulator as the external reference voltage for the Atmega328, so if the 5v excitation voltage varies, the output of the sensor compared to the stable 3.3v varies as well.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 270
Posts: 17040
Available for Design & Build services
|
 |
« Reply #6 on: July 19, 2011, 10:22:26 pm » |
So use the 5V 1A switching regulator, will be a very stable 5V source for your 25mA plus the arduino's 30mA. Use the analog devices SPI ADC that's been posted previously with 6 sample & hold inputs & get 6 conversions at the same time.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 40
Arduino rocks
|
 |
« Reply #7 on: July 20, 2011, 12:27:59 pm » |
So use the 5V 1A switching regulator, will be a very stable 5V source for your 25mA plus the arduino's 30mA. Use the analog devices SPI ADC that's been posted previously with 6 sample & hold inputs & get 6 conversions at the same time.
Do you happen to know the part number of that ADC? I've been searching for days and haven't found one with 0-5v input and multiple channels.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 270
Posts: 17040
Available for Design & Build services
|
 |
« Reply #8 on: July 20, 2011, 05:53:14 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 40
Arduino rocks
|
 |
« Reply #9 on: July 20, 2011, 06:03:20 pm » |
That looks great, thanks! There are so many ADC chips out there that I've had a hard time trying to figure out which one to use, but that one seems like a good one to start with.
|
|
|
|
|
Logged
|
|
|
|
|
Left Coast, CA (USA)
Offline
Brattain Member
Karma: 282
Posts: 15443
Measurement changes behavior
|
 |
« Reply #10 on: July 20, 2011, 06:10:33 pm » |
|
|
|
|
« Last Edit: July 20, 2011, 06:16:41 pm by retrolefty »
|
Logged
|
|
|
|
|
|