Skip to main content
theBASTI0N
Associate
July 3, 2020
Question

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

  • July 3, 2020
  • 2 replies
  • 1243 views

..

This topic has been closed for replies.

2 replies

Eleon BORLINI
ST Employee
July 3, 2020

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
July 4, 2020

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.

theBASTI0N
Associate
July 4, 2020