cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Drivers working with an ESP32 Has anybody been able to get the sample drivers to work with an ESP32. The only examples I can find are from people who have written a new driver. I am trying to use an IIS3DWB over SPI

theBASTI0N
Associate II
 
3 REPLIES 3
Eleon BORLINI
ST Employee

Hi @theBASTI0N​ , I'm not an expert of the ESP32 microcontrollers, but you may refer to the official repository on Github for the platform independent C drivers of the IIS3DWB. There are also examples that may help you to set up a simple data-read code (iis3dwb_read_data_polling.c). Regards

theBASTI0N
Associate II

Hey Eleon,

Thanks for the feedback. I have started with thate example I have gotten close to getting the platform read/write working (I think) now getting issues with receive data size. I have made a post on the ESP32 forum.

Most ESP32 examples I have found seem to either have a from scratch driver and/or ony support i2c.