Author Topic: Dave's power supply mods.  (Read 51913 times)

0 Members and 1 Guest are viewing this topic.

Offline electrode

  • Regular Contributor
  • *
  • Posts: 141
  • Country: au
Re: Dave's power supply mods.
« Reply #75 on: February 10, 2012, 11:26:53 pm »
A good tip for if you don't have the gear or experience with SMD stuff is to make your pads longer. That way you can drag the excess solder back and the bridged pins will naturally separate beautifully. One of the EEVBlog vids did this.
 

Offline sacherjj

  • Frequent Contributor
  • **
  • Posts: 993
  • Country: us
Re: Dave's power supply mods.
« Reply #76 on: February 11, 2012, 01:58:10 am »
I used the SOIC footprints for the ADC and DAC's because I already have then, the MAXIM parts only exist in soic or smaller, and the atmega644 in a 40 PDIP would be huge, the next iteration of the board will probably have almost all the components in SMD, and this will be first smd's that I solder, I already have some flux syringe and an JBC soldering iron with a chisel tip, wish me luck.

I found the cheap hot air iron to make life great with SMD.  Add some GOOD tweezers.  With that, I found it almost painless to do 0402.  Squirt on solder paste.  Add some paste flux.  Use tweezers to place component close.  Use hot air iron to melt solder paste and watch the 0402 align itself with the pads.  Pretty cool.  But if you are designing the board, use bigger components!  :)
 

Offline senso

  • Frequent Contributor
  • **
  • Posts: 951
  • Country: pt
    • My AVR tutorials
Re: Dave's power supply mods.
« Reply #77 on: February 11, 2012, 02:23:37 am »
At home I have my soldering iron, flux, some fine non magnetic tweezers, fine solder and solder wick, but if everything fails in the university I can ask to use an IR soldering oven, hot air station and lots of Weller soldering stations, as I have bought the pcb's from Itead I will try first in the non E-tested boards.
 

Offline senso

  • Frequent Contributor
  • **
  • Posts: 951
  • Country: pt
    • My AVR tutorials
Re: Dave's power supply mods.
« Reply #78 on: March 05, 2012, 03:21:22 pm »
And the first pcb's finally arrived from China, 3 weeks for manufacture and shipping via slow boat, doesn't seems too bad for me, especially due to the price that I paid for them.
The silkscreen took me more time to clean than to lay out the entire pcb, and even then it has some errors/extra text that I didnt noticed.
Here are some not that good photos:



 

Offline george graves

  • Super Contributor
  • ***
  • Posts: 1257
  • Country: us
Re: Dave's power supply mods.
« Reply #79 on: March 05, 2012, 10:55:22 pm »
Looks good.  Looks like you might have a break in the ground plane - at the ground pin of ICSP header?

Offline senso

  • Frequent Contributor
  • **
  • Posts: 951
  • Country: pt
    • My AVR tutorials
Re: Dave's power supply mods.
« Reply #80 on: March 06, 2012, 02:04:58 am »
It is grounded in the top ground plane, so it is in fact grounded, not a very good ground, I usually add vias to connect top and bottom ground planes.
Its funny that only the board in the photos as all the vias tented, all the others have some tented and others are not, kinda like random..

I also soldered my first SMD and it was pretty easy  :o
Put some flux in the pads, IC on top, hold with tweezers and a tiny amount of solder in the tip is enough for all the IC, really fast, I'm for sure converted! 
 

Offline robrenz

  • Super Contributor
  • ***
  • Posts: 3035
  • Country: us
  • Real Machinist, Wannabe EE
Re: Dave's power supply mods.
« Reply #81 on: March 06, 2012, 02:11:43 am »
Does the back and forth wander on the header holes have a purpose?  I dont know much about PCB design, just curious.

Offline george graves

  • Super Contributor
  • ***
  • Posts: 1257
  • Country: us
Re: Dave's power supply mods.
« Reply #82 on: March 06, 2012, 02:16:18 am »
Ah!  I see now.

Offline senso

  • Frequent Contributor
  • **
  • Posts: 951
  • Country: pt
    • My AVR tutorials
Re: Dave's power supply mods.
« Reply #83 on: March 06, 2012, 02:56:13 am »
Does the back and forth wander on the header holes have a purpose?  I dont know much about PCB design, just curious.

