2020-07-27 04:34 AM
Hi. How to connect to esp32 <-> STEVAL-MKI173V1 via i2c?
2020-07-30 05:40 AM
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