-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi 4B support #327
Comments
The PiJuice has a 2.5A regulator that has a max output of 3A. So the answer you were given on the website is correct. However, the output completely depends on the battery you use, as charging or discharging LiPo batteries too quickly can cause overheating and safety issues. Hardware is often more nuanced than you are making out. What is the application? I doubt you would need the full 3A in many circumstances anyway. It will power the 4B no problem and we have tested it to work :-) |
Note the 3A are only needed when the CPU is on heavily loaded and the connected USB peripherals use 1.2A (!). |
Thanks for the answer! The CPU load will be average to high most of the time with only a single USB storage device connected, so I should be fine for this project. Have to test it I guess - as soon as there is new stock available. Best regards |
Hi all. |
add dtoverlay=i2c-bcm2708' in /boot/config.txt and it should work. Do you have the link to the forum post? |
… ________________________________
Da: Aaron Shaw <notifications@github.com>
Inviato: mercoledì 10 luglio 2019 15:05
A: PiSupply/PiJuice
Cc: ik0adr; Comment
Oggetto: Re: [PiSupply/PiJuice] Raspberry Pi 4B support (#327)
add dtoverlay=i2c-bcm2708' in /boot/config.txt and it should work.
Do you have the link to the forum post?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#327?email_source=notifications&email_token=ABIHM7JR7UR6BPFEOWUXLITP6XNCZA5CNFSM4H3BYXEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZTMRZY#issuecomment-510052583>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABIHM7NJJ3U37JUM45SEEZLP6XNCZANCNFSM4H3BYXEA>.
|
THANKS!!
…________________________________
Da: Aaron Shaw <notifications@github.com>
Inviato: mercoledì 10 luglio 2019 15:05
A: PiSupply/PiJuice
Cc: ik0adr; Comment
Oggetto: Re: [PiSupply/PiJuice] Raspberry Pi 4B support (#327)
add dtoverlay=i2c-bcm2708' in /boot/config.txt and it should work.
Do you have the link to the forum post?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#327?email_source=notifications&email_token=ABIHM7JR7UR6BPFEOWUXLITP6XNCZA5CNFSM4H3BYXEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZTMRZY#issuecomment-510052583>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABIHM7NJJ3U37JUM45SEEZLP6XNCZANCNFSM4H3BYXEA>.
|
Had the same problem. Turned out when using the older i2c-bcm2708 module instead of the default i2c-bcm2835 everything works. |
@tvoverbeek I copied your email to me over to raspberrypi/linux#3064 so hopefully we may get a response there. |
Thanks!!
…________________________________
Da: Ton van Overbeek <notifications@github.com>
Inviato: mercoledì 10 luglio 2019 15:08
A: PiSupply/PiJuice
Cc: ik0adr; Comment
Oggetto: Re: [PiSupply/PiJuice] Raspberry Pi 4B support (#327)
Had the same problem. Turned out when using the older i2c-bcm2708 module instead of the default i2c-bcm2835 everything works.
Put the following line on /boot/config.txt:
dtoverlay=i2c-bcm2708
and reboot. Works for me on a 4B.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#327?email_source=notifications&email_token=ABIHM7OKAGFEWNRBL4KS6T3P6XNNVA5CNFSM4H3BYXEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZTM2BA#issuecomment-510053636>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABIHM7MB3MVWSGR2DQFMPYLP6XNNVANCNFSM4H3BYXEA>.
|
Are there any drawbacks to this? I guess the i2c-bcm2835 version has some advantages over the i2c-bcm2708 otherwise it wouldn't be the default. |
Hey there,
I already asked a similar question on the shop site, but the answer left some questions open.
My original question was:
Does the PiJuice works with the new Pi4B (especially because of the new 3 ampere requirement).
The answer was „yes“ because the PiJuice can output 3A in „pulses“ (what does that mean exactly?)
Is the PiJuice able to feed 3A to the Pi if I connect a 3A power supply to it (and not directly to the Pi)?
Best regards
The text was updated successfully, but these errors were encountered: