View allAll Photos Tagged Arduino,
Sparkfun Si4703 module with 3.3/5V level converter. Managed by Arduino Yun. Allows web service access to FM tuner and RDS data. Si4703 worked perfectly first time, great module.
When we created Arduino’s visual identity in 2010, we pioneered brand communication in DIY electronics. Since then, we have helped Arduino define its presence amid growth and change, and recently took care of refreshing the brand and designing a coherent look and feel for its sister brand, Genuino.
There is a nice post on Arduino’s blog about our work.
blog.arduino.cc/2015/07/20/arduino-and-genuino-brand-refr...
Arduino Workshop at iLab
Interaktive Werkstatt
School of Design Mainz, 2009
Workshop with Andreas Muxel
Photographs by Sandy Pfaff
After installing the Dispatchatron behind the entertainment center and getting all the various alignments and clearances perfect, I realized that the Arduino was not driving my cardboard facade's LEDs brightly enough to be seen during the day. I threw together a couple PNP transistor boosters to reach back and plug in. I ran the red wire off the emitter to plug into my +5v rail, a 10k resistor off the base to plug into the Arduino output, and a snipped-off piece of female header into which I plugged the wire going to the LED.
I've used a font called Eleventh for the copy and the icons. I'm a big fan of this font. The images are printed onto card and spray mounted onto sponge board.
Arduino + Pmr + RTTY = Remote Temperature Sensor
emmanuelgranatello.blogspot.it/2012/08/remote-temperature...
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:
We taught a workshop on how to create interactive art with the Arduino platform at the Mill Valley Library on October 24, 2015.
We showed 9 students how to make lights blink, sounds play, motors move, and how to add more color with neopixel LEDs, as described in this online guide we created for the workshop:
At the end of the workshop, we asked participants if they would like to this again, and the answer was a resounding yes! Participants told us they learned a lot from this workshop and would not only come back for future workshops, but also recommend this program to their friends.
Instructors for this workshop were Donald Day and Fabrice Florin, with support from Natalie and Jean Bolte. We are all members of Pataphysical Studios, the art collective behind the ‘Pataphysical Slot Machine’, our poetic oracle.
Come visit the exhibit this month! We’re open every Saturday and Sunday in October, from 1 to 5pm, in the downstairs conference room of the Mill Valley Library.
Special thanks to the Mill Valley Library and the Friends of the Library for making these workshops possible — especially Kristen Clarke, who helped us get the Arduino parts and set up for the workshop.
View more photos of the exhibit: www.flickr.com/photos/fabola/albums/72157659147117739
Arduino + Pmr + RTTY = Remote Temperature Sensor
emmanuelgranatello.blogspot.it/2012/08/remote-temperature...
#include
LiquidCrystal lcd(12, 11, 10, 5, 4, 3, 2);
void setup()
{
}
void loop()
{
lcd.setCursor(0,0);
lcd.print(" ");
lcd.setCursor(0,1);
lcd.print(" ");
delay(2000); //waite (ms)
lcd.setCursor(0,0);
lcd.print("hello world!");
delay(2000); //waite (ms)
lcd.setCursor(1,1);
lcd.print("Hello Arduino.");
delay(2000); //waite (ms)
}
ShieldOutline - this is a gEDA schematic for a blank Arduino shield board. It can be used as a starting file for Arduino shield projects.
This section of the Arduino/4051 multiplexer based midi controller, is used for selecting manipulation of drum track or tonal track, and the big knob is for my hugely amusing vocal effects like pitch bend chorus and whakka whakka wah
Few lightings taken with my 30D and the arduino lightnig trigger.. still mounted on the Breadboard :) ..
MaxM has four 8-bit analog inputs, usable in BlinkM light scripts or as an I2C input device. Here Inputs #0,#1,#2 are hooked up to three potentiometer knobs which control the amount of Red, Green, and Blue. An Arduino is also talking to the MaxM over I2C, uploading new light scripts and reading the inputs too.
The MaxM is being powered by Arduino, which in turn is being powered by a laptop.
A new version
A new version of the venerable Arduino Breakout Shield.
More info at make.rrrf.org/ab-1.4