G_TicTacToe is a multiplayer game, which only purpose is to save paper waste. When powered on the Arduinome shows a simple 3x3 grid. Inside each cell there are 4 buttons turned off. Each player has to choose a position (top left, top right, bottom left or bottom right) and when it’s his turn the user chooses a cell and presses the button in the correct position to mark his move. When one player wins (or ties) you can simply press the lit buttons to turn them off or reset the Arduinome and start again. Watch the video below for a quick demo.
Finally, this section has some examples to use the Arduinome as a… well… an Arduinome! Thanks to the Arduino Leonardo the Arduinome can function as a MIDI device sending MIDI notes through USB to the computer.
M_NoteMapping is a simple program that maps the Arduinome buttons to common music notes to make the process of assigning samples to each note easier (on Ableton for instance).
M_StepSeq is once again a sketch heavily based on Adafruit’s. The title is preatty self explanatory. It’s purpose is to use the Arduinome as a Step Sequencer: you press the buttons and they become active, when the bar reaches the lit button it plays the correspondent note on the computer. Check the video below to see how this works.
That’s it for now. I’ve been testing lots of applications with this device, I’ve even used it as an interface for a digital magazine, but that’s a story for another post.