I want to make a robo arm with less cost which draw cute pictures. That robot want to make my Daughter happy and it can able to dance. I saw a Cutest drawing robot in Kickstarter. I like it very much and want to make one such robot. So i go through my school life […]
Projects
Arduino Esplora Remote
This example is designed to be used with a Processing sketch. Processing is an open source programming environment. The application on the computer reads the sensors on the Esplora board and controls the buzzer and the RGB LED through a graphical interface. The image in the Processing application mirrors the Esplora board, so you’ll see […]
Weather Portal
There have recently been a series of web query projects that use the miraculously tiny and affordable ESP8266 micro controllers. Most have involved the output going to a tiny screen with small graphics. The local YMCA in Anchorage just completed a beautiful remodel but lacked funds for decorative elements. I wanted to build them something […]
Access control with Arduino plus Keypad 4×4 plus Servo
Hi guys, I bring a new instructable for arduino, the control access with password, 4×4 keypad and a servo. We will use the Password and Keypad librarie for arduino, besides using the servo library, but this project can also be modified by changing the servo, a motor reley or motor stepper, or any other ideas […]
Animatronic Eyes and Wii Nunchuck Part 2 using Arduino
After I built the animatronic eyes in PART 1, I wanted to complete the face with a voice and possibly moving eyebrows. If you look back at my PART 1, you’ll see that for the base I used a model from Thingiverse. Once you have the model 3D printed, you will need to add in […]
Adafruit’s Circuit Playground As a Robot Controller With Bluetooth
A friend gave me one of Adafruit’s circuit playgrounds (developer edition) to use, and I wanted to see would it make a good robot controller. The circuit playground is packed full of features like sensors, neo-pixels and even an accelerometer. I wanted to add a L9110 motor controller and create a small bot I could […]
iPod Information Screen using Arduino
My girlfriend, a music buff, asked me to come up with a better way for her to look at the track information of the current song playing on her iPod touch while she was using it in the car. Those of you that have or have had an iPod touch know that it’s not the […]
Autonomous Race Car using Arduino
Build this autonomous driving robot car based on a old RC toy car. I removed the radio control board from the car and replaced it with a brain in the form of an Arduino UNO board (plus a motor driver board) and gave it an ultrasonic distance measuring module to see the world through. Step […]
Manual Controlled Toll Gate Using Push Button
n this Instructable we will simulate an Toll Booth Gate by using a manual Push Button to open and close the gate. How Does It Work? When the vehicle comes in front of the gate, the push button is pressed & the gate is opened, this is done by sending a command via microcontroller to the servo to open the gate […]
Arduino powered GLCD (Graphic LCD)
Displays are always nice. So far I’ve just been demonstrating how to use 7-segmented displays to display numbers using very few resources. But what if you want to display text? Or pictures? Or both? Well in order to do that, you’re going to need a simple LCD screen. Now there are simple led screens out […]