-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
[Bug]: i2c detection #299
Comments
try |
python3-smbus got installed to. |
If you bought your PiSugar from Aliexpress advertised as 'works with Pwnagotchi' you might have got the same as I got which works, yes, but which does not communicate via i2c and only provides one button wired to gpio 3 so you can't even use it to shutdown on low battery. The only use of the button is to manually shutdown the raspi and also to turn it on. |
Thanks! well bought on Amazon, but that could be the problem. Ordered an PiSugar 3 to check if it makes a difference. |
Hello, I am getting the same issue but on different setup, my setup is Raspberry Pi Zero 2WH 64bit The battery is powering the Raspberry Pi but the lack of knowing the battery capacity is the issue Thank you! |
I temporarily resolved my issue by flashing random version and after 5 repetition of flashing the newest image I got it working, but when I rebooted and the problem came back. Might be the way I power it for the first time? I power through data and there is no LED indication neither USB communication, then I need to unplug and plug again, there is the generating SSH keys part because I peeked monitor then it goes reset and then I need to restart it once again to access the USB network Edit: |
What happened?
Hi,
Trying to get my pwnagotchi running with PiSugar S and Waveshare V4 display .
System is running fine, internet connection is working.
But since hours im not able to get i2c detecting the PisugarS board.
pwnagotchi 2.9.5
RaspberryPi Zero Wh (32bit)
PiSugarS
i2c is enabled in
raspi-config
.Installed
i2c-tools
to check withi2cdetect -l
i2c-1 i2c bcm2835 (i2c@7e804000) I2C adapter
i2c-2 i2c bcm2835 (i2c@7e805000) I2C adapter
Is it normal that it shows 2 different bus?
also checked
i2cdetect 1
andi2cdetect 2
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
no device is showing up.
dtparam=i2c_arm=on
anddtparam=i2c1=on
in/boot/firmware/config.txt
Is it possible that the PiSugarS Board isn`t compatible?'
Thanks for helping!
Version
2.9.4-2
3rd Party Hardware
Yes
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: