After masterme120's comments should work cross-platform on any app with text input, though tested on Mac. Tell me about your experiences.
The instructions are the same - just install [http://processing Processing], download and double click on the .pde file then switch to your favourite app, and start typing in the air!
The new prototype switches between numerical and alphabetical using the NEXT signal. Send NEXT twice in a row, and it will hit 'Enter', suitable for IM. Skip to step 4 for how to semaphore - it's really simple.
Download the (new keyboard prototype) (original SMS version)
The instructable should still make sense whichever prototype you choose to download.
>>>>>>>
Build a system so you can use Semaphore to send an SMS text message.
To make the Semaphore Cellphone you will need...
- A Mac, Windows or Linux Computer with a webcam attached
- Some yellow stuff
- Some blue stuff
What's more, with an SMS service like Mojo, or GizmoSMS you can make it send real text messages. However it's almost as fun without. Maybe you can mod it to send emails, or something else.
The whole system is written on an open source piece of software called Processing which is used for all kinds of arts projects.
You can read more, see a demo of the system and download the software from my website.
The remaining steps in the instructable show you step by step how to install and configure your semaphore system, how to build the pom poms and how to use it.
If you like the project, then use the rating controls to help spread the word and leave any thoughts in the comments. I'll be listening.
This is a Curiosity Collective project.
Remove these ads by
Signing UpStep 1Download processing and the semaphore software.
The semaphore software must be unzipped and I think should automatically open in Processing when you double click on semaphore_tutorial_branch.pde. If it doesn't then use File>Open and open it from the directory where you unzipped the files.
I've garbled the details for my personal SMS account so you'll have to add your own in step 3 if you want to actually send a SMS. However, the software is functional without the SMS account, but it won't send texts to your friends.
Each stage of the message sending process (dialling, message composing) is illustrated by an Apple iPhone parody keyboard (best projected onto the screen on the wall for visibility).
Each key is annotated with little color circles denoting the flag positions which will trigger that number or letter. You can also see a mirror image of yourself and see what the machine is 'seeing'. Whenever the color patches detected by the computer match the color patches on the keyboard, that key gets pressed.
A 'delete' and 'next' key are provided. These can cancel mistaken symbols, and proceed to the next stage of the message when you have finished dialling or typing. They use the 'cancel' and 'numerals' symbol from the original semaphore code.
The processing suite of software provides a fully integrated IDE for all kinds of arts projects.
For example, getting hold of the built in camera on most platforms is simply a matter of writing a line like...
new Capture();
...because all the libraries and everything are built in from the start.
There's loads of tutorials online at their website and lots of very cool audio-visual projects have already been built and published for you to learn from.
Fortunately for this project you don't have to write all the code, because I've already built and tested the software.
| « Previous Step | Download PDFView All Steps | Next Step » |
14
comments
|
Add Comment
|
![]() |
Add Comment
|
















































