View allAll Photos Tagged Arduino,

The Arduino Starte Kit // more on arduino.cc/starterkit

Arduino Uno with game buttons as a drum machine.

Typing text in an SSH session on a laptop over wifi to a Raspberry Pi on a wired LAN which then sends the text to an Arduino over USB - the Arduino then translates the text into Morse code beeps and light flashes.

 

www.suppertime.co.uk/blogmywiki/2012/08/arduino-pi/

 

(There's a joke to be made somewhere about a breadboard on the breadboard...)

mls term

- Arduino Duemilanove,

- HD447800 4x20 FFSTN LCD,

- 1-10 Dallas DS18B20/DS18S20

Arduino based DSLR Slider with stepper motor and Blutetooth

Tape up the wire so it's one single piece of wire.

Blog entry is at www.ubiqkom.org/blog/?p=71

 

An Arduino controlled vehicle - still to be enhanced with a Bluetooth remote control (module already shown in the "parts view") - uses an L293 motor controler chip - see www.me.umn.edu/courses/me2011/robot/technotes/L293/L293.html

  

void setup()

{

pinMode(2, OUTPUT); // set the digital pins as output

pinMode(3, OUTPUT);

pinMode(4, OUTPUT);

 

pinMode(5, OUTPUT);

pinMode(6, OUTPUT);

pinMode(7, OUTPUT);

}

 

void motor_fwd(int offset)

{

digitalWrite(2+offset, HIGH);

 

digitalWrite(3+offset, LOW);

digitalWrite(4+offset, HIGH);

}

 

void motor_bwd(int offset)

{

digitalWrite(2+offset, HIGH);

 

digitalWrite(3+offset, HIGH);

digitalWrite(4+offset, LOW);

}

  

void loop() // run over and over again

{

motor_fwd(0);

motor_fwd(3);

 

delay(2000);

 

motor_bwd(0);

motor_bwd(3);

 

delay(2000);

}

     

3 lights on a breadboard

Photos from Novable's Arduino Workshop at the West Valley Library

From right to left:

VFD, Arduino on breadboard, MacBook Pro.

 

You can see in the lower right corner of the board that there is an extra max232 and RS232 to USB adaptor. It's used for debugging as I don't have to quit the serial terminal when uploads programs to the microcontroller.

3-day Arduino Academy, a summer program offered by Catalyst, 7-9 July 2014. catalyst.net.nz/academy

yes, trip to maplins this lunchtime, back with a boatload of electronics bits and bobs for my basic foray into physical computing.

 

3 LEDs, chasing a la cylon/knight-rider, but "ebbing and flowing" (i.e. slowing down and speeding up).

 

and yes, before anybody reminds me: i know my choice of jump wire colours leaves a lot to be desired...should get myself a few more red and black ones.

Paul Darlington, M0XPD, gave a lecture on the use of the Arduino in amateur radio.

Arduino Academy, a 3-day summer programme for students in New Zealand, 7-9 July 2014. Catalyst IT was the organizer.

 

catalyst.net.nz/academy

ISP ATtiny85 shield for Arduino.

The basic connection instructions is widely available through the web.

A depth perspective shot of the Arduino, sitting on my table top

Curso de arduino no Olabi Makerspace em novembro e dezembro de 2014. Mais informações: www.olabi.co

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:

bit.ly/arduino-101-guide

 

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

 

The ugliest light box in the world.

Arduino Academy, a 3-day summer programme for students in New Zealand, 7-9 July 2014. Catalyst IT was the organizer.

 

catalyst.net.nz/academy

Arduino Workshop at School of Design Mainz, 2009

 

Photographs by Sandy Pfaff

My Atmega328 with Arduino boorloader and stuck on the pinout sticker.

 

Sticker from :

todbot.com/blog/2009/05/23/arduino-chip-sticker-label/

3-day Arduino Academy, a summer program offered by Catalyst, 7-9 July 2014. catalyst.net.nz/academy

These are some pictures of the liquidware geoshield for the arduino. The source code and schematics are available at www.liquidware.com

This is an incremental upgrade that adds a power-on indicator LED. Yay!

 

make.rrrf.org/ab-1.2

Arduino diecimila with a tinyusb ISP connected

New Arduino-compatible Freeduino's. Borrowed some of the lables from the UNO, but kept with Duemilanove design standard. Can't complain about the classic (with upgrades)!

Curso de arduino no Olabi Makerspace em novembro e dezembro de 2014. Mais informações: www.olabi.co

estudo de light painting feito com arduino.

 

o led rgb faz loop nas cores do sistema hsb.

Prototyping a GPS tracker with an Ardunio microcontroller board and a Navman Jupiter 21 GPS module. The Arduino is successfully reading in and parsing the GPS fix data, but I think the GPS unit is a bit crap as 90% of the time it won't get a valid position fix.

bobtwells.wordpress.com

i use light and air sensor to contor sound and Graic

1 2 ••• 44 45 47 49 50 ••• 79 80