Skip to main content
Visitor II
July 27, 2020
Question

STEVAL-MKI173V1 - Connect via i2c to esp32.

  • July 27, 2020
  • 1 reply
  • 688 views

Hi. How to connect to esp32 <-> STEVAL-MKI173V1 via i2c?

    This topic has been closed for replies.

    1 reply

    ST Employee
    July 30, 2020

    Hi @Bacteriusartnik​ , being esp32 microcontroller C-programmable, I suggest you to check the online available C on Github for LSM303AH device. In particular, I suggest you to check the lsm303ah_read_data_polling.c file, where platform independent code can be found. You should the integrate these libraries into the esp32 main code. Regards