Offline
Newbie
Karma: 0
Posts: 13
|
 |
« on: June 21, 2011, 02:54:11 am » |
all, I followed the directions at http://arduino.cc/en/Main/Standalone and i works great but I need 3.3v. What would I need to add to get a reliable 3.3V setup for two sensors bmp085 and hhsomethingorother... thanks, Bill
|
|
|
|
|
Logged
|
|
|
|
|
Netherlands
Offline
Tesla Member
Karma: 90
Posts: 9407
In theory there is no difference between theory and practice, however in practice there are many...
|
 |
« Reply #1 on: June 21, 2011, 05:55:32 am » |
AN UNO board has a 3.3 V output, otherwise you need an 7803 (google 7803 3.3V)
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #2 on: June 21, 2011, 09:51:08 am » |
yeah,
I'm moving from an UNO onto a breadboard. I already have a 5V voltage regulator on the breadboard, how would I add the 7803? can I do this with a few capacitors and resistors off the 5V line?
|
|
|
|
|
Logged
|
|
|
|
|
Netherlands
Offline
Tesla Member
Karma: 90
Posts: 9407
In theory there is no difference between theory and practice, however in practice there are many...
|
 |
« Reply #3 on: June 21, 2011, 10:34:30 am » |
Can be done from the 5V But I would connect the 7803 to your main powersupply (keep them separated)
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #4 on: June 21, 2011, 02:00:17 pm » |
When I used a 5v voltage regulator I used a 10 uF capacitor on the input middle pin and a 10 uF capacitor on the output side between power and ground would I need the same configuration for a 3.3V voltage regulator?
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16541
Available for Design & Build services
|
 |
« Reply #5 on: June 21, 2011, 02:26:58 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
Manchester (England England)
Offline
Brattain Member
Karma: 277
Posts: 25517
Solder is electric glue
|
 |
« Reply #6 on: June 21, 2011, 02:51:17 pm » |
But I would connect the 7803 to your main powersupply Well I wouldn't, I would connect it to the 5v output of the regulator, that way it has less power to burn off. Also low voltage regulators like this often have a smaller input range.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 13
|
 |
« Reply #7 on: June 21, 2011, 05:36:46 pm » |
So Mike,
Connect the 5V as the input to the 3.3V regulator, and use input (between 5V and the middle pin) and output (crossing 3.3V and ground) 100 uF capacitors?
I'm a newbie....
Bill
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16541
Available for Design & Build services
|
 |
« Reply #8 on: June 21, 2011, 06:10:43 pm » |
10uF capacitors are all that is needed, 100uF will do fine. Make sure you get a low dropout voltage 3.3V regulator that can work from 5V. The one I linked for example needs a minimum of 4.75V.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 7
Arduino rocks
|
 |
« Reply #9 on: June 23, 2011, 11:50:57 am » |
I just used two resistors as a voltage divider. Are there drawbacks to this method instead of using a regulator?
|
|
|
|
|
Logged
|
|
|
|
|
Left Coast, CA (USA)
Offline
Brattain Member
Karma: 279
Posts: 15314
Measurement changes behavior
|
 |
« Reply #10 on: June 23, 2011, 12:19:04 pm » |
I just used two resistors as a voltage divider. Are there drawbacks to this method instead of using a regulator?
Yes, the voltage output of the divider can only supply a very small amount of current depending on the size of the resistors and the actual voltage will change if the load changes it's current demand. Voltage dividers should only be used to change signal voltage levels, not to provide power to a component, that requires a constant voltage regulator. Lefty
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Boston area, metrowest
Offline
Brattain Member
Karma: 249
Posts: 16541
Available for Design & Build services
|
 |
« Reply #11 on: June 23, 2011, 10:29:04 pm » |
'Course, if you know how much current you will be drawing, you can set your voltage to be at 3.3V for that one specific current. Is not a reliable way to go tho as Lefty said.
|
|
|
|
|
Logged
|
|
|
|
|
Manchester (England England)
Offline
Brattain Member
Karma: 277
Posts: 25517
Solder is electric glue
|
 |
« Reply #12 on: June 23, 2011, 10:34:40 pm » |
The general rule is to have the current down the potential divider to be ten time the current you want to draw.
Powering stuff with a potential divider is total and absolute rubbish.
|
|
|
|
|
Logged
|
|
|
|
|
|