-
Notifications
You must be signed in to change notification settings - Fork 256
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
Sense Hat V2: Colour sensor not detected on raspberry Pi 5 #143
Comments
Are you using the same Sense HAT in both cases? I think newer Sense HATs have the colour sensor on 0x39. Tested on a pi5 here and the output was as expected. |
I think the library or package (for ubuntu?) might not be updated in this case.
Error:
Tested on Ubuntu 24.04 |
Spell it correctly and it should work? colour You have it correct later. |
Erm... the official documentation is using color though Anyway I managed to fix it by just using Rasbian as the default OS. |
They must have changed it at some point, it never used to work. At least I
don't think it did.
Anyway, glad it working.
For the record, it's not Raspbian, it is RaspberryPi OS. It would be better
to call it Debian as it's not using Raspbian any more. (see history in some
old blog, also Raspbian was 32bit only).
…On Sun, 5 May 2024, 11:16 pm yupm, ***@***.***> wrote:
Erm... the official documentation is using color though
https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat/7
image.png (view on web)
<https://github.com/astro-pi/python-sense-hat/assets/35495603/5a030c2f-c236-4b08-ba17-5fc54fd7178c>
Anyway I managed to fix it by just using Rasbian as the default OS.
After setting up Ubuntu via docker and fooling around with building this
repo and the RTIMU repo from source, I am thinking the Ubuntu 24.04 issue
might be a result of outdated packages in the repo..
—
Reply to this email directly, view it on GitHub
<#143 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYAXN3LGLMDEDHDCZMMNULZA2VTVAVCNFSM6AAAAABDWH74F2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUHE3TAOBSGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It's seems it was 4 years ago they added color as spelling :-) |
Hello, I'm experiencing an issue with the Sense HAT v2 on the Raspberry Pi 5.
When executing the i2cdetect -y 1 command on the Pi 5, it successfully detects all sensors except for the color sensor.
Conversely, on the Pi 4, the command detects all sensors including the color sensor, which has an I2C address of 0x29.
The text was updated successfully, but these errors were encountered: