GizDuino(arduino clone) doesn’t power up with 7.4v battery

arduinobatteriesmicrocontrollerpowerpower supply

So i am using an arduino clone gizDuino. Im connecting it to a lcd module. I successfully connected all the pins in the diagram, but when I connect it to the microcontroller the backlight doesnt power up. so I tried a 7.4v battery connected to the VIN of gizduino and one to the ground. It worked proplerly. I got the lcd module working(but without battery its not working). Then all set up and im ready to go to present my project but suddenly the gizduino doesnt power on when I placed the battery. I dont know what happened, I thought my board had a short circuit but when I connect it to the computer it seems working fine. Is anyone experienced this before to their microcontroller. PLS help.

NOTE: I haven't noticed any burn or smokes when I hooked up the battery

Best Answer

The power supply input goes to a 7805k regulator which feeds the MCU. The 78xx regulators need about 2 to 2.5v higher input than the rated output to work properly .
My guess is that the regulator was able to work correctly while the battery was full and stopped working as soon as the battery voltage dropped to 7v or so.

Also note that the datasheet of you device specifies an input voltage range of 8-12v for the power supply input, so the input you are trying to use is out of spec.