View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#2
If you use usleep() to halt execution (and not a busy wait), the big hog on your battery will be the BT connection.

One way to save energy would be to send more information than one sample at a time. If you need real time updates, this is of course not an option.