Skip to main content

Project Based Engineering Instrumentation High Level Coding and Microcontrollers

Chapter 17 Pedometer

List 17.0.1. Parts List
List 17.0.2. Learning Objectives
  1. Understand how to run CPB/CPX while not tethered to a computer
  2. Reinforce bluetooth tech for data transfer
  3. Understand post-processing for debugging to be used for online calculations
  4. Understand the fundamentals of how a pedometer works
A pedometer is a device that counts the number of steps. Typically these are worn as watches with popular brands like Garmin or Fitit owning the market share at the time of this writing. It turns out though that your phone and apps like Google Fit can also track steps just by being inside your pocket all day. The way they do this is by measuring the acceleration, angular velocity and potentially even the angles (using a magnetometer) to count steps. In this lab this we will just focus on attempting to get steps using accelerometer data.