hamishcunningham / pi-tronics

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

Charging Circuit with MoPI #66

Closed ginzer closed 7 years ago

ginzer commented 8 years ago

Hey I want to have a Raspberry working with a rechargable Battery and a power supply. When I plug in the power supply battery should be charged and when the battery is full charging should stop and the raspi should work with the power supply. When I plug off the ower supply Raspi should work with the Battery. Something like that. But i dont really get it. is U4 conected to the MoPi supply 2 or to the USB supply from the PI? upsconfig

The other one i found here shoul work...... lipocharger or am I wrong? I just dont need the amplifier and stuff....

Thanks for any help.

hamishcunningham commented 8 years ago

howdy

looking back at the first (UPS) circuit (where U4 is a bog standard 5V supply connected to the micro USB on the Pi) it relies on the 5V supply overpowering the supply from MoPi...

but yes, the second circuit sounds more like what you need; just delete U3 (and, if you like, specify a lower current 12V supply, or 9V supply, for U2).

hth, best, h

ginzer commented 8 years ago

thanks. and the system wont shut down because the relais is to slow?

hamishcunningham commented 8 years ago

not in similar circuits I've built before, but YMMV :-)

a mosfet would do the job just as well, though you don't get the cute clicking noise :-)

hf h

On 4 December 2015 at 11:27, ginzer notifications@github.com wrote:

thanks. and the system wont shut down because the relais is to slow?

— Reply to this email directly or view it on GitHub https://github.com/hamishcunningham/pi-tronics/issues/66#issuecomment-161943173 .

Hamish Cunningham Professor of Computer Science, University of Sheffield, UK +44 7920 765 455 hamish@gate.ac.uk https://twitter.com/@HCunningham https://hamish.gate.ac.uk http://aquaponicslab.org/ http://aquaponicslab.org/ https://gate.ac.uk https://pi.gate.ac.uk http://www.dcs.shef.ac.uk/cgi-bin/makeperson?H.Cunningham

ginzer commented 8 years ago

thanks a lot. dont know if i want to miss the clicking..... ;-)

blackstarek commented 8 years ago

Howdy, @ginzer , any progress? I just bought mopi and i miss this function, how did you succeed?

ginzer commented 8 years ago

hey....no no progress. I just decided to use a Powerbank wit pass-through function.

blackstarek commented 8 years ago

@ginzer may i ask you which powerbank did you use and how did you connect it?

ginzer commented 8 years ago

its a limefuel. I just connected it to the power supply of the raspy

ginzer commented 8 years ago

but to be honest the i would prefer the solution with the mopi. @hamishcunningham is there any current limitation for the mopi? My Raspberry needs arround 2A.

hamishcunningham commented 8 years ago

2A is the max output :-) h

On 22 January 2016 at 08:08, ginzer notifications@github.com wrote:

but to be honest the i would prefer the solution with the mopi. @hamishcunningham https://github.com/hamishcunningham is there any current limitation for the mopi? My Raspberry needs arround 2A.

— Reply to this email directly or view it on GitHub https://github.com/hamishcunningham/pi-tronics/issues/66#issuecomment-173839125 .

Hamish Cunningham Professor of Computer Science, University of Sheffield, UK +44 7920 765 455 hamish@gate.ac.uk https://twitter.com/@HCunningham https://hamish.gate.ac.uk http://aquaponicslab.org/ http://aquaponicslab.org/ https://gate.ac.uk https://pi.gate.ac.uk http://www.dcs.shef.ac.uk/cgi-bin/makeperson?H.Cunningham

ginzer commented 8 years ago

ok thanks :-). perfect

so I could make it like that talking about shematic 2):

instead of the 220V supply I use a 5V supply which gets to the Lipo charger and to the Mopi.... and if I take away the supply the battery will supply the Mopi (and the Raspi.....)

hamishcunningham commented 8 years ago

MoPi requires a 6.2V min supply voltage, and it is typically easier to arrange things with a higher voltage, e.g. 12V

hth

h

On 22 January 2016 at 09:09, ginzer notifications@github.com wrote:

ok thanks :-). perfect

so I could make it like that talking about shematic 2):

instead of the 220V supply I use a 5V supply which gets to the Lipo charger and to the Mopi.... and if I take away the supply the battery will supply the Mopi (and the Raspi.....)

— Reply to this email directly or view it on GitHub https://github.com/hamishcunningham/pi-tronics/issues/66#issuecomment-173855035 .

Hamish Cunningham Professor of Computer Science, University of Sheffield, UK +44 7920 765 455 hamish@gate.ac.uk https://twitter.com/@HCunningham https://hamish.gate.ac.uk http://aquaponicslab.org/ http://aquaponicslab.org/ https://gate.ac.uk https://pi.gate.ac.uk http://www.dcs.shef.ac.uk/cgi-bin/makeperson?H.Cunningham

ginzer commented 8 years ago

ok. so if I use a 12V supply it should work.