cancel
Showing results for 
Search instead for 
Did you mean: 

STEVAL-MKI173V1 - Connect via i2c to esp32.

TBart.1
Associate II

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

1 REPLY 1
Eleon BORLINI
ST Employee

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