Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
LinkBack Thread Tools Display Modes
Old 24th January 2008, 10:06 PM   (permalink)
Default is a smps ok for a pic

I have a 5 V 1 A SMPS is it ok for powering pics or is a 7805 regulator best ?
the SMPS was supplied as a power unit for a portable HDD so I suppose its ok for digital applications its output actually measures 5.2 V according to my meter
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately)

my site:www.simons-photography.com
http://rushdenrotaract.org.uk
Thunderchild is offline  
Old 25th January 2008, 04:52 AM   (permalink)
Default

An SMPS is just fine. I have designed a PIC board that has a built-in SMPS using a Nat Semi Simple Switcher(tm) IC. I needed to be able to feed the board from a 15vac source and the 7805 was just getting way too hot dropping 13vdc.

Make sure you sprinkle .1uF monolythic capacitors (the little blue ones) at the PIC power pins to catch any high frequency noise from either the SMPS or the PIC. A tantalum cap of 22uF or 33uF might be a good idea too, though I've not needed one.

P.
aussiepoof is offline  
Old 25th January 2008, 04:58 AM   (permalink)
Default

As long as it's regulated and you have the proper decoupling capacitors. Just be aware it's a bit noisier and not as fast to respond to transient power demands so it may not be as good for analog circuits or may need a bit more decoupling capacitors than with a LM7805.

A LM7805 (or any linear regulator realy) is better when you don't need the efficiency and want it to be cheaper and smaller with less noise with faster transient response. The SMPS only wins out in efficiency (but sometimes that's a HUGE thing!).
dknguyen is offline  
Old 25th January 2008, 09:06 AM   (permalink)
Default

well as I alreadly have the SMPS its even cheaper than buying a 7805 that my supplyer is not stocking right now and yes I do like efficiency
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately)

my site:www.simons-photography.com
http://rushdenrotaract.org.uk
Thunderchild is offline  
Old 27th January 2008, 02:04 PM   (permalink)
Default

Is it a mains powered SMPs or one you've made with a transformer plus SMPS IC?
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
And http://www.silicontronics.com, same screen name as here.
Hero999 is offline  
Old 27th January 2008, 02:42 PM   (permalink)
Default

Quote:
Originally Posted by aussiepoof
An SMPS is just fine. I have designed a PIC board that has a built-in SMPS using a Nat Semi Simple Switcher(tm) IC. I needed to be able to feed the board from a 15vac source and the 7805 was just getting way too hot dropping 13vdc.

Make sure you sprinkle .1uF monolythic capacitors (the little blue ones) at the PIC power pins to catch any high frequency noise from either the SMPS or the PIC. A tantalum cap of 22uF or 33uF might be a good idea too, though I've not needed one.

P.
That's an appealing solution that would allow me to use almost any of my assortment of power bricks instead of just the one 9 volt brick that I have.

Can you elaborate, please? Is it a relatively small circuit that I could potentially use as a 'standard' regulator circuit on my future projects?

Mike
Mike, K8LH is offline  
Old 27th January 2008, 03:23 PM   (permalink)
Default

Quote:
Originally Posted by Mike, K8LH
That's an appealing solution that would allow me to use almost any of my assortment of power bricks instead of just the one 9 volt brick that I have.
Can you elaborate, please? Is it a relatively small circuit that I could potentially use as a 'standard' regulator circuit on my future projects?
Mike, it is a very small and simple circuit: it consists of the National Semiconductor Simple Switcher IC (in my case an LM2595, TO-220 with 5 pins), a schottky diode, an inductor and a capacitor.

The switcher IC will take a DC input of 2V greater than you want as an output, so about 5V for a 3.3V output and 7V for a 5V output, up to a input max of 40Vdc. It comes in 3.3V, 5V, 12V and adjustable versions (1.2V to 37V) which output 1A. Other members of the Simple Switcher family have outputs of 3A etc.

In my application with an input voltage of 18-21VDC and a 5V output drawing 200mA the device gets just above room temperature *without* a heatsink. Not needing a heatsink also saves quite a bit of space. The other great advantage is that cool electronics last a lot longer :-)

