This GSM Mobile is used for our Remote Control (for example Gate Control, Temperature Control….). We use the word ‘module’ because, unlike what we did in our remote control projects, this time around the mobile phone is not mounted on a printed board, but rather on a small auxiliary board which is then inserted in a […]
Projects
Interface a rotary phone dial to an Arduino
An old rotary phone can be used for a number of purposes in your Arduino projects – use it as a novel input device, or use the Arduino to interface a rotary phone to your computer. This is a very basic guide describing how to interface the dial to an Arduino, and get the number […]
Arduino Controlled Can Crusher With LCD Readout
I have always wanted to do an instructable, but I never had a somewhat original idea that hasn’t been done a million times, or something that had no means of building. I have some friends who recycle aluminum for money and after seeing the large bags of an unknown amount and weight of uncrushed cans, I decided to make a machine […]
Computers are Dumb
Objective: Overcome your fear of computers! If you can count to two, then you can master the basics of computers. If you think computers are smarter than you, you are wrong and I will prove it. For normal people, just follow the LOG: comments. Computers are dumb: comments tell you the computer’s point of view. […]
Bicycle North Indicator using Arduino
Magnetoception is the ability of some animals to detect magnetic fields as a means of orienting themselves. Although humans do not seem to posses the same biological mechanisms that allow other animals to sense magnetic fields, there are still many ways that we can improve our sense of spatial orientation. This project is an attachment to […]
SPI interface to the FlySky/Turnigy 9x
Interfacing a RC radio to a microcontroller is a bit of a pain, especially if you want a lot of channels, because you have to time each channel’s output individually. An AVR only has one 16 bit timer with two compare channels, so either you can only use two channels at full resolution or you […]
Arduino powered 7seg led display with Port Manipulation
Time for something a little more advanced. Direct Port Manipulation. Normally when using Arduino software, the actual logic behind changing the values in pins is abstracted away with digitalRead and digitalWrite. Now, for most people that’s just fine. But it has some limitations. For one, it is a little slower than might be practical for […]
Arduino controlled animatronic wooden head (reading lamp) usnig arduino
This head is a reading lamp which can be adjusted for direction of lighting, and dimmed as required. This Instructable combines Arduino programming, some simple electronics, carving with hand and power tools, mechanical control and a bit of woodwork. Apart from the Arduino and a few components it is mostly made from reclaimed materials. I […]
High Power RGB LED Moodlamp which syncs with Philips Hue
In this instructable the main focus lies on the software which I’ve created – not so much on the hardware side. You needn’t to use a high- power led for this, you can use every RGB- LED you like. The “High Power RGB LED Moodlamp” is a high power rgb led lamp which can be […]
Buggy Wheelchair Robot using an Arduino
This is a Modification of an electric wheelchair. I called it “Buggy” for two reasons. #1 My kids can still ride it around because I left the seat intact. #2 I haven’t programmed anything for a long time. I plan to create “jobs” for it in the near future. I welcome any input. Keep in […]