Last week, the class was split into two groups, and sent, according to their last name’s first letter, to either learn ASCII and MAX/MSP first or be introduced to the Arduino board.
The first hour and a half of the class I spent going over some new functions in MAX/MSP. Much of said time was spent trying to decode the new functions and how the program detecting four sensors might break down -the answer had to do with confusion in output numbers. My main issue in this lab was decoding the ASCII number outputs: I found these quite tricky unless you actually knew (roughly) which number stood for which keyboard input. Functions that were helpful for ASCII were the “atoi” and “itoa” functions, allowing the user to convert from ASCII to integer and integer to ASCII, respectively. List functions also seemed especially helpful, such as the “prepend set” function (which put selective outputs into a message box), the “group” function (which stored objects in a list).
The second half of the class, I spent tinkering with the Arduino. I’d never even seen one before, much less touched one, but thus far, its capabilities sounded more impressive than the Teleo’s had ever been. After partnering up with
Stephen, we started following instructions for creating the sensor when the laptop (and consequently the Arduino program) failed (never a good sign). We spent much of the rest of the class trying to put the sensor together and getting the laptop to respond; we didn’t manage to connect things properly, however, and decided to meet later to put things together.
When we met this week, we managed to get the sensor working, so that was a relief. We’re still throwing ideas out there regarding Assignment 1, and I’ll be posting some of them along with some schematics.
Meanwhile, here are some images of our Arduino, its connections and progress:

