View allAll Photos Tagged Arduino,
Arduino + PureData + Solenoide Board.
Beats in the computer mix with fisical beats in objects. This is the first prototype.
Our third Arduino 101 class at Tam Makers went really well. I taught this evening course with co-instructor Donald Day on Thursdays, from June 16 to 30, 2016, at the woodshop in Tam High School in Mill Valley.
We worked with an enthusiastic group of seven students, including adults with diverse backgrounds, as well as a couple high school students. Our partner Geo Monley worked both as a mentor and as a student during the hands-on sessions.
We started the class at 6pm, by giving students an overview of how circuits work. We then learned how to use a multimeter, how to solder electronics, and how to control rainbow-colored NeoPixel lights.
Students seemed to really enjoy this class and told us they learned a lot from it. Several expressed an interest in taking intermediate and advanced classes in the future. This is one of our first maker courses at Tam Makers, and we’re really happy that it is going so well; we look forward to teaching more classes in the fall.
View more photos of this Arduino course:
www.flickr.com/photos/fabola/albums/72157659914570948
Learn more about this Arduino 101 class:
www.tammakers.org/arduino-101/
Read our Arduino 101 Guide:
bit.ly/arduino-101-guide-june-2016
Check out our course slides:
bit.ly/arduino-101-slides-june-2016
Learn more about Tam Makers:
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 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...