Content for Servo

Hackbot in the Morning

“Pretty quiet around here at 7 a.m. Maybe I can whip up a quick python-fueled, Pi-based bot? Oh, yeah - hot glue features prominently in this build. I love coming in to work early; normally I get in around 6 …

How to Make an Arduino Radar

“This is a radar, designed to detect the distance and direction an object is from the ultrasonic sensor. With the ultrasonic sensor connected to a servo, it has the ability to rotate 180 degress, similar to a radar utilised to …

Instagram Likes Speedometer by Arduino & ESP8266

“It would fun to see how your Instagram posts perform in action! We are going to build a gauge that shows your Likes per minute speed. In this article, you will learn how to get data from web pages by …

LittleBot Budget: Simple Arduino Robot V2

“With the LittleBot Budget we wanted to make it as easy as possible for kids to get started with robots. So we boiled a robot down to its very essence. A way to move, a way to think, and a …

Arduino Paper Controller (buttons, slider)

“This project allows you to draw your own controller to be used with anything. It utilizes capacitive sensing and the conductive properties of graphite to send data to an Arduino board. Materials: Alligator clips Arduino Breadboard Jumper wires 10M Ohm …

Candy Claw Machine - Arduino Based Arcade Game

“Eyes on the prize, Violet. Eyes on the prize! Get ready for a candy-grabbing face-off with your family and friends with this classic arcade game - the candy claw machine! But this time, its going to be a bit different - first …

Controlling Servo Using MPU6050 Between Arduino and ESP8266 With HC-12

“In this project, we are controlling the position of a servo motor using the mpu6050 and HC-12 for communication between Arduino UNO and ESP8266 NodeMCU. It is another IoT project based on HC-12 RF-module. Here, the imu …

RFID and Keypad Door lock and Alert System Using Arduino

“Upon scanning the right tag and entering right pass, it will open door and send confirmation message otherwise it will send alert message. In the previous post, you learned about RFID and keypad based door lock system in which you …

Voice Controlled Glasses and Magnifying Lens

“This project automatically move the lens of a magnification glass using voice commands Many professionals work for many hours looking at very small areas, such as surgeons, watchmakers, jewellery designers and so on. Most of the time theses professionals use …

Interactive Tic-Tac Toe Game Controlled With Arduino

“The goal of the Physical Tic-Tac-Toe project is to move a well-known game into the physical realm. Originally, the game is played by two players on a piece of paper - by putting X and O symbols in turns. Our idea …