Back in the day of the board computers of the late 1970s – your Scrumpi, your Nascom 1, your UK-101 et al – it was customary to build a case for it out of wood. If you were a better equipped ‘constructor’ – what we used to call ‘makers’ in those far distant days – you’d build a box out of metal.

Folk like Tangerine offered optional cases, but most home micros made do with homemade jobs or nothing at all. Then along came the pre-knighthood Sir Clive Sinclair with his ZX80, and home micros all had to be clad in plastic from then on.
Skip forward 30-odd years and history is repeating itself. The Raspberry Pi is a board computer just like those 1970s offerings, only more powerful, more compact and with better programming facilities than the machine code monitors of yore. Some people even make their own cases, though there’s no shortage of plastic off-the-shelf offerings.
And then there’s the Fuze, which takes Pi packaging to a whole new level of functionality – and of blast-from-the-past retro-styling.
The Fuze is, quite simply, a large, keyboard-equipped case for the Pi that’s aimed less at kids learning to code – though it’s still perfect for that role too – than at hardware hackers who want to use the tiny computer as a microcontroller for electronics projects.

The whole thing looks a late 1970s or very early 1980s micro. It’s a large, metal box with full-size chiclet-style keyboard built in and mounted at an angle to give it more of a rake that most external keyboards are able to provide these days. Round the back is a line of ports, each accessed through a hole in the metal case and held tightly in place with a pair of cross-head screws.
Two of them – the SD slot and a micro USB port – are those mounted on the Pi itself, but the rest – HDMI, 3.5mm audio, one full-size USB and 10/100Mbps Ethernet – are separate connectors, linked up to the board by internal extension cables. You’ll note there’s but a single USB port on the back, not because the Pi inside is a Model A, but because its second USB port is connected to the keyboard.
In fact, the rules out using the Fuze with a Model A. With the latter’s sole USB slot hooked up to the keyboard, there’s nowhere to hook up a hub to take other peripherals. You may be able to fit a small, unpowered one in the case to bridge the A’s USB port and both the Fuze’s keyboard and the rear USB port, but I think Fuze maker Binary Distribution has missed a trick by offering a large casing that’s able to present only one USB port.

It wouldn’t have been hard to integrate a powered USB hub of sufficient welly to drive some extra USB ports and, ideally, the Pi itself, not least because the micro USB power feed is the Pi’s one weakness. Had it done this, Binary Distribution would have been able to add on/off and reset switches too.
The case is constructed from a set of three folded and painted – in red and black, natch – steel plates: the base and sides; a rear panel with an interior tray on which the Pi is fixed; and an upper section with a gap for plastic keyboard. Four small, self-adhesive rubber feet stop the Fuze from sliding around.
It’s reasonably well made, though comprising metal rather than plastic and being held together with screws gives it a rather old-fashioned feel. It could probably do with a couple more screws on the back to hold the upper sections together more tightly, and there are some hard and exposed edges – not sharp, fortunately – which aren’t very (young) child friendly.

That said, it’s also sufficiently robust for a life in Bash Street, so it’s something of a no-brainer for teachers seeking a way of keeping Pis intact and safe from poking fingers.
Above the keyboard is an inch-deep recess into which the Fuze’s creator, Binary Distribution, has fitted a GPIO breakout board comprising two, widely space female connectors ready for jumper wires, and a long plastic breadboard ready for your prototypes.
Like one of those electronics project kits some of us as kids got for Christmas many years ago, the Fuze comes bundled with an plethora of resistors, coloured LED lamps, micro-switches, a buzzer and a single-character seven-segment LED display and said jumper wires ready for connection. They’re all neatly placed in a small, multi-compartment plastic case.

