Category: arduino

  • O’Reilly Webcast: First Steps with Arduino

    In this webcast, Make Editor Brian Jepson introduces the basics of Arduino, the open source electronics prototyping platform. You’ll learn what Arduino is, where to get one, and how to connect electronic components to it. You’ll also learn how to write simple programs for Arduino. When you’re done, you’ll be ready to learn more, make…

  • Arduino High Speed Photography Trigger

    Catch fast action with this simple Arduino-based high speed photo trigger! Code for this project is available here: https://github.com/mrichardson23/Arduino-Audio-Flash-Trigger Parts list is here: http://mattrichardson.com/blog/arduino-flash-trigger-parts-list/ Duration : 0:4:54

  • Wifi for Arduino with Asus WL-520GU | Flickr – Photo Sharing!

    Turns out, small, cheap WiFi routers like the Asus WL-520gu can run the DD-WRT Linux firmware and act as serial-to-network gateway for Arduinos (or most any other USB device).Uploads from todbot – http://www.flickr.com/photos/todbot/

  • Dangerous Prototypes ยท Plumbing: Parallel programming for the Arduino

    Concurrency.cc has introduced Plumbing, a Creative Commons licensed introduction to programming the Arduino using the programming language occam-pi. The tools are open source and facilitate parallel processing within the Arduino. …Dangerous Prototypes – http://dangerousprototypes.com/

  • Sun Tracking Solar Panel w/ Arduino

    I had some little solar panels laying around and wanted to see if they would power the Arduino. They did. So, I wanted to see if I could make a sun tracking circuit to autonomously follow the sun throughout the day. So I did. Here is the result. If you wanna try it, you can…