However, I seem to have run into a problem in that when the GSM unit starts it shuts down after a few seconds. It doesn't do this without the UBEC (directly powering from the battery to the arduino power jack).
I suspect that the GSM unit isnt getting enough power (I think startup uses the most power). The UBEC is rated for 3a which I thught would be enough.
An average 9volt block battery is 300mAh, and you can drain maybe 50mA for a short time.
A Mega and gsm and gps and DC/DC converter will draw 250mA or more.
No match for a 9volt battery.
Even a string of AA batteries will have trouble with this.
Think 12volt car battery.
Or at least a 2C or 3C 5Ah LiPo pack.
Leo..
GSM modules can use up to 1A of power. Your AA cells are rated for .2A. When the GSM module starts pulling a lot of current and the battery can't keep up you see the voltage drop.
I found that if I use the power jack on the arduino there is a voltage drop so if you are only supplying 5 volts then that would explain why the problem only occurs when using the ubec and not the battery pack.
I use a buck converter off ebay the output voltage can be adjusted and it can supply 2 amps without cooling or 3 amps with, so far it has not caused me any problems but I have only been using arduino for a few weeks so time will tell.
Chagrin:
GSM modules can use up to 1A of power. Your AA cells are rated for .2A. When the GSM module starts pulling a lot of current and the battery can't keep up you see the voltage drop.
ok but then why does it work fine without the UBEC?
Ifly4S:
I found that if I use the power jack on the arduino there is a voltage drop so if you are only supplying 5 volts then that would explain why the problem only occurs when using the ubec and not the battery pack.
I use a buck converter off ebay the output voltage can be adjusted and it can supply 2 amps without cooling or 3 amps with, so far it has not caused me any problems but I have only been using arduino for a few weeks so time will tell.
Do you get the same problem when connecting the battery to VIN?
The board can operate on an external supply from 6 to 20 volts. If supplied with less than 7V, however, the 5V pin may supply less than five volts and the board may become unstable. If using more than 12V, the voltage regulator may overheat and damage the board. The recommended range is 7 to 12 volts.