Skip to content

DibG1/Step-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Step-Counter

A Step-Counter built using the NodeMCU This project uses an MPU6050 accelerometer to measure acceleration along the three axes. This data is then processed by the NodeMCU using the peak-finding algorithm to determine if a step has been made

The NodeMCU sends the clock pulse to the MPU6050 establishing master-slave connection. THe MPU6050 in turn transmits the data regarding acceleration in terms of voltage to the NodeMCU

image

image

The NodeMCU peridocially pushes the data to Blynk. We view this data using a virtual pin.

image

About

A Step-Counter built using the NodeMCU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages