Content for Arduino Uno

Servo Drawing Machine

“This tutorial will walk you through how to design, create, and use a customizable drawing machine of your own making! The drawing machine uses a servo motor and Arduino Uno, but is accessible to folks who have not used either …

12V DC Motor Controlled By Adafruit TB6612 Motor Driver

“This Arduino code controls a 12V DC motor (linear actuator) using an Adafruit TB6612 1.2A DC Motor Driver and external 12V power supply. For this project, I wanted to control a motor, specifically a linear actuator (with linear motion …

Faster Than the Fastest FFT for Arduino

“The Fast Fourier Transform (FFT) is an efficient algorithm to compute the discrete Fourier transform of a signal. If you search for algorithm implementations, you will find this great Instructable. However, while it provides an effective way to implement the …

Where’sLy Clock Project

“This project contains all the work I have done so far on creating a working GPS driven clock that emulates the Magical Clock from the Harry Potter films. I spent months on this and you are free to download the …

Single axis solar tracker project tutorial

“Single axis solar tracker project tutorial What do you know about solar trackers? A single-axis solar tracker system is a system that follows the light according to its intensity. this is one of the most searched Arduino projects. there are …

Project  Superquiz!

Superquiz!

“My first real project with Arduino, I had a few things to learn on the way and still plenty more to do! I have commented as much as I feel needed so you should be able to easily modify the …

IR Remote Tester and Decoder

“In this tutorial, I am going to show you guys how to create a simple InfraRed Receiver / Tester Circuit using TSOP4838 Intro What do you generally do when your remote controls starts playing up? - Do you generally use a multimeter …

IR Remote Controlled Car Using a Protoshield

“Making a smart car kit smaller. I started a project that was worth moving from a breadboard and onto a protoshield; an IR remote controlled car using an L293D H-bridge motor driver. NOTE The story I have written below is …

Read a ZX81 keyboard with Arduinos and build things with it

“Connect a ZX81 keyboard to an Arduino. This is a tutorial to quickly get the keyboard running and use if for all kinds of applications. The ZX81 was one of the iconic computers of the 80s. They made a computer …

Cipherbox V3.0

“With the development of cryptanalysis and new hacking techniques, the cost of accessing your data without your authorization continues to decline, making it easier and more attractive for different sides to get it. I’m not going to get into …