For USBHost you are going to need the LPC1768 indeed.
I would first check how much everything is using, can you powerdown the dongle, how long does it take to power up again? 3G was never really intended for duty-cycling, so i don't know how long it takes to sync with the network, etc. And you might need other hardware to just cut the power line to the dongle.
Power down everything ethernet related. What also helps, but is a bit more work, is removing the voltage regulators and replacing them with low quiescent current ones.
If you reach 12 hrs also depends on the battery of course.
Can it wake up while sleeping? Definately, but I would first check how much it uses when you try to make it sleep with as little power as possible, and how much it uses when on, then calculate how often it needs to be on, and combine that to requirements for a battery.
Also does it need to send it every 30 seconds, or only measure every 30 seconds? For example measuring every 30 seconds, and sending it once in a while, costs alot less power. But of course it isn't realtime anymore.
Hi all,
Need some help with the sleep modes and waking from them as I've trawled through all the info on here but not been able to find much of any help. I'm using a LPC1768 and need to be in sleep or deep sleep, after a set time wake and take reading from a sensor and send to a websocket page for viewing and then go back to sleep. Looking to do this every 30seconds. Any info I've found relates to external interrupts. But I want it to wake after a time but not sure what timers can be used for this.Can anyone help with this?
Also I am using the Vodafone 3G dongle for communications, didn't know if anybody knew a way of disconnecting it to also save power. As the whole device will be powered from a common supply I really need to power of the dongle as I believe it draws quite a bit.
Had a lot of help on the forums, as always any help is greatly appreciated :)
Rob