hamishcunningham / pi-tronics

Source code for Raspberry Pi GATE projects.
http://pi.gate.ac.uk/
42 stars 15 forks source link

How does the Mopi decide which Power source to use #43

Closed wayner9 closed 9 years ago

wayner9 commented 9 years ago

If you have two sources connected how does the MoPi pick whcih source to use - does it always use the higher voltage source?

Is it possible to have the MoPi always favour one source, even if it has a lower voltage? I am using a MoPi with batteries and a solar cell. As long as the solar cell is generating sufficient voltage I would like the MoPi to use it rather than the batteries. Is there any way to do that via software?

hamishcunningham commented 9 years ago

it always uses the higher voltage source hth h

jeberhardt commented 9 years ago

Does this mean if there are two sets of 8xAA that it will swap between the two sets, so that both of them arrive at 0 around the same time?

It would be preferred if it drained all the power from the first set, leaving the second set with power. This would allow the removal of the first set to be recharged while the second set was being used.

Can you please clarify this? Thanks.

hamishcunningham commented 9 years ago

yes, we realised this a little too late :-( the next version remedies, IIRR best, h

jeberhardt commented 9 years ago

Would this be a firmware update on the current hardware, or would this require new hardware?