Earlier quoted context omitted.
Look into the TI MSP430. It was built with low-power in mind. There's even an Arduino IDE port for it called Energia if you're not comfortable in C/C++. Check out http://www.43oh.com for forums. Also, I put together an aggregated list of links to tutorials from a really nice blog http://goo.gl/IFsrJi . Also, I should mention, these boards are < $5 shipped from TI and includes 2 chips and a USB cable!
Edit: I updated the tutorials link with a list of other links I've compiled. Also, it looks like they upped the board price to $9.99 ( http://www.ti.com/ww/en/launchpad/msp430_head.html ). It is absolutely worth it IMO. Good luck with your project!
How to efficiently operate the Arduino GSM shield with a battery pack
11–15 of 15 posts
Re: How to efficiently operate the Arduino GSM shield with a battery pack
#12Re: How to efficiently operate the Arduino GSM shield with a battery pack
#13I'm preparing a large project using Arduino that will need to be running on battery power for long periods of time. I haven't attempted anything like this before, but everywhere I read tells me that Arduino is not power efficient at all, and people have to get creative to conserve power. I guess such is the way of low-end microprocessors, something we take for granted in power powerful machines.
Re: How to efficiently operate the Arduino GSM shield with a battery pack
#14I'm preparing a large project using Arduino that will need to be running on battery power for long periods of time. I haven't attempted anything like this before, but everywhere I read tells me that Arduino is not power efficient at all, and people have to get creative to conserve power. I guess such is the way of low-end microprocessors, something we take for granted in power powerful machines.
http://hwstartup.wordpress.com/2013/03/11/how-to-run-an-ardu...
Re: How to efficiently operate the Arduino GSM shield with a battery pack
#15Earlier quoted context omitted.
Look into the TI MSP430. It was built with low-power in mind. There's even an Arduino IDE port for it called Energia if you're not comfortable in C/C++. Check out http://www.43oh.com for forums. Also, I put together an aggregated list of links to tutorials from a really nice blog http://goo.gl/IFsrJi . Also, I should mention, these boards are < $5 shipped from TI and includes 2 chips and a USB cable!
Edit: I updated the tutorials link with a list of other links I've compiled. Also, it looks like they upped the board price to $9.99 ( http://www.ti.com/ww/en/launchpad/msp430_head.html ). It is absolutely worth it IMO. Good luck with your project!