View allAll Photos Tagged Arduino
Arduino circuit diagram for automaton head.
February 2012
For more on this, arduino stuff and other daft things see the "Making weird stuff" blog
LEARNING TOGETHER — Agricultural students from left, Marshall Hernandez, Gracie Hewat and Caitlyn Simon follow instructions to construct two LEDs on the same breadboard and program the Arduino UNO to cause the LEDs to blink on and off in a specific order. (Photo submitted)
I've been sitting on an Amazon gift card since my birthday (thanks Lori!). The other day I finally realized what I should buy with it. An Arduino!
CopyPro2000 used to only duplicate disks..
I plan to hook it up to a kyroflux, and have it automate the imaging of many disks..
First step, remove the original controller and replace it with something I can control from the PC.. in this case an Arduino Mega, with an L298 motor controller
int line1[] = {0,1,1,1,1,1,1,0,0,1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0};
int line2[] = {0,1,1,1,1,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0};
int line3[] = {0,0,0,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0};
int line4[] = {0,0,0,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,0,1,1,0,1,0,1,1,0,0};
int line5[] = {0,0,0,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,0,1,1,0,1,0,1,1,0,0};
int line6[] = {0,1,0,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0};
int line7[] = {0,1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,1,0,0};
int line8[] = {0,0,1,1,0,0,0,0,0,1,1,1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0};
the board (arduino) is here... gotta switch away from those PICs for good ...
after that many years, there is no stable, useful, FREE compiler with normal optimizations ...
ATMEL is another thing ... GCC, no need to say more ...
The basic setup. Every ten minutes the monitor measures temperature, relative humidity, light, and power supply voltage, then saves it to a micro SD card.
Reloj gigante hecho con Arduino y Marmol.
Más información y código fuente aqui:
blog.bricogeek.com/noticias/tutoriales/bricoclock-reloj-g...
Our latest project. Arduino Simple Walker. Full project details at www.arduinofun.com plus a 50% off coupon for Ponoko.com
This was a project I have done in 2007. It's an installation using the weight and by this the pressure of a person to visualize the footprint one is leaving.
Sensors in a shoe measure the pressure on is bringing to the ground and this is causing a light bulb to glow. The sound of the light's dimmer is amplified to give sonic feedback. Inside the shoes little vibrators cause tangible feedback depending on the measured pressure.