So yes you could use any DC brick you have with an output between 7 and 40Vdc provided you make sure the polarity is right. I would put a bridge rectifier in front so that even when you forget to check the polarity it will still work! In that case with the diode drop in the rectifier you'd want to use a 9Vdc or greater brick, and of course you could also use AC bricks if you added a filter cap after the rectifier (as I have done.)

P.
aussiepoof is offline  
Old 27th January 2008, 03:27 PM   (permalink)
Default

So it seems I'll be busy downloading some data sheets today (grin).

Thank you Sir.

Mike
Mike, K8LH is offline  
Old 27th January 2008, 04:58 PM   (permalink)
Default

In the National Semiconductor site there is an useful tool that helps in designing a DC-DC converter with their chips and in selecting suitable parts. (you have to be registered).

Another option might be the MC34063A. I like it because it comes in a DIP8 package.
eng1 is offline  
Old 27th January 2008, 06:02 PM   (permalink)
Default

its a wall wart smps it was meant to power an external HDD so I guess its made for ditital stuff I've also ordered a nation semiconductor SMPS IC that uses 2 condensers, 1 inductor and 1 skotky diode
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately)

my site:www.simons-photography.com
http://rushdenrotaract.org.uk
Thunderchild is offline  
Old 27th January 2008, 08:27 PM   (permalink)
Default

Quote:
Originally Posted by Mike, K8LH
That's an appealing solution that would allow me to use almost any of my assortment of power bricks instead of just the one 9 volt brick that I have.

Can you elaborate, please? Is it a relatively small circuit that I could potentially use as a 'standard' regulator circuit on my future projects?

Mike
You can buy something like it (a ~7805 footprint SMPS replacement in a fixed voltage, variable step-down voltage, or variable step down and up) from www.dimensionengineering.com for like $15-$20. But that's me. I'm lazy and don't like building tools to use in my projects of interest. I prefer working on the projects themselves.

Last edited by dknguyen; 27th January 2008 at 08:30 PM.
dknguyen is offline  
Old 27th January 2008, 08:43 PM   (permalink)
Default

well for 5 £ (10 $) I get the components to do my own its still 1 A but if memory serves the 3 A version costs no more
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately)

my site:www.simons-photography.com
http://rushdenrotaract.org.uk
Thunderchild is offline  
Old 27th January 2008, 09:49 PM   (permalink)
Post

About switching reg..see this:
http://www.romanblack.com/smps/smps.htm
might work...
__________________
If is too complicated.....most of the times is the wrong way.
Tarsil is offline  
Old 27th January 2008, 10:04 PM   (permalink)
Default

hm what power was that capable of ? I've seen it before but as far as I remeber it weren't powerful enough or something (nothing to do with pics)
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately)

my site:www.simons-photography.com
http://rushdenrotaract.org.uk
Thunderchild is offline  
Old 27th January 2008, 10:10 PM   (permalink)
Post

like .5A claims Roman. I'l stay below 250mA thought. The picture of the scope's screen sugest that he built it and worked.
__________________
If is too complicated.....most of the times is the wrong way.
Tarsil is offline  
Reply

Bookmarks

Thread Tools
Display Modes



Similar Threads
Title Starter Forum Replies Latest
Quik PIC Programming kit Krumlink General Electronics Chat 5 28th January 2008 12:27 AM
Capturing and reproducing audio with a PIC Fred.Amoson Micro Controllers 14 14th December 2007 09:22 PM
Problems switchin relay with PIC Andy1845c General Electronics Chat 5 17th November 2007 07:14 PM
High ADC sampling rate PIC, 18F needed? bananasiong Micro Controllers 24 28th October 2007 01:13 PM
SMPS to SMPS bogdanfirst General Electronics Chat 2 16th March 2003 07:44 AM



All times are GMT. The time now is 01:07 AM.


Electronic Circuits  |  Learning Electronics
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

eXTReMe Tracker