So much for the ‘paws’, on to the whiskers. I used old guitar string which is very flexible (but does not permanently deform that easy) so it stays in shape nicely. The switch is made out of one loop of wire which normally does not touch the feeler-wire. As soon as the feeler is bended by an obstacle, it will touch the loop, making electrical contact.
The wiring to the arduino or ottantotto is quite easy too. See the schematic below:
A resistor and LED are soldered at the positive side. As soon as the switch makes contact, the LED will light up, and a low (0) will be sent to the microcontroller.
The first RetroInterface is a fact!. I used an Ottantotto to convert the signals to and from a T100S telex by Siemens to ‘modern day ASCII’ at 9600 baud. The system works well. Any type of terminal emulator on PC can be used to write and read data (half duplex) to the telex.
Apparently the Telex was already prepared in earlier times to get the line current from an internal source. I had to make a little circuit using a couple of resistors and an optocoupler to get the data out (50 baud). I used a modified version of the SoftSerial library that comes with Arduino. Apparently it uses the ‘delayMicrosecond()’ function which does not perform well in delays over a couple of milliseconds. (So the softSerial lib is not so good for datarates < 1200 bd I guess) For transmitting data two relais have been used, one to switch the internal current trough the data relais (necessary to disconnect the receiver side, otherwise you'd always echo all data) and the other to transmit the data. Especially getting the timing for the transmit pulses right was quite some work. The switch on period needed to be slightly shorter than the switch off. (shorter 1's than 0's). Also the startbit needed to be longer than the expected 20 msec. Source code and schematics will be posted on the wiki.
I made use of various great sources on the web for retrieving data on these machine. Johan (rtty.nl) has been of great help by scanning some old books on telex for RTTY! Also the sites teleprinter.net and rtty.com have an abundant amount of information.
The telex will be used in an installation ‘de taalmachine’ (language-machine) by de Spullenmannen in Amersfoort.
After some useful hints and tips from Tom Igoe, I am happy to present the small atmega88 board aimed at servo-control. Since it is using the mega88 I dubbed the board ‘Ottantotto’ which is Italian for Eighty eight. More on this board can be found on the wiki page.
Connecting everything with everything… Here a computer playing Pong with itself. The motorfaders from the Behringer BCF2000 can either used as user-input or taken over by the PC.
Okay.. by common consent my simpleWalker has been dubbed flatpack walker according to hack a day. Who am I to disagree.. It got posted on hack-a-day after my first-time-ever ‘instructable‘ I posted on this topic.