cptel When adding a native I2C sensor, besided adding sensor info in .overlay file, do I need to add the info in .dtsi or any other file?
jaredwolff I did a whole video on drivers before: https://www.youtube.com/watch?v=63YXMZtovLw Short summary though: You need an overlay entry for the device on the I2C bus in question You will need to enable the driver for said device (or access the device manually) Hope that helps @cptel!
cptel great video! All set and ready to add another sensor to my code soon 🙂 My issue was incorrect address in the sensor document.