I have a project that runs I2C to collect data from a pressure sensor and I have a different project that sends arrays of data over Bluetooth and they both work perfectly fine. Now I'm trying to add the I2C part to the Bluetooth project. I added I2C to the .overlay file and the prj.conf file however the function "device_get_binding" still returns a NULL pointer for I2C.
Can someone please tell me what am I missing or what am I doing wrong ?
Thank you in advance.