This is meant as a guide to anyone soldering their own Arduino from a kit, which can be purchased from A2D Electronics. It contains many tips and tricks in order to build it successfully. You will also learn about what all the different components do. Read on and learn what it takes to build your very […]
Projects
How to Build a Soil Moisture Sensor Circuit with an Arduino
In this project, we are going to build a soil moisture sensor with an Arduino microcontroller. A soil moisture sensor, also called a hygrometer, measures the amount of moisture, or water, in the soil. Therefore, we can tell whether the soil has enough moisture or not. So it is a good diagnostic tool for caring […]
Solar powered wireless Arduino based Geiger counter porject.
Hello, I have plans to build myself a solar powered wireless Geiger counter using a RH Electronics Arduino IDE Geiger counter connected via a serial connection through a logic level converter to a 3.3V ATmega328P-AU Pro MCU with an ESP8266 serial WiFi tranceiver to send the readings from the Geiger counter to radmon.org.I intend to […]
Wilson – the IoT Hat
Hi There, Recently, I finished up on my DIY project Wilson: the IoT hat. Because of the big fun I had creating and using this IoT hat, and given the wonderful feedback it provided to the wearer, I really want to share this project with you. Wilson is a hat equipped with a multicolor LED […]
How to Build a Simple Force Sensing Resistor (FSR) Circuit
In this article, we will go over how to connect a force sensing resistor, or force sensitive resistor, (FSR) to a circuit to build many different types of useful circuits with them. Force sensing resistors are variable resistors which change resistance according to the pressure or force applied to them. Under no force, the resistance […]
Sonic Switch: Use a Sonic Screwdriver to turn on your computer!
What it is: An Arduino-based light-sensitive switch for turning on a desktop computer. Why its cool: Use a Sonic Screwdriver to turn on your computer! Story: This project started, as I’m sure a lot of them do, as a result of boredom and the thought “Wouldn’t it be cool if…”. I am a fan of […]
How to Build an Arduino Speaker That Plays Music in Minutes
The main thing which makes this project super simple is that this project requires only one extra component. If you are new to Arduino, this tutorial will help you get familiar with Arduino and learn the basics of Arduino programming. This musical project has a speaker which plays out a song. If you ever want to […]
Walleye using Arduino
Walleye is an interactive light installation which engages users in temporal gestural and bodily play. It generates temporal light propagation patterns, or a large scale very low resolution pixilated image (depending on how you look at it) based on the realtime movement of visitors in the space. The project is informed by discourses around emergent […]
Build a Complete AVR System and Play Mastermind using Arduino
The game Mastermind has been around a long time, and I remember getting a board version with colored pegs when I was a kid. I love this game, as it is solvable simply by pure logic. One player (or a computer/microcontroller) chooses a sequence of colors from a pool of available colors and then the […]
Space Race Game using Arduino and Nokia 5110 Graphical Display
Programming has always been fun and it just got a lot better with development platforms like Arduino. Almost every programmer out here would have tried to develop some kind of game using the language that they learning/practising. This helps them to tune their programming skills in a fun yet productive way. I have been a […]