This Arduino sketch reads real-time acceleration data (X, Y, Z axes) from the ADXL345 accelerometer connected via I2C (SDA: GPIO 8, SCL: GPIO 9) to an ESP32 board. 📝 Description: This Arduino sketch ...
In the near future I plan to refactoring the libraries. The main goal is to improve code quality, new features and add support for different versions of Arduino boards like Uno, Mega and Zero. For ...