They are from the Sparkfun library, they call it Lock, they are off-set by 5 mills if I'm not mistaken and their purpose is that you push the headers in the holes and due to the offsets the headers get locked in placed and aligned so they are easier to solder and you dont end with crooked headers, they are really helpful when assembling the pcbs.

I dont know if Dave sees this topic, but if you are there, are you willing to share your actual code for the uSupply?
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37740
  • Country: au
    • EEVblog
Re: Dave's power supply mods.
« Reply #84 on: March 06, 2012, 03:20:04 am »
I dont know if Dave sees this topic, but if you are there, are you willing to share your actual code for the uSupply?

Here is whatever is on my machine at present.
No correspondence will be entered into  :P

Dave.
 

Offline senso

  • Frequent Contributor
  • **
  • Posts: 951
  • Country: pt
    • My AVR tutorials
Re: Dave's power supply mods.
« Reply #85 on: March 07, 2012, 03:43:52 am »
Thats pretty simple for now, but well its just a power supply...
My personal version as a graphic display so I will add some current plots and who knows what more.
First board is almost complete, forgot to order some of the components and ordered the MAX4080 in the wrong package  ::)

 

Offline electrode

  • Regular Contributor
  • *
  • Posts: 141
  • Country: au
Re: Dave's power supply mods.
« Reply #86 on: March 07, 2012, 03:51:02 am »
Looks really nice. The header locations look convenient too.
 

Offline senso

  • Frequent Contributor
  • **
  • Posts: 951
  • Country: pt
    • My AVR tutorials
Re: Dave's power supply mods.
« Reply #87 on: March 07, 2012, 10:14:23 am »
One sanity check please, the uCurrent is only activated when the mosfet is turned on, and that only happens when 3.3v(high signal) is given to the 2n3904 transistor, I'm right or is it the other way around?
And sorry for not doing the homework, but what is the current threshold where I can safely enable it and not fry the MAX op-amp?

I dont know about how you will be distributing your code, but I will use a google code repository, so any-one that wants to take a sneak peek can go there, I will also offer pre-compiled hex files ready to program the atmega.

Is any one willing to try one board, I have 9, all of them e-tested and eye tested and seem to be fine, so far the only error is the 3.3v regulator must be inserted backwards ( swapped Vin with Vout  :-[ ), for some reason I used the wrong part and even with the datasheet open in front of me I didn't notice that.

I hope to have all soldered this week and at least some code doing an hello world.
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37740
  • Country: au
    • EEVblog
Re: Dave's power supply mods.
« Reply #88 on: March 07, 2012, 11:44:04 am »
FYI, I'm currently doing Rev 3, some major changes in store!
That's what happens when you leave a project for so long, you always get other ideas...
I think it's for the better though.

Dave.
 

Offline electrode

  • Regular Contributor
  • *
  • Posts: 141
  • Country: au
Re: Dave's power supply mods.
« Reply #89 on: March 07, 2012, 11:46:31 am »
Major == SMD?
 

Offline McMonster

  • Frequent Contributor
  • **
  • Posts: 413
  • Country: pl
    • McMonster's blog
Re: Dave's power supply mods.
« Reply #90 on: March 07, 2012, 12:04:33 pm »
My guess is reducing BOM or going to full SMD.
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37740
  • Country: au
    • EEVblog
Re: Dave's power supply mods.
« Reply #91 on: March 07, 2012, 12:04:52 pm »
Major == SMD?

SMD is part of it, the through hole kit just wasn't really going to be workable.
I'm removing some stuff and adding some other stuff!

Dave.
 

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37740
  • Country: au
    • EEVblog
Re: Dave's power supply mods.
« Reply #92 on: March 07, 2012, 12:09:25 pm »
My guess is reducing BOM or going to full SMD.

Both, plus more.
Revising designs is half the fun ;D

Dave.
 

Offline McMonster

  • Frequent Contributor
  • **
  • Posts: 413
  • Country: pl
    • McMonster's blog
Re: Dave's power supply mods.
« Reply #93 on: March 07, 2012, 01:39:56 pm »
My guess is reducing BOM or going to full SMD.

Both, plus more.
Revising designs is half the fun ;D

Dave.

If revision 3 can make coffee and order pizza then I'm getting at least two.
 

Offline mtkaalund

  • Contributor
  • Posts: 32
  • Country: dk
Re: Dave's power supply mods.
« Reply #94 on: March 07, 2012, 03:49:19 pm »
Quote
If revision 3 can make coffee and order pizza then I'm getting at least two.

Would it not be easier to get a girl friend that can do tha... your right, if rev 3 can make coffee and order pizza Im also getting two ;)
"Keep buggering on" -- Winston Churchill
VIR => V = I*R, neat ;)
 

