Content for Arduino Uno

Driving Small Motors With the TB6612FNG

“The TB6612FNG is a dual motor driver IC from Toshiba. There are plenty of breakout boards out there for it and it’s one of the most popular choices to drive small motors. There are plenty of of online resources …

Electronic RFID Door Lock

“Today I’m going to teach you how I design and built the “ULTIMATE ELECTRONIC DOOR LOCK” follow me on this step by step tutorial, I’ll explain every detail and trouble I had during the construction. I hope you …

Minecraft Creeper Detector

“For a couple years, I helped the Children’s Museum of Bozeman develop curriculum for their STEAMlab. I was always looking for fun ways to engage kids with electronics and coding. Minecraft is an easy way to get kids in …

NFC Timeline Radio

“In a lab project at the department of human-centered ubiquitous media we were challenged to create a modern music player which references traditional radio design. The timeframe was one semester. In order to get familiar with the potentiometers, the Arduino …

Smart Garage

“Hi everyone! This is a smart garage IoT project. Smart garage has security features such as live streaming, face recognition. Besides that, Smart Garage has a motion sensor to detect cars to allow the garage door to open. Detection of …

An Arduino-controlled turntable for 3D scanning

“Many DSLR cameras can be operated with a simple infrared signal, making them perfect targets for Arduino control. Travis Antoniello took advantage of this with his brilliantly simple 3D scanning rig. Electronics are handled by an Arduino Uno, which commands …

Simple Arduino Chess Clock

“When I thought of doing a Chess Clock with Arduino, the goal was to build using simple programming without use class and work with the AVR register. The base used was Arduino Reference. The most difficult thing was to manipulate …

#1 Avoiding Obstacle Robot

“This robot avoids obstacles in its way by using the ultrasonic ranging sensor HC-SR04. This sensor allows the robot to sense any object in front of it. In combination with this, I used the L298N H-Bridge to control the …

Arduino 5X3 LED Matrix to Run Alphabets

“I have made an LED matrix to Run Alphabets A-Z in a loop. It was a 3x5 LED matrix and controlled by an Arduino nano programming board. Check out the steps and also the DIY video below. (The sponsors of …

Communication between two Arduinos using NRF24L01

“While building Arduino or any other microcontroller platform project over time the need will arise to establish communication between two of the Arduino boards or microcontrollers for data exchange and/or control. This communication could be achieved using either wired …