ToMe25 / ESP32-Accelerometer

A ESP32 program to record the values from an LSM9DS1 accelerometer and make them available as a csv download.
Apache License 2.0
4 stars 1 forks source link

ESP32S3 support #2

Open Arakistech opened 1 year ago

Arakistech commented 1 year ago

I would also like to know if it would be compatible with ESP32S3. Thanks

ToMe25 commented 1 year ago

The only Espressif devices I currently own are the ESP8266 and the ESP32, so I can not officially support other devices.

However since the ESP32S3 uses the same Framework as the ESP32 it would likely work with only adjustments to the platformio.ini.

ToMe25 commented 1 year ago

Nevermind, because I have WiFi issues with the latest version of the Framework(documented here) I set this project to use an outdated version of it, which does not support the ESP32S3.

Conclusion: Sorry, but until my WiFi issues are resolved I will be unable to use a version of the Framework that supports newer ESP chips.