The Arduino AA Undershield

The Arduino AA Undershield
I recently bought an Arduino Diecimila board. It's awesome and the applications, you can use it for or with is almost unlimited. However there's a problem when you want to use it in portable applications. You can use the Liquidware lithium backpack, which is a good way to power the Arduino. There's a problem with the backpack though, cause when the battery dies, you'll have to find an USB port or another external power source to charge it. You can't just replace the battery. You can also choose to power your arduino with a 9V battery and the built-in regulator of the Arduino board. The problem with this setup is that 9V batteries doesn't have a very high capacity, so they'll die faster.

That's why, I came up with the AA Undershield. It uses 2 AA batteries and boosts the voltage up to 5V, using a MAX756 IC to power the Arduino.

You may ask why I'm not simply using 3 or 4 AA batteries to power the Arduino. The reason why, I'm not using batteries to drive my Arduino directly, is that they're not regulated. Right after, you've recharged your battery, it may supply 1.4V, even though it's rated for 1.2V, so there's a risk of supplying your Arduino with too high or too low voltage.

Here is a video of the Arduino Diecimila and the Adafruit Waveshield attached to the AA Undershield. I've uploaded an example code, that changes the playback speed, when you turn a potentiometer. Other analog sensors will also work.



I apologize for the poor sound quality in this video. The mic in my camera is really bad.

The AA Undershield can also be used with many other 5V devices.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Get the parts

