Greetings
I am trying to use the BLE fundamentals exercise (Lesson 4 exercise 2 solution) to send actual sensor data, that I receive via I2C, to my nrfConnect app.
When I enable the i2c in the prj.conf file, I get a host of "address range collisions" when I build the project. I tried flashing the project, where all I did was add
CONFIG_I2C=y
to the prj.conf, and I got "zephyr bus errors" as shown in the image below. Is there a reason for this? Can I not use the BLE stack and I2C? Any help would be appreciated.
