Some help required.
jmbertoncelli@USA
Posts: 48
Hello, I am using the Prop for a robotics platform and I would like to feedback the current battery voltage (leftover) to another computer but I do not have any idea on how to mesure the battery voltage using the prop.· if somebody would like to put me on the right direction?· Thanks a lot.
jm.
jm.
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
jm
**Edited
You could probably get away with using some diodes to measure the voltage. Wire them up as a switch and limit the current into the propeller.
***Edited again
Just thought of a great simple idea:
Using a Varicap diode one could measure battery voltage if configured as a RC Circuit. I think there already is a RC measuring object. Since the Varicap diodes capacitance changes with respect to voltage then this could work. This is a theory however, but seems possible.
Post Edited (grasshopper) : 1/10/2009 11:30:44 PM GMT
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Many ADCs have internal references that use Vdd to generate it, since you have a regulator putting out a stable voltage everything will work.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Cheers!
Paul Rowntree
Attached is a schematic, and here is a Spin code: (only the ADC methode, and not tested)
You get not a value in Volt, but a value which is higher for low Battery voltage, and lower for higher Battery voltage.
(because the C is charged faster if the current is higher, and the current is higher if the battery voltage is higher).
Andy