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!

Smartphone-Controlled Ball Launcher

Smartphone-Controlled Ball Launcher

Andrew and his brother built this great ping-pong ball launcher out of salvaged and repurposed parts. I especially like the 13-ball hopper made from two paper towel tubes taped together, and the clever K’Nex-controlled release mechanism. The launcher is controlled with an Arduino connected to a computer and activated via a remote desktop app from […]

How-To: Arduino Interrupts

How-To: Arduino Interrupts

In a basic Arduino sketch, if you want to take action based on the status of a digital input pin, you’d check the state of the pin repeatedly until a particular condition is met. However, as your sketches become increasingly complex, you’ll find that it’s not always the best way to do this. EngBlaze posted […]