-
Notifications
You must be signed in to change notification settings - Fork 16
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
mlx90632 work with raspberry pi #54
Comments
This is not a kernel driver, kernel driver is already included in kernel. I think it is enabled by default in rpi, but you will need to add the sensor to dts/dtb. |
Is there still something that you need help with here? You will need to configure RPI kernel to enable the driver through menuconfig (I saw it is not in its default defconfig): https://www.raspberrypi.com/documentation/computers/linux_kernel.html#menuconfig DTS for RPI (depending on which i2c you have this connected should be something in line of):
(assumed from): https://forums.raspberrypi.com/viewtopic.php?t=113425 |
Another way of looking at it is to see if you can detect any other device, like an IO extender (ex. PCF8574). |
My team is trying to make mlx90632 to work with raspberry pi, shown as in the following pic. When we execute "sudo i2cdetect -y 1" we can not see anything. Did we miss any steps? like installing driver shown here? if so, could you provide detailed installation steps? note: We have tested our circuit board, and there are no issues.
The text was updated successfully, but these errors were encountered: