// Elevator pitch: As beginners, we built a simple pedometer achieved by collecting acceleration data with Arduino and Processing.
// Inspired by pedometer in phones
// Count the number of steps of walk
// Use Arduino panel with an accelerator sensor, then transforms data to Processing, at last display the number on the screen
// How to count the peaks of data in Processing in order to compute the number of steps
// We successfully made the project
// How to use a different programming language (Java), how to simplify a complex question and turn it into a math problem
// Make it more accurate and interactive

Log in or sign up for Devpost to join the conversation.