Hi,
Sorry I am newbie to the mesh;
I am currently working on a project in Mesh on nRF52832 DK , (I am using the mesh v5.0.0).
I want to see if there is any example demonstrate how to add I2C communication in my mesh project?
Thanks
Hi,
Sorry I am newbie to the mesh;
I am currently working on a project in Mesh on nRF52832 DK , (I am using the mesh v5.0.0).
I want to see if there is any example demonstrate how to add I2C communication in my mesh project?
Thanks
Hi,
It shouldn't be much different to integrate i2c with mesh than it is for any other BLE example. I would recommend you to take a look at the TWI Sensor Example in the regular nRF5 SDK to figure out what dependencies you need to include in your mesh project (source files, include paths, and sdk_config.h settings), then refer to the TWI master driver documentation for instructions on how to use the APIs. Just let me know if you get stuck with something.
Best regards,
Vidar
I will try to figure it out
Thanks!