Request: please post resource list

Posted by & filed under Intermediate Arduino Class.

Here are a few Resources. This is not nearly complete but its a good place to put some of this stuff. I will keep adding to it.   The Raspberian Distribution that we are using. We are using a modified version of raspberrian that has pure data running on it. We added the arduino software and… Read more »

Nance’s Project

Posted by & filed under Intermediate Arduino Class.

Trying to keep up from home. My project is a Tipi / Skirt with a rotating video projection that will circulate the perimeter of the Tipi.  The idea is that the video (a figure) will be moving and the moving figure will make a circuit around the perimeter of the garment.  Ideally, I’d like to… Read more »

Sue’s Project Idea

Posted by & filed under Intermediate Arduino Class.

A video generating box inspired by the Lumia compositions by Thomas Wilfred in 1930s. Idea is to create a live video micro-set using means and methods I employ in live film performances. Box will have dynamic LED lighting, live video camera and various shiny and/or translucent objects in motion. Result hopefully is an abstract animation… Read more »

Setting up a Pd/Arduino Capable Pi.

Posted by & filed under Arduino.

Steps Download and copy image from pd-la.info/pdpi to sdcard. ssh to the device expand the file system using raspi-config sudo bash; apt-get update; apt-get dist-upgrade (WAIT AN ETERNATY!!!) apt-get install arduino xrdp Resources http://pd-la.info/pdpi/ http://vimeo.com/52259196 http://www.howtogeek.com/141157/how-to-configure-your-raspberry-pi-for-remote-shell-desktop-and-file-transfer/all/ http://www.ryukent.com/2013/04/setup-the-raspberry-pi-for-remote-access-with-rdp-or-vnc-and-a-static-ip/ http://cord.sourceforge.net http://readwrite.com/2014/04/16/arduino-raspberry-pi-connected-home-tutorials-projects#awesm=~oIjC0fWIMe5XJF

Intermediate Arduino Day 1

Posted by & filed under Intermediate Arduino Class.

Leading Questions: What do you know? What do you not know? What Would be most helpful for you as an artist? Whiteboard from “what do you know?” (as a bullet list) I/O -> Massage -> Outputs (james) AD -> I/O -> Midi (christiano) Sensors -> Control movement / sound (gail) The Unit is robust/stable (julie)… Read more »

Your Own Protocol (Chapter 7 of Physical Computing)

Posted by & filed under Arduino.

Once again find myself in a windowless cube. So I 3d printed a varient of a compact camera gimbal and attached an rpi camera to it.  I needed to set up a serial based protocol to talk to it. Its a pretty good example of creating your own protocol as described in the Physical Computing… Read more »