Offline markus_b

  • Regular Contributor
  • *
  • Posts: 115
  • Country: ch
Re: Dave's power supply mods.
« Reply #95 on: March 07, 2012, 03:56:19 pm »
I've privately toyed with a variant based on a xMega. Enough ports for everything and has 12bit AD and DA on board. Reduces the BOM an awful lot. You can program these babys with Arduino too, if you want.

The other extensions I feel useful is input voltage up to 35 Volts and current up to 3 amps (3 3080 in parallel).
Markus

A good scientist is a person with original ideas. A good engineer is a person who makes a design that works with as few original ideas as possible.
 

Offline scrat

  • Frequent Contributor
  • **
  • Posts: 608
  • Country: it
Re: Dave's power supply mods.
« Reply #96 on: March 07, 2012, 09:43:42 pm »
Could a remote output voltage sensing and/or an external analog input reference be useful?
I see them as little mods, just adding one or two opamps, and using one ADC spare channel (at least in an early revision) and the uC ADC for the reference. Choosing between internal and remote sensing is usually one of the features of a precision PSU (although it could just be an hardware ORing), while the external reference could allow one to use their PSU for testing some controller (an example? A DC motor controller).
One machine can do the work of fifty ordinary men. No machine can do the work of one extraordinary man. - Elbert Hubbard
 

Online tom66

  • Super Contributor
  • ***
  • Posts: 6707
  • Country: gb
  • Electronics Hobbyist & FPGA/Embedded Systems EE
Re: Dave's power supply mods.
« Reply #97 on: March 07, 2012, 10:00:55 pm »
If the 3080s become expensive, maybe move to a power Darlington transistor or a P-channel MOSFET with a different driver circuit? Disadvantage - no current sense or temperature sense on die, but first current sense is done by the 317T and temperature sense could be done with an external thermistor and NPN to pull the drive signal low as an emergency cut off.

Opened up my Tagasaki power supply I got a while ago. 0-35V 0-3A. Quite interesting construction - the circuit is very similar to Dave's but no micro of course. Just two single op-amp packages, I think they were similar to 741's, and a few passive carbon resistors. Some 10W resistors x 3 for current sense. And a TL431 for voltage reference. What I found really clever though was how they were choosing taps on the transformer to reduce power dissipation in the 3 x 2N3055's (on a massive heatsink.) They used some kind of SCR devices I think but I never quite figured out how they got them to fire - I'm almost certain they weren't using any logic, probably just biasing the gate somehow so it fired when the output voltage was past a certain point...? The transformer in the power supply was easily the heaviest part, and the power supply is only capable of 105W output max.

Nowadays with modern laptop SMPS's going spare you can easily find a 20V DC power supply so there's no need to use a big bulky transformer. You could even get the laptop SMPS to follow the output by a couple of volts to significantly reduce power dissipation. There's probably a way to tap into the feedback to do this. I've done it before with an ATX supply but only increased voltage (12V -> 26V) not decreased it.
« Last Edit: March 07, 2012, 10:02:59 pm by tom66 »
 

Offline george graves

  • Super Contributor
  • ***
  • Posts: 1257
  • Country: us
Re: Dave's power supply mods.
« Reply #98 on: March 08, 2012, 12:59:49 am »
I guess I'm starting to worry about the price!  (not too much - it looks like this kit is going to be a must-have, and a great bang for the buck!)

Will SMD increase the cost?  Decrease it?  I'd assume that you'd be doing a lot less labor with SMD as you wouldn't have to sort out all the parts and put them into a bag.

Offline EEVblog

  • Administrator
  • *****
  • Posts: 37740
  • Country: au
    • EEVblog
Re: Dave's power supply mods.
« Reply #99 on: March 08, 2012, 01:26:49 am »
I guess I'm starting to worry about the price!  (not too much - it looks like this kit is going to be a must-have, and a great bang for the buck!)
Will SMD increase the cost?  Decrease it?  I'd assume that you'd be doing a lot less labor with SMD as you wouldn't have to sort out all the parts and put them into a bag.

Yes, SMD will be cheaper and less hassle for all involved, albeit at the expense of losing the satisfaction of having soldered it yourself for some people.

Dave.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf