Thursday, March 11, 2010

MileStone 1 Explanation

I realized soon after posting the video below that there was no explanation with it. This post is fixing this issue. The application is part of the DEMO app that I am designing to show some of the functionality of the class. The microcontroller has 3 LEDs which are connected to 3 of the 20 possible output pins. The application shows the functionality of activating/deactivating the outputs.

The first major milestone has been completed: send an OSC formatted message to the board and verify that it was received (in this case by the LEDs turning on/off). The next major step is to try and receive messages. This will be accomplished by creating the server side of the framework which listens on the correct port for messages. Once they come in, do whatever is needed with the data (in the first iteration, gather data from the accelerometer and show it in the application).

Check back in a few days for updates on progress as well as some code samples which could help with client/server udp transport.

No comments:

Post a Comment