February 2006

General

Hello XPort

This program in Processing simply opens a connection to an XPort, on its default port. We just tried it and it works. The next step will be to add a function that reads a byte of data, sent from the PIC. // rob@faludi.com // This program receives information from an XPort PIC board it may […]

Hello XPort Read Post »

General

Solved Memory Error in Processing

After much hand wringing, I seem to have solved an out of memory error in Processing, specifically “java.lang.OutOfMemoryError”. Here’s the fix: 1. Quit Processing. If Processing is running when you make this change, it won’t work. 2. On the Mac, go to Users, then your home directory then Library, then Processing, then preferences.txt. That’s: ~/Library/Processing/preferences.txt

Solved Memory Error in Processing Read Post »

General

Assignment #4: Two of a Kind

We selected two generalized note-storage programs to review for this assignment in analyzing interaction models, StickyBrain and TopXNotes. StickyBrain (notes, diagram) was: Generally exploratory Space oriented (objects? tools? tasks?) Weak modality Generalized Novice users Lean forward (with some lean back) Context unaware TopXNotes (notes, diagram, alternate view) was: Somewhat directed Object oriented (less rich object)

Assignment #4: Two of a Kind Read Post »

General

Helping Hands

Yesterday I created a set of helping hands for soldering from the fine guide on Instructables. The first version (1.0) came apart at the base crimp, so I’ve soldered that connection (v1.01). In general I think the issue is needing a smaller gage of ring lugs. The base is quite stable so the test will

Helping Hands Read Post »

General

Motes

As an alternative to diddling with MAC, IP addresses and routers, it would be great to just toss some network objects into a space and let them find each other. The concept has roots in Berkeley’s SmartDust. The basic kit from Crossbow is tempting, though not cheap…

Motes Read Post »

General

Cellular Module

To create an enjoyable interaction for a child and adult over distance–a networked toy–it seems essential to provide a rich communications medium. No matter how enjoyable the toy is, nothing purely physical can replace the sound of a child’s voice or the secondary channel of body language. Therefore, we’re beginning to explore the GM-862 Cellular

Cellular Module Read Post »

General

Public Displays of Interaction

This week’s readings are all examples of single display from multiple input. The BBC window display takes SMS and transfers it to the screen behind an interviewee. Blinkenlights accepts input from BlinkenPaint and makes a building-sized display or allows Pong from one or two mobile phones. Vectorial Elevation accepts commands from the internet and displays

Public Displays of Interaction Read Post »

General

1000 Floor Elevator

This assignment was to create a model for a single elevator (not a system of elevators) that would serve a 1000 floor building. Current Elevator Model: 1. Elevator makes all requested stops in one direction at a time, then reverses and makes all the stops in the other direction. 2. The UP and DOWN buttons

1000 Floor Elevator Read Post »

Scroll to Top