please give us a star if you like it! (❁´◡`❁) Your support is our energy to devise better projects!
- I made this Step Counter using ESP32! by THE ELECTRONIC GUY
- ESP32 Step Tracker: Web-Integrated Counter Project February 8, 2024 by electronicblog296
- Adafruit_SSD1306
- Adafruit_ADXL345
- EEPROM
This project is a pedometer that uses an ESP32 and an ADXL345 accelerometer to count the number of steps taken. The number of steps is displayed on an OLED display. If the power to ESP32 is corrupted, the number of steps remains.
- ESP32
- ADXL345 accelerometer
- SSD1306 OLED display
- Arduino IDE
- Adafruit_SSD1306 library
- Adafruit_ADXL345 library
- EEPROM library
pedometer.ino
src/
constant.h
oled/
oled.h
oled.cpp
adxl/
adxl.h
adxl.cpp
stepDetector/
StepDetector.h
StepDetector.cpp
The ESP32 reads the accelerometer data and counts the number of steps taken. The number of steps is displayed on the OLED display.
demo clips: 1. steps count, 2. memory
This project is for educational purposes only. Do not use it for commercial purposes.