Arduino

As the preeminent tool for makers, Arduino is a versatile platform that covers almost every type of creative making. With its simple-to-use coding language and fun programming concepts, Arduino enables users to create modern electronics with ease. From beginner level projects like flashing LED lights to more advanced builds such as interactive robots, there are an endless number of possibilities when it comes to building projects with Arduino. Whether you are new or an experienced builder in search of fresh ideas, these posts will provide interesting Arduino tutorials and unique ideas that may spark your creativity and motivate you take on any type of maker project!

How-To: Runner’s Odometer

Jason Gessner’s wife is an avid runner and they’ve often joked that she puts in more miles than he does in his car. This inspired Jason to create an odometer to track the miles his wife logs during training and races. Jason used a numerical readout he found at a surplus store and hooked it up to a Motor Shield. A computer with Ruby checks the DailyMile API every minute for new entries and sends a signal to the Arduino over serial to increment the counter with a satisfying click for each mile his wife has logged.