yongjie989 / arducopter

Automatically exported from code.google.com/p/arducopter
0 stars 0 forks source link

Battery level meter over x-bee #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of having the battery hooked up to a meter that buzzes why not have a 
voltage divider attached to one of the analouge read pins?
that way the xbee could radio the battery level constantly.

example: 

if(analogeread(3)<1000){
sendxbee(lowbat)
}

Original issue reported on code.google.com by AVra...@gmail.com on 20 Jan 2011 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by jasonshort on 11 Apr 2011 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by jasonshort on 8 May 2011 at 7:25