View allAll Photos Tagged Arduino,
This is a simple way to start designing your own Arduino shield. Download here: macetech.com/blog/node/69
Evento em agosto de 2014 no Olabi, Rio de Janeiro. Mais informações: www.olabi.co
Crédito: +5521 Fotografia www.facebook.com/mais5521?fref=ts
Arduino Workshop at iLab
Interaktive Werkstatt
School of Design Mainz, 2009
Workshop with Andreas Muxel
Photographs by Sandy Pfaff
Although I have no scientific reasoning, by common sense I'm tempted to believe the higher humidity reading. It was pouring rain for this outdoor test. Two DHT22 sensors with the same arduino code were acceptable for temperature values, but humidity readings were pretty far apart.
Running one of the examples from the dogm128 library. I plan to use this to show live graphs for spacensus.
I've seen pictures of Arduino programmed chips on a breadboard with a serial connector, but not with a USB-Serial converter. Might be helpful to some others. Use this in comparison: www.arduino.cc/en/Hacking/PinMapping
My first Arduino Serial from 2005, the sticker "boot1" shows it is the first type of bootloader I was trying. We made the holes for the power jack a little small, the ones we had in the lab didn't fit
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 HFDay Hardware Freedom Day 2013. wiki.hfday.org/2013/Argentina/La%20Plata/Equipo%20La%20Plata
For our second project, we had to use our two words (mine were Edible Email Notifier) to create something using an Arduino. I made my email notifier fully functional, with a lot of time dedicated to coding.
Step-15: Put the Shield on your Arduino, and stack the breakout-board on it.
The future Shields will keep this option of the breakout-board. Although ou are also able to solder the bluetooth module on the shield.
This came up with the need of having the arduino permanently installed on the robots, I´m tired of having to remove the arduino from one bot to the other, and then rewire everything, and then reupload the code everytime I have a new idea, or everytime I want to show the bot to someone, or whatever.
So I followed the ITP Physical Computing tutorial, and it works like a charm, no I want to try to upload code with the FTDI cable, and If I have success on this I can start making my custom Arduino boards. :D
Smart Light Sydney Public Artwork, by Tom Barker, Hank Haeusler, Mona Lieb, Frank Maguire & Jason McDermott
Let your kids build skills of the future while having lots of fun with our top-rated Arduino Robotics Classes. We offering Arduino Classes for kids 2019, Robotics classes for the child and many more. In which kids learn all the basic to advance knowledge of Electronics, Robotics, Programming, Drone and 3D Printing. This Classes, let your kids build skills of the future while having loads of fun with our top-rated STEM Classes!
First I had an iPod... but never felt right leaving it in the car. Then I got a smart phone but it doesn't work with iTunes (thanks Apple) and besides, I don't always have it ready to connect to the car. I tried Pandora, but turns out they rat on your every move to their advertisers. Then I saw this Music Shield for Arduino. That's something I could leave in the car!
I plugged it in and followed the tutorial, and had it working with almost no hassle.
The hassle was I couldn't get my 4Gig card to work. But I found a 2Gig card and that worked ok. It even played AAC iTunes filies!
Then after a couple of weeks using it I realized that the most annoying "feature" about it was that it always starts at the first song, and then plays the second and then the third, etc. So unless you leave your car on for two weeks, you're always hearing the same first many songs despite there being hundreds on there.
So I poked around in the code to try to figure out how to add a shuffle capability. It isn't too pretty, but this does seem to work:
Early in the setup() function in the 10 line Arduino "example" add:
randomSeed(analogRead(5));
Then in /Applications/Arduino.app/Contents/Resources/Java/libraries/music_v1_13/player.cpp make this change:
void Play()
...
PlayCurrentFile();
if (playingState == PS_PREVIOUS_SONG) currentFile--;
if (playingState == PS_NEXT_SONG) currentFile++;
to
PlayCurrentFile();
if (playingState == PS_PREVIOUS_SONG) currentFile = random(32767);
if (playingState == PS_NEXT_SONG) currentFile = random(32767);
Compile and download, and now it skips around fine. I would've liked to randomize the file list so you could go-back in your shuffled playlist, but that would've meant adding a look-up-table, and I'm not motivated enough to mess around that much with this code. I suppose, I could add a switch or something to decide if it should go random or ++/--, but this will probably suit me just fine for the foreseeable future.
Note that it will still play the same first song every time, when you skip to the next (or last) song, it will be a random song.
Update: bah... having trouble getting a good random seed, every time I'm getting the same pseudo random number sequence... ok have to switch analogRead as corrected (not using 0).
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
A small adapter I made to connect an FTDI cable to the XINO Arduino clone.
Here is the layout for the stripboard FTDI adapter.
This may be the first ever Arduino MEGA 'hack" ?
Here I have used two 16 wire ribbon cables to break-out the large 32 pin double row connector on the right side of the Arduino MEGA. This is a 32 position IDC connector with extra long male-male pins going down into the Arduino, on the other side I used two 16 pin DIP style connectors.
More info about the MEGA here.