In this tool-assisted education video I show how to program an Arduino Atmega2560 board in C++11 to dump a ROM chip, such as a 386sx BIOS or a Famicom cartridge ROM. I also make a ZMODEM sender and a LED blinker in this video. Sorry about the bad dub / lipsync in the beginning. I […]
Projects
Arduino Automatic Watering System For Plants Sprinkler
Last month, Elecrow have left from the original office and moved to a new office. We will miss our original office where we worked so hard for more than two years, we will miss everything here, the desks, the windows, and those potted plants, that we cared for more than two years with our neighbor. […]
The iButton garage-door opener using an Arduino
I’ve made an iButton garagedoor opener and logger. On a Dutch (kind of) eBay (www.marktplaats.nl) I found some iButtons and readers very cheap. I had no idea what to do with them, but I bought them anyway. My garage opens with a push on a button, so it must be possible to get that working […]
RFM12B – Part 1 – Hardware Overview
To see how RFM12B wireless compares to other similar wireless options (e.g Xbee, XRF etc..) check out this well compiled comparison overview by Stuart Poulton: http://blog.homelabs.org.uk/wireless-connectivity/. Overview Made by Hope RF, re-branded by RFsolutions in the UK. Sometimes called ‘Alpha RF’ Low cost RF transceiver (from Rapid, Farnell, or RS in the UK) Up to 300m transmission Up […]
Arduino Throttle Body Syncronization Shield
A common Motorcycle maintenance task is to synchronize the throttle bodies on the engine to smooth out any rough idle. This is done by monitoring the vacuum on each throttle body and using the idle screw to make the adjustment. While this sounds rather advanced, with a little knowledge, a few standard tools to access […]
Ardusumo: an Open Source Platform for Fighting Robots using Arduino
The idea Ardusumo is a universal platform to build robots on wheels that can move around avoiding obstacles using infrared sensors and follow routes marked with dark lines on a white background. We have created Ardusumo to bring young students to the world of robotics: if suitably programmed, Ardusumo allows robots to perform various autonomous […]
BUILD YOUR OWN LASER HARP using Arduino
The laser harp is a musical instrument made of light. A fan of beams shoots up from the floor into the night sky. The performer can create music by placing their hands in the beams. Not only does “breaking” the beam produce notes, but sliding the hand along the beam will also change the sound. […]
Touch Control Panel using Arduino
Small 4-wire resistive touchscreens are now amazingly cheap: they are produced in such enormous quantities for mobile phones, PDAs, and particularly handheld games such as the Nintendo DS that they can be bought brand new for under US$10. Larger touchscreens are also rapidly falling in price. The popularity of netbooks with screens between 7″ and […]
Arduino + 2 Servos + Thumbstick (joystick) using arduino
In my other 2 Arduino tutorials I have help new users to play tones and making 2 servos move with a mouse. This time I will help you move the same 2 servos with a thumbstick. And again I have surf the internet to see If there are tutorials that clear to understand specially for the beginner Arduino user […]
Stepper Motor drive from Arduino
Stepper Motor drive from Arduino In this tutorial we will show you how to connect a bipolar stepper motor to an Arduino Uno board. The stepper motor we are using is the Sparkfun Stepper Motor but you can use any other 4-wire bipolar stepper motor. Because a stepper motor draws a higher current than the […]