I've been playing with the ATmega328 and xbee a lot and wanted to take it to the next step and make it fully mobile. So i have decided to use 2xAA batteries along with a 5V step up to get a stable 5V output (link) for the ATmega328, and a 3.3V step down to power the xbee.
The 5V step up is a LT1300 and the 3.3V step down is a MCP1700 (). The ATmega328 is using the Arduino bootloader and code.
My problem is that the ATmega328 is not responding when using the LT1300 even though the output is a nice and clean 5V. It is working thought if I replace the LT1300 schematic with a regular 5V DC power source.
Any ideas as to why this might be happening?