Rediscovering Flotilla

Back in 2015 I backed Pimoroni’s Flotilla modular physical computing devices on Kickstarter and got an early set. I had some fun exploring it, but the software and support materials weren”t quite ready at the time and I started a new job where I spent most of my time in KS3 and KS4 and my Flotilla kit lay neglected.

Flotilla comes into home port!

I’m about to start a new job as a primary school digital learning co-ordinator, and so I dug out my Flotilla bits as I they might be useful teaching physical computing in a simple way with attractive modular components.

First I updated firmware by using the excellent installation script on a fresh Raspberry Pi with up-to-date Raspbian:
curl https://get.pimoroni.com/flotilla | bash
This process updated the firmware on the Flotilla ‘dock’ – the main hub all the tentacles and sensors and output devices plug into, and it also installs all the software.

Setting sail with Flotilla

There are three main routes into doing things with your Flotilla. The first, and simplest, is the Cookbook: http://learn.flotil.la/cookbook. This appears to be written in Javascript and requires an internet connection but allows younger, or inexperienced, children to explore Flotilla’s modules using web-based games and activities. You do need all the right bits for each project though. My early large starter kit had the required modules for the Balance, Bat & Ball, Marble Maze, Moodlight, Reaction Time, and Virtual Pet games. Annoyingly I don’t have a light module I can’t run the weather station nor the Noise Maker despite having the plastic engraved plates for it.

The Reaction Time game is one of the simplest to set up and worked really well. The Rainbow LED lights change colour after a pause and up to 4 players compete to press their button first.

I really enjoyed the Marble Maze – tilt to guide a ball round a maze. Nothing you can’t do with a BBC Microbit, but the 8×8 matrix display is very bright and there’s something very pleasing about sticking a motion sensor on the back of it with blutak, discovering you have it on back to front and making your own little widget. Bat and Ball (Pong) just using a slider and rotary knob as paddles was surprisingly addictive too.

The second way of using your Flotilla is Rockpool – this does not require internet access, it runs as a local service in browser, and appears as under ‘Programming’ and ‘Education’ in the Raspberry Pi start menu.

Here you link inputs to outputs using a graphical interface, and you can add random number inputs, sine waves, square waves and modify them in quite sophisticated ways. For example, it’s very easy to wire up a slider to change colour and a dial to modify brightness:

Here I get changes in temperature to change colour of rainbow LED strip:

And in this example I made a random wandering pixel roaming around the 8×8 LED display matrix:

I did find that if I took browser focus away from Rockpool it really slowed down, but generally it worked well. You can do a lot here to make machines that work in real time, but – unless I’m missing something – there is no actual ‘programming’ here; you can’t make IF, THEN decisions and as such I don’t think you can create a game in Rockpool. I’m happy to be corrected if I’m wrong. I would love to give these toys to a small group of KS2 children to see what they can make – children are always far more creative and imaginative than me.

The Third Way is to use the Python IDE. I’ve not looked at this yet, but it would clearly address the lack of traditional programming. However, I sense a bit of a problem here. The Flotilla modules are beautifully-designed, highly attractive, tactile and will appeal very much to primary school age children, it will teach them about inputs and outputs, sensors and physical computing devices. – but it does not seem teach them programming in terms of sequence or selection. Python may be beyond the reach of most Primary aged children (although I intend to try to challenge this idea in my own teaching next year).

I think to be truly successful, Flotilla needs some kind of block programming environment (if one doesn’t already exist) to enable Primary aged children to not only make their own physical computing devices but program them in a way that supports the Computing curriculum.

This entry was posted in computers, education, ICT, Raspberry Pi, Raspbian and tagged , , , . Bookmark the permalink.

2 Responses to Rediscovering Flotilla

  1. Neil says:

    I haven’t tried this myself, but perhaps this would be interesting, a scratch interface for flotilla:

    http://www.techagekids.com/2017/02/flotilla-with-scratch-14-on-raspberry-pi.html

Leave a Reply to Neil Cancel reply