Their are many people who are struggling to make projects that are needed for their daily needs. One of the major example is none other than room automation. Even though many of the room automation setup cost a little bit higher can’t we make it little bit cheaper. Can’t we make it using the Arduino’s […]
Projects
Sensors in Phone and Arduino Serial Communication
Sensors are one of the crucial things when it comes to building projects/robots. Many a times the sensor might be not available locally or it might take too long to ship. Smart phone have most of the basic sensors like proximity, accelerometer, light, magnetometer, gyroscope, etc. embedded and we can in fact use these sensors […]
DIY 3D Controller using an Arduino
Make a 3D interface using an six resistors, aluminum foil, and an Arduino. Take that, Wii. Update: a much more thorough explanation of this project is available from Make Magazine. It might be easier to follow their instructions, and I think their code is more up to date. The basic goal here was to make […]
Analog Fabric Joypad using an Arduino
How to make an “analog” input device from fabric and a few other necessary materials. “Analog” in parenthesis because, although it is made up of 4 analog inputs, the only analog transition between the directions (up, right, down and left) comes from the buffering material (in this case 3cm thick squishy packing material) that absorbs […]
Arduino Game Controller for Both PC and Android
In this instructables session we are going to see . How to make your joystick . Which is compatible for PC, Laptop , Smart Phone . By Using UnoJoy Libary. With this libary we can convert a arduino uno into USB game Controller . People who are physically challenged can make there own Joystick based […]
“12 Thumbs” R/C LEGO Dragster
Impressed by these two LEGO® Dragster sets, a 250 pieces LEGO®TECHNIC Dragster 8847 (released in 1983) and a 391 pieces Top Fuel Racing 5533 (released in 1999). These two Dragsters inspired me to build my own LEGO® dragster, the “12 Thumbs”. The name “12 Thumbs” came after I finished the design. While I was playing with my finished […]
Perimeter Wire Using Matched Filter
Do you want to build a robot that is in an invisible enclosure? Or have you wondered how the robotic lawn mowers stay in their garden?In this Instructable I will show you how you can easily build a perimeter loop yourself.This perimeter loop uses a filter named matched filter. This filter allows us to recognize […]
An Arduino Powered (Scale) Speed Trap
After a break of around two decades I’ve recently started building a model railway. One of the issues I’ve faced is trying to work out how fast I should be running the trains so that their speed reflects reality given the scale at which they are modelled. I’m guessing the details won’t interest everyone reading […]
Low Cost, Easy to Build and Use: Arduino Die Toss Simulator
In addition to gambling, dice (die – singular) are used in many board games, e.g., Backgammon, Monopoly, Yahtzee, Liar’s Dice, Dungeons & Dragons, Trouble, etc. Common dice are usually white with black “pips”. They are sometime known as d6 or D6. In this Instructable, the results of a simulated toss of a die (i.e., a […]
Custom I2C Slave Sensor/device With Arduino
In this Instructable, I’ll show you how I managed to create my own I2C controlled device that I can then connect to any microcontroller and interact with it over I2C. In my case, I’m using it to control an AC dimmer module from a separate Arduino Nano and I then interact with it from another […]