I run into problem that one day one of my unit pi3 running on jessie shows this error "OSError: Cannot detect RPi-Sense FB device"
Code: Select all
Traceback (most recent call last):
File "humidity2.py", line 8, in <module>
sense = SenseHat()
File "/usr/lib/python2.7/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
There was no error before and It was working up to today when I run my code that use sense() module just spat out the error message above
Other thing that I notice is that usually when the board is powered up for the first time, the LED on senseHat would turn bright for several seconds. This time around it's just like one flashing and that's it ... could it be the senseHat unit is broken beyond-repair kind ? somehow ...
Thanks guys