Challenging how you think circuits are made and challenging who you think can make them

Using Micro:bit to control TapeBlocks

Connecting TapeBlock to Micro:bit using the pins, banana plugs and conductive tape. A gentle and fun introduction to physical programming. 

Micro:bit is a great way to introduce programming. Being able to program physical objects is really powerful for introducing computing beyond the screen. With a banana plug cable, wire cutter/strippers it is possible to create TapeBlocks that will connect to the pins on the Micro:bit. Then they can be programmed using the vast learning resources that have been developed for the Micro:bit which provide drag and drop programming or various coding options.

On the left a vibration TapeBlock with a TapeBlock connecting to a cable and banana plug, attached to a Micro:bit and on the right a LED TapeBlock connecting to a cable and banana plug, attached to the same Micro:bit which is in the background

 Making the Connections

TapeBlocks can be connected to the Micro:Bit with a banana plug. Cut a banana plug lead in half and strip 1cm from the end. Wrap the TapeBlock in conductive tape and sandwich the wire under and over the tape. One wire will become the positive line and one will become the ground

Banana plugs and TapeBlock connection 

Connect the Red plug to pin 0 and the Black plug to the ground on the Micro:Bit. If multiple pins are used the ground plugs can be stacked.

Microbit connected to banana plug and TapeBlock

To control the TapeBlock with the Micro:bit. The code needs to be coded into http://MicorBit.org lets code and then uploaded to the Micro:bit.

  • On Start Set the Pins to 0
  • On button A press set the Pin to 1 - turn on
  • On button B press set the Pin to 0 - turn off
code snipet