Implement VL53L5CX TOF sensor with nrf52840

I used nrf52840 board with SDK 17_1_0 

I used segger embedded studio IDE

I am not able to understand how i Implement VL53L5CX TOF sensor with nrf52840  

so if any reference code is available for this then please give me. 

Parents Reply
  • In future i definitely learn nRF Connect SDK

    But now can you please give me  VL53L5CX reference code with embedded studio IDE

    Also How i can write or read uint32_t length data on I2C?because nrf_drv_twi_tx  & nrf_drv_twi_rx length size is uint8_t.

    ret_code_t nrf_drv_twi_tx(nrf_drv_twi_t const * p_instance,
    uint8_t address,
    uint8_t const * p_data,
    uint8_t length,
    bool no_stop)

    ret_code_t nrf_drv_twi_rx(nrf_drv_twi_t const * p_instance,
    uint8_t address,
    uint8_t * p_data,
    uint8_t length)

Children
Related