Are you tired of sorting your m&ms by hand? Looking for a silly way to spend your time and 3D printer filament? Then this is the Instructable for you. This is a project that I built for one of my engineering courses, in which we were challenged to use an Arduino, some basic electrical components, […]
Projects
Blink Arduino Sketch
This is a standard Arduino example sketch, copied here for reference. Full Source Code The full code is all in one file Blink.ino. /* Blink Turns on an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the Uno and Leonardo, it is attached […]
Arduino OLED Spectrum Analyzer
Image: Today I am make an Arduino OLED Spectrum Analyzer its work with 0 to 3.3v Analog input. This is very smooth and clear Visualization of audio frequencies. This is very important to make an audio spectrum analyser for DVD Music player, IPod, MP3 player and other Music player not only its look good it […]
The LED Strip Jellyfish Costume with Arduino & LPD8806 Led Strips
It all started when I saw a BBC documentary in 2002 about deep waters of the ocean. There was a biolimunescent jellyfish in the documentary, probably of the species “ctenophores” that grabbed my attention so in the later years I decided use it as a Halloween costume. It wasn’t until 2011 when the led strips using LPD8806 driver chips […]
How to use a while loop to calibrate the value of an analog sensor using Arduino
Sometimes you want everything in the program to stop while a given condition is true. You can do this using a while loop. This example shows how to use a while loop to calibrate the value of an analog sensor. In the main loop, the sketch below reads the value of a photoresistor on analog pin 0 and […]
Fainting Goats Are Friends Not Food
Project by Ailey Simpson and Peter Ehvert Rooted in biomimetics, this project for Computational Design and Digital Fabrication looks to emulate one of the most useless behaviours seen in the natural world, the Fainting Goat. The robot shown here copies some of the core principals of the fainting goat but also includes some additional twists. In this […]
Arduino-l3dgecomm – Integrating L3DGEWorld and Arduino
L3DGEWorld is a tool for monitoring and interacting with networks and computer systems. Within a 3D world, entities bounce, spin, scale and otherwise change. These entities all represent an entity in another context – be it a server, phone, router or other monitorable device. The visual transformations represent various characteristics of these entities, such as […]
Mailbox Phone Alert
The mailbox phone alert sends you a text whenever you get mail. I remember anxiously checking my mail multiple times a day during the spring of my senior year of high school as I awaited letters back from colleges. Nervously, I would walk up to the mailbox. My heart would skip a beat as I […]
Painless WiFi on Arduino
Communication with the outside world is a great feature for Arduino Projects and mandatory for many of them. In this instructable, we will, painlessly, create an Arduino WiFi project that allows you to send it commands to turn on/off LED’s connected to the Arduino from a computer over your WiFi. The development cycle will be […]
Tree Climbing Robot using Arduino
After I got comfortable programming and building with an Arduino, I used my newly acquire microcontroller skills to build a robot. Using a microcontroller, four high-torque DC gear motors, spiked legs, a linear actuator, rotation sensors, and 3 L298 H-bridge circuits, this robot can climb up trees of varying diameter. The very long build log […]