Other

“It’s the Leslie Birchinator. Acacia missed it, it may prove poplar, knock on wood… Ok, the switch case is most likely birch. If you have ever listened to the sound of a Hammond organ playing, sometimes there is a …

“This simple project will help you park your car in the garage by displaying the distance from objects in front of your car’s bumper. A ‘Stop’ message will tell you when it’s time to stop. The project is …

“I was walking through the hardware store the other day and I walked past an energy meter which clips onto your home’s electricity mains and then provides you with information on your power consumption and cost estimates for the …

“Code for a spectrum analyzer. The code is to be ported to an ATTiny85 to make a project. Uses Goertzel’s algorithm with a Hamming window.”

“This is a game I created on Autodesk Circuits to learn binary numbers. A playable online version can be found at https://circuits.io/circuits/2924784-binary-game. If you want to follow along with this guide and build your own the …

“You have seen Propellers in Aircrafts or in marine ships, if not in real then in movies for sure. In this session we are going to design a Propeller Display with Arduino, LEDs and a DC motor. In this Propeller …

“Sip-and-puff is one of many ways someone can control a device without having to use their hands, and is a useful method for some people with certain disabilities. A puff is blowing into the tube, and a sip is sucking …

“I am a “lover” of watches and, when I saw “The Fibonacci Clock”, I wanted to make one. The “FiBiNo Clock” (Fibonacci Binary ArduiNo Clock) is a clock that displays the hours with Fibonacci method, while the minutes and the …

“I created this project as a nice memento to mark the birth of my little boy. After experimenting with a copper etching of his newborn hands and feet, I decided to take it a bit further and add electronics. Each …

“What is our requirement? Here we want to measure the rpm of DC motor. So we have to measure how many times a particular point on the rotor undergoes a full rotation within a minute. So we have to use …