Like most people I was skeptical about getting a robotic vacuum cleaner, so as a trial run I thought I would buy the now obsolete iRobot Roomba 530 which was heavily discounted (they’re still available in Australia, showing how behind the times we are). Of course, as soon as I got it home I fell […]
Projects
Arduino String Case Change Functions Code
The String case change functions allow you to change the case of a String. They work just as their names imply. toUpperCase() changes the whole string to upper case characters, and toLowerCase() changes the whole String to lower case characters. Only the characters A to Z or a to z are affected. Circuit There is […]
Blink LED using Arduino
This example shows the simplest thing you can do with an Arduino to see physical output: it blinks an LED. Circuit To build the circuit, attach a 220-ohm resistor to pin 13. Then attach the long leg of an LED (the positive leg, called the anode) to the resistor. Attach the short leg (the negative […]
Yogy – The Arduino Powered Robot Made For Kids
In this Instructable I will show you how to make a cute and kid friendly Obstacle Avoiding Robot I like to call Yogy. Yogy gets his name from the Yoghurt tub body he is made from. I am a sucker for seeing the best in trash and this Yoghurt tub looked too good to be […]
Analog Write with 12 LEDs on an Arduino Mega
This example fades 12 LEDs up and the down, one by one, on an Arduino Mega board. Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page Connect the longer, positive legs of (anodes) 12 LEDs to digital pins 2-13 through 220 ohm current limiting resistors. Connect the shorter, negative legs (cathodes) to ground. Schematic Code In […]
Digital/Analog Clock – Arduino + PaperCraft
In this instructable we will be recreating a clock inspired by Alvin Aronson’s original design. When I first saw this clock I was very impressed by how clean an elegant the design was I immediately wanted to recreate this effect. I hope some of you feel the same and use this as a guide to be […]
Arduino Hello World Blink Code
This is a basic example how arduino works. In this arduino projects you’ll see how arduino control LED on for 1 second and off for 1 second repeatedly. Instruction; 1) Connect cathode lead of LED (shorter lead) to ground pin and anode lead of LED (longer lead) to pin 13. Upload this code to your […]
Autonomous Autonavigation Robot using Arduino
This is a step by step guide to build an autonomous navigation robot. We use the Arduino microcontroller to control this robot. We have two different programs for this robot. The first enables the robot to drive around and avoid anything that gets in its way. This avoiding obstacles program uses two ultrasonic sensors. Our […]
AAA Robot (Autonomous Analog Arduino)
The AAA Robot is a perfect robot for beginners. It is versatile, easy to build, and discusses many of the topics roboticists need to learn, including but no limited to transistor switches, motor driving nad analog sensors. This Instructable includes step-by-step instructions on how to build your very own robot. This robot has two modes, […]
An Arduino Thermometer with Digital Display
This is a project for Arduino to make a Thermometer with Digital Display, aimed at beginners. Arduino measures the voltage on a TMP36 Temperature sensor, converts the Voltage to Degrees Celcius and Displays the value on an LOL shield display. Objectives: * Learn how to use the TMP36 * Learn how to perform numeric and […]
