-
Notifications
You must be signed in to change notification settings - Fork 255
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
SenseHAT all LEDs On with Hardware Not Found #97
Comments
All on meaning all white or a rainbow pattern? It sounds like a hardware issue. The Pi is unable to communicate with the Sense HAT, so there's not much to go on. |
Its a rainbow pattern. Does this mean the HAT is destroyed? Is there a workaround? Changing the breakout pins etc.? |
I don't know if it's destroyed or if there's just dirt in the connector. Without knowing what's actually wrong, there's not much that can be done. If it's still within the warranty period, you could try to RMA it. |
Try removing and reconnecting it a few times. You could also take the black
cover off the pin protection and check it contacts well.
If that fails then force detection with
add dtoverlay=rpi-sense
in sudo nano /boot/config.txt
reboot
The only time I've seen mine do this is when not enough power could be provided to a Pi3B+
…On Mon, 15 Jul 2019, 2:41 pm XECDesign, ***@***.***> wrote:
I don't know if it's destroyed or if there's just dirt in the connector.
Without knowing what's actually wrong, there's not much that can be done.
If it's still within the warranty period, you could try to RMA it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#97>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACYAXN7HCMTRL7HNOS3ISOLP7R47ZANCNFSM4IDP7YYA>
.
|
Ah a quick look through you dmesg, the sense fails to be detected when it tries, are you powering via OTG-USB? Same reason I had, not enough power during boot time. |
Thank You Ben. I am powering using the standard 5v/2.5a power outlet only. Also, the dt-overlay seems to be added in my config. Attaching a copy of it. |
It'll still be power, mainly because it is warming you.
The 3B+ seems very sensitive to anything during boot and the SenseHAT just
stretches it too much, perhaps the LEDs just draw that but too much and
make the Pi PSU drop out with a spike.
But I can confirm you are not the only one, as it happened to me.
You could try the newer Buster setup and see if that has a better boot up
sequence. That is if you have no other PSUs to try.
(Yes iirc mine was an official one too).
…On Mon, 15 Jul 2019, 4:26 pm avishek-rc1, ***@***.***> wrote:
Thank You Ben. I am powering using the standard 5v/2.5a power outlet only.
Also, the dt-overlay seems to be added in my config. Attaching a copy of it.
config.txt
<https://github.com/RPi-Distro/python-sense-hat/files/3392957/config.txt>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#97>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACYAXN5647BAH75BTDEE2WLP7SJI5ANCNFSM4IDP7YYA>
.
|
Thank You Ben, I will try with a new PSU first and if it still fails, would try with Buster. Might take a day or two to respond on this thread again. |
For reference
And then at the very end of dmesg, some in and out of voltage messages. |
Description:
This was working perfectly earlier. All of a sudden, when Pi boots up all LEDs are on and nothing happens. Read a lot of forums but no specific answer. Please help.
Error:
Traceback (most recent call last):
File "/home/pi/Projects/SenseHat/sensehat_sensing.py", line 2, in
sense = SenseHat()
File "/usr/lib/python3/dist-packages/sense_hat/sense_hat.py", line 39, in init
raise OSError('Cannot detect %s device' % self.SENSE_HAT_FB_NAME)
OSError: Cannot detect RPi-Sense FB device
Attached: vcdbg log msg and dmesg
vcdbg.txt
dmesg.txt
The text was updated successfully, but these errors were encountered: