Hi,
I'm working on a project and I need to develop a code to communicate nRF52840 with a GPS module (Ublox MAX-M10S - address 0x42) over I2C. I don't finded anyone example to do this, so I'm trying to develop a I2C librarie (similar the WIRE.H, used for ESP32). However, Wire.h uses the esp32-hal-i2c library for I2C function calls. I need a library compatible with this one for my I2C calls, nrfx_twim.h seems to be good for that.
Could someone help me with an example code base to test I2C communication using the nrfx_twim.h library?
I'm using the nRF Connect SDK (version 3.2.0) and programming through Visual Studio Code.