nrf52840 connection with gps module over I2C

I am trying to develop a code to read geo data using a gps module (MAX-M10S -> uBlox). I'm using the nrf52840 and I need to read data over I2C. I'm using nRF Connect SDK v2.3.0 and I'm programming with VSCode.
Is there any code that does this or something similar?

Related