It gets better. Inside the case you’ll also find a 4GB SD card pre-loaded with a tweaked version of the Pi’s Raspbian operating system that boots straight to the desktop and guides you to – get this – a Basic interpreter. So even if you’re not particularly interested in the electronics side of things, you can enjoy endless hours reliving your youth by hacking away in Basic.
Well, almost. While many of Fuze Basic’s functions and commands will be instantly familiar to fortysomething folk, it’s a modern dialect that borrows plenty from later languages, but includes plenty of old stuff too.
There are line numbers and even GOTO
or GOSUB
commands, but there seems an emphasis, particularly in Fuze’s Project Cards – a PDF-based Basic learning resource – on using DEF PROC
, familiar to BBC Micro owners, to define subroutines instead. All without line numbers.

It’s a curious mix. The EDIT
command calls up a full-screen editor, into which you can enter code without line numbers. But to key in a program at the command prompt, as we used to back in the day, you do need line numbers. Enter LIST
and you’ll see line numbers added, though they’re absent when you go back to the editor.
It would be churlish to complain about this apparent inconsistency. Consider it a way of keeping the old-style Basic buffs happy while simultaneously steering newcomers toward a more modern way of coding with functions structured with with tabbed inset lines of code.
This allows structures like IF... THEN... ELSE
can stretch over multiple lines, with indentation used to mark out sections, they way they do in languages such as C and Python. C’s SWITCH... CASE
syntax has been added too.

Some of the graphics commands come straight from the likes of Logo: PENUP, PENDOWN, MOVETO, LEFT, RIGHT
and such.
FOR
is no longer accompanied by NEXT
but by REPEAT
, which flings the program counter back the start of the start of the loop mechanism for which Fuze Basic adds a new command, CYCLE
, to the familiar WHILE
and UNTIL
, though because these are used at the start of the loop there’s no need for DO.
But most of the classic Basic commands and functions – CLS, DATA, DIM, LET, LIST, LOAD, PRINT, READ, REM, RESTORE, RUN, SAVE; CHR$, LEN, MID$, PLOT, RND, STR$
– are all present and usable as you’d expect.

Fuze Basic is a commercial version of Gordon Henderson’s Return to Basic interpreter. If you’ve used the popular WiringPi system, you’ll be familiar with Gordon’s work. He promises to retrofit the features available in Fuze Basic, which is essentially RTB 2.0, into RTB, which is currently at version 1.0.4.
Gordon has a more detailed reference guide here (PDF); the one bundled with Fuze is essentially just a list of commands and syntax. At least it has a list of commands for the full-screen text editor.
The WiringPi connection is handy, because it means Fuze Basic is ready equipped with a number of GPIO-related commands for reading and writing to specific pins, both digital and analogue. That allows you do control electronics projects prototyped on the Fuze’s breadboard right in Basic.

Command PINMODE
marks a given GPIO pin for input, digital output or as the source of an analogue waveform – PWNWRITE
is used to set the amplitude and to trigger that waveform. DIGITALWRITE
and DIGITALREAD
are self-explanatory.
To help me with this, I’d have liked to see the GPIO breakout board printed with more information than mere pin numbers. It really should make clear which are the I2C, UART, SPI and CLK pins, for instance. There is an overlay card with colour-coded pin information included, but it lacks a key to those colours. I know what they all are, but a newcomer won’t.
Verdict
Merely as a Pi-less case, the Fuze will set you back £70; £90 if you get it with the breadboard and a PSU too. Pay £130 and you get a wireless mouse and the electronics components kit in addition to the rest. The top-of-the-range, £180 Fuze saves you from having to buy a Pi separately and install it.
It’s undoubtedly cheaper to buy your own bits and add them to the basic Fuze case, which certainly makes for a tidier set up than the customary ‘strewn wires’ Pi configurations. As I say, that will surely appeal to schools, as will the Fuze’s resilience. The ability to but it all set up for you will likewise be attractive to teachers and folk new to the Pi.
Of course, the established Pi users has all this peripheral gear anyway, so nostalgia aside, there’s not much to the Fuze for them. Better, then, to think of it as a modern computing or electronics kit you can present to a nipper or eager-to-learn adult newbie for Christmas. Or as a great way to put the Pi safely into schools.
You can get the Fuze from Binary Distribution
An edited version of this review first appeared on The Register