Get the parts
Here is a list of the parts, you'll need to make an AA Undershield.

  • A prototyping PCB that has the same size as your Arduino board.
  • A battery holder.
  • A MAX756 Integrated Circuit. There is a lot of boost converters out there, but I used the MAX756, cause I had a couple of them lying around.
  • A 8 pin IC socket
  • A 22uH coil.
  • A 1N5817 or 1N5818 schottky diode.
  • A 220uF Electrolytic capacitor.
  • A 100uF Electrolytic capacitor.
  • A 100nF Ceramic capacitor.
  • A 100kohm resistor.
  • A 110kohm resistor (I didn't have one, so I connected a 10k and a 100k in series).
  • Two spacers to make space between your Arduino board and your shield.
  • Two screws for the spacers.
  • Two nuts for the spacers.
  • Four spacers to make space between the undershield and the surface, you're placing it on (These are only needed if you choose to mount your battery holder underneath the shield).
  • Four screws for the spacers (These are only needed if you choose to mount your battery holder underneath the shield).
  • An Arduino or Freeduino board. I used a Diecimila, but it should work with the other boards just as well.
  • Two AA batteries.
  • An on/off switch (optional).
« Previous StepDownload PDFView All StepsNext Step »
35 comments
Nov 19, 2011. 10:31 PMstratohellsing says:
Hello there, is it any compatible IC available for the maxim? Because i can not find it in my country ...

Thank you in advance.
Sep 26, 2011. 12:36 PMCello62 says:
  Done!! works fine. Thanks for this instructables.
DSC_0003.JPGDSC_0004.JPGDSC_0005.JPG
Sep 7, 2011. 11:36 PMCello62 says:
Nice project
You have a personal message. Help request.
Thanks
Jul 5, 2010. 3:22 PMChowmix12 says:
can you hook up two max756s to have 400mA output? becuse im using motors... they will be better off with 400mA than 200mA
Jul 5, 2010. 3:22 PMChowmix12 says:
in parallel...
Jul 9, 2010. 10:48 AMChowmix12 says:
is there any that i can get from Maxim? I prefer them, and they generous with samples.
Dec 25, 2010. 10:25 PMscottinnh says:
The Linear chip is wayy nicer than the Maxim...
Mar 8, 2011. 2:22 PMChowmix12 says:
Did you use the mintyboost 1.2 schematic as a guide for this? Because the two resistors aren't necessary unless you are using an led for low battery signal on pin 4, which in your schematic isn't used.
Sep 24, 2010. 7:19 PMwamj says:
Is it possible to use two ''banks'' of batteries so that its possible to power the arduino for a longer period by switching between banks but keeping the same circuit
Oct 9, 2010. 2:06 PMwamj says:
or would "D" battries last longer?
Jun 6, 2010. 5:15 AMrobot797 says:
you sayd in the intro that you cant use 4 batery's but you can the arduinio has a 5 volt regulator build into it so it will be powered if the voltage is higher that 5 volts
Apr 19, 2010. 8:48 AMraditya_3005 says:
 is it possible to use IC 7805 instead of MAX 756??
May 6, 2010. 4:28 AMamando96 says:
 no, the 7805 needs at least 6v to start working, 7 is better,  the arduino already has a small 7805 on the board, linear voltage regulators like the 7805 waste energy, others, like the max756 save energy, so the batteries last longer, and you can use lower voltages, to achieve higher voltages!

2 x 1,5 = 3v

3v -> [MAX756] -> 5v
much better
Jun 28, 2009. 11:52 PMappsman says:
Let me start by saying I work at Maxim. Thanks for using our part. The MAX756 is fine for this, but you might be happier with a newer device like the MAX1675. it has a synchronous rectifier built-in (so no diode is needed), and better efficiency (about 93% instead of 86% at 100mA out). I probably shouldn't say this here ;-) but they (we) are pretty liberal with samples.
Nov 10, 2009. 1:35 PMhelloworld1 says:
hi, for the newer max chip, could you use the exact same components? (apart from the chip ofcourse)
Nov 21, 2009. 10:52 AMappsman says:
Yes, the same parts will work, though you could get away with lower value caps if you want.
Nov 21, 2009. 10:53 AMappsman says:
Sorry, I forgot to say the pinout of the MAX1675 is different from the MAX756.
Nov 21, 2009. 11:56 AMhelloworld1 says:
so, when you say a different pinout you mean the order of the pins? but otherwise this would still work?
Aug 15, 2009. 6:01 PMandrew101 says:
how did you get arduino to play music? ive been looking on how to make it play a wav file, but everywhere says to buy the wav sheild or something dumb like that
Aug 15, 2009. 6:01 PMandrew101 says:
is that what ur using?
May 20, 2009. 6:55 PMraykholo says:
this seems to be a more customized towards arduino version of the mintyboost 5v usb power supply by ladyada on other thoughts, nice idea and adaptation
Mar 16, 2009. 4:24 PMJAK101 says:
How much does all of this cost??? JW
Apr 4, 2009. 11:18 PMjames.mcglashan says:
yeah how much did it cost it is a good idear bit y not just get 2 of the arduino batteryholders in paralel so it does no halm to the arduino and plug it in the bottom of the arduions batery plug lol that would last longer with the same voltage and a usb plug so u can charge the batterys with a chargeing curcit so when u plug in the usb cable in u will charge the batterys for the arduino. lol that would be so good and easer to fit with an arduino mega as long as it doesnt need evan more power...
Dec 15, 2008. 3:39 AMblalor says:
Do you happen to have a link or part number for that protoboard you're using? I'm looking for something similar, but searching Jameco and Mouser for that kind of thing is a lesson in frustration. It's exactly what I'm looking for. Great idea, by the way. I have a small sample of these chips and the required components, but got hung up on the circuit board layout. One of the other benefits of using AA or AAA batteries is their ubiquity and that they're easily found as rechargeables. Most common solutions use 9v batteries, but they don't last terribly long, and very few chargers support them.
Dec 15, 2008. 9:02 AMjeff-o says:
Cool idea. You could use board-mounted AA holders and mount them directly to the PCB, so that you don't have an external battery pack dangling off the side.
Dec 13, 2008. 10:41 AMCartermarquis says:
Looks like a good idea. Have you thought about putting a 2.5mm plug on the power lines, so that it just plugs right into the Arduino external power jack? That way you don't have to plug it into the top shield(if you use more than 1, for example). I guess you would need to add more batteries to it to get the to 9-12v recommended voltage. Its a good idea, and I might to do something similar with my arduino.
Dec 15, 2008. 5:06 AMblalor says:
You don't want to feed this sort of power supply back through a regulator. The MAX756 is outputting a regulated 5v in this case. The barrel connector is for power supplies generating 5v and up (to maybe 12v?). The USB port on the Arduino would take 5v (no further regulation is needed), but why add the extra parts to the "undershield" if it's not necessary?

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
80
Followers
9
Author:Artificial Intelligence
Hi all, I'm a college student in the copenhagen technical college. I'm currently working with 3D printers and I'm building my own RepRap.