TwitBeeb 3

TwitBeeb is a BBC B microcomputer (vintage 1981) from which you can Tweet.
The Beeb itself was my main computer until 1994, I taught myself to program on it. A few years ago I pulled a rather scuffed up BBC out of a skip at Sussex University and took it home. Inside it had an add-on ROM board with several programs in ROM chips including a serial terminal emulator called Termulator. This allows it to connect to other computers via its serial port and for everything typed on the BBC's keyboard to be sent to the other computer which sends responses back to be displayed on the BBC's screen. It acts as what used to be called a "dumb terminal", just handling the input and output while a more powerful computer does the actual work. This was quite a common way of doing things back when computers were room-sized. Several terminals would connect to a large shared computer, possibly over phone lines using modems.
My first tests with the Beeb terminal involved connecting it to a Linux server using a cable I made from this recipe. It was a bit tricky to find 5 pin domino DIN plugs and note the warning about marking the top because you can plug them in either way up. I ran a text-based web browser called Lynx on the server via the BBC terminal and pointed it at Twitter. Termulator was not very good at handling the full Linux terminal and browser, it tended to crash and you can't use the arrow keys which makes using Lynx awkward. I did manage to send one tweet.
More recently, I got my hands on a Raspberry Pi. While considering what to do with it I remembered my BBC terminal experiments. Given that the Pi is cast from the same mould as the BBC, in terms of their educational intentions, they seem like an obvious pairing. They share a common heritage, in that the Raspberry Pi's ARM processor was designed by some of the same team who worked on the BBC Micro. I also enjoy the fact that in this case the terminal is physically far bigger than the vastly more powerful computer it connects to.
Some spec comparisons:
| BBC Micro (Model B) | Raspberry Pi (Model B) | |
|---|---|---|
| Release Date | 1st December 1981 | 29th February 2012 |
| CPU | 6502 2 MHz (8 bit) | ARM1156 700 MHz (32 bit) |
| RAM | 32 KB | 256 MB (262144 KB) |
| Storage | None in this instance, except the 16KB ROMs containing the OS and terminal software. | 2 GB SD card |
So due to Termulator's problems handling a full text-mode browser and because that would have been too complicated for use on the stand at an event like a Makerfaire I wrote my own specialised kind of Twitter client. The BBC's OS has a set of special bytes that you can send to control things like text colour and cursor position, I used these to make it pretty. It reminded me of the kind of programs that I used to write when I was 11, it was kind of odd to be doing that stuff in Ruby rather than BASIC.
Here is the code, on Github. It searches for a hashtag and displays some results on the screen below the title. At the bottom of the screen it shows a prompt very much like the BASIC one, you type your tweet there and press Return to send it. The hashtag is appended for you. The code stops you typing too many characters.
For TwitBeeb's first public outing at Derby Mini Makerfaire I had the Pi talking to the Internet using a USB Wifi dongle. I set up the network by connecting to the Pi's serial console from my laptop using a USB to serial converter and a Sparkfun level shifter. When the network was working I connected to the Pi with ssh and moved the USB to serial converter to the Pi and connected the serial end to the BBC (minus the level shifter). I then started Termulator on the Beeb, put it in BBC VDU mode and started the twitbeeb script on the Pi. I used the command line to redirect standard in and out for the script to the serial port device, having first set it to run at 4800 baud and several other parameters using stty.
It was quite popular at the Faire, mostly as a spectacle though. People were reluctant to come up with a witty tweet on the spot. It tweets from the @twitbeeb account, you can see people's tweets there. Most confusion came when there was a need to find the "delete" key, and also "@" hidden in plain view on a key of its own.
Brighton Mini Maker Faire - Fisheye Part 2
The resulting pictures were batch rotated and cropped using imagemagick and then made into a video at 25fps using ffmpeg.
Brighton Mini Maker Faire - Fisheye Part 1
The resulting pictures were batch rotated and cropped using imagemagick and then made into a video at 25fps using ffmpeg.
Check out the 3D printers running on the RepRap stand at the bottom.
Brighton Mini Maker Faire from Above
Three Hours of The First Brighton Mini Maker Faire
Some Soldering Irons
| Make | Canon |
| Model | Canon EOS 5D Mark II |
| Exposure | 0.02 sec (1/50) |
| Aperture | f/2.8 |
| Exposure Program | Program AE |
| ISO Speed | 400 |
| Date and Time (Original) | 2011:09:02 21:00:46 |
| Exposure Bias | 0 EV |
| Flash | Off, Did not fire |
| Focal Length | 50 mm |
| Quality | Fine |
| Metering Mode | Evaluative |
| Lens Type | Canon EF 50mm f/1.8 MkII |
| Camera Temperature | 21 C |
Brighton Mini Maker Faire
| Make | Canon |
| Model | Canon EOS 5D Mark II |
| Exposure | 0.017 sec (1/60) |
| Aperture | f/3.5 |
| Exposure Program | Program AE |
| ISO Speed | 400 |
| Date and Time (Original) | 2011:09:02 20:19:49 |
| Exposure Bias | 0 EV |
| Flash | Off, Did not fire |
| Focal Length | 50 mm |
| Quality | Fine |
| Metering Mode | Evaluative |
| Lens Type | Canon EF 50mm f/1.8 MkII |
| Camera Temperature | 24 C |
Soldering is Easy
| Make | Canon |
| Model | Canon EOS 5D Mark II |
| Exposure | 0.025 sec (1/40) |
| Aperture | f/2.8 |
| Exposure Program | Program AE |
| ISO Speed | 400 |
| Date and Time (Original) | 2011:09:02 20:15:47 |
| Exposure Bias | 0 EV |
| Flash | Off, Did not fire |
| Focal Length | 50 mm |
| Quality | Fine |
| Metering Mode | Evaluative |
| Lens Type | Canon EF 50mm f/1.8 MkII |
| Camera Temperature | 24 C |
Mitch Altman
| Make | Canon |
| Model | Canon EOS 40D |
| Exposure | 0.006 sec (1/160) |
| Aperture | f/1.8 |
| Exposure Program | Aperture-priority AE |
| ISO Speed | 400 |
| Date and Time (Original) | 2009:07:04 15:34:03 |
| Exposure Bias | 0 EV |
| Flash | Off, Did not fire |
| Focal Length | 50 mm |
| Quality | Fine |
| Metering Mode | Spot |
| Lens Type | Canon EF 50mm f/1.8 MkII |
| Camera Temperature | 25 C |




