How to configure I2C connection in BLE Mesh
I want to create a mesh in which every node (BlueNRG 2) share some sensor measurements to each other. The measurements should be transmitted over an I2C connection from a sensor module. My Problem is now that I can't configure a working I2C connection because the device can't be found at the sensor module. I'm just copying the I2C slave polling project for this purpose. The I2C slave polling project works fine when I exceute it allone without the mesh stuff in TrueStudio. But when I compile it in Keil with the mesh project (version 1.007) the problem appears again.