In this short tutorial, you will learn how to build an Arduino Theremin. You only need three components plus the Arduino, wires, and breadboard. Use the breadboard diagram or the video below to see how to connect everything.

Microcontrollers are components that make it easy to control things like LEDs, motors, or fans based on sensor input like temperature, light, or speed.
Since it's easy to make advanced functions with microcontrollers, almost all things electronic use a microcontroller these days.
To use a microcontroller in your project you need to learn to write code. And you need to learn how to upload that code onto the chip. I highly recommend Arduino as a starting point. It makes coding and uploading much simpler.
This page is a library resource with tutorials and the basics of microcontrollers.
Featured Resources:
More on Microcontrollers:
Club de Arduino – Week 5: Finishing the Robot
Thomas was right. It was impossible to get anyone to do anything in December in Medellin. So I continued on my own. There was one challenge left before I could assemble it all and program the robot: The ultrasonic sensor. I hadn’t tested it yet, so I had no idea how well it would work.
Club de Arduino – Week 4: Moving Back and Forth
This week we got a new member. So we revised what we’ve done so far with our new member: The first week we looked at different robot platforms. We wanted to be able to go forward, backward, and make turns. And we wanted it as cheap as possible. We looked at different platforms at the […]
Club de Arduino – Week 3: H-bridge and the Bluetooth
We made progress on our robot this week! Check out the video at the end of this post. This is what happened: During this week I figured out that our H-bridge circuit did not work as intended. The problem was the TIP12x transistors. They have a huge voltage drop from collector to emitter of 2V. […]
Club de Arduino – Week 2: Building an H-Bridge
Today we tried to build an H-bridge to control the motors. An H-bridge is a circuit that makes it easy to control a motor to go backward or forward, for example from an Arduino. We used TIP120 and TIP127 transistors and built the following circuit using 5V as VCC:
Club de Arduino – Week 1: Initial meeting and planning
We started out as a group of three people. Eduardo, Jefferson, and me. Today, we discussed what to build. We wanted to build something that would be fun, and that we could finish within the time frame I’m going to stay here (~2 months). And it should be based on an Arduino. Jefferson wanted to […]