// //

SoftBits Live 2024

Basic/Power
Select bit type to populate list then click to add.

 

Power
Input
Output
Wire
Action
Logic
Kit Basic
Kit Sound
Kit Midi
Kit Media
Code display in hex

Introduction

This web page was inspired by the Littlebits hardware modules that snap together magnetically. The "snaps" are either an input or an output. Using the magnetic North and South poles the magnets are arranged in the snaps so that an input and an output will attract each other and that two inputs or two outputs will repel. Each snap also has three electrical contacts.

  • +5 Volt power
  • Data (which is a value between 0 and +5 volts)
  • 0 Volt power and the common for the data value
A Power bit has just an output and is used to power the rest of the chain of bits. The data signal of the power bit is +5 volt.

I first discovered the Littlebits modules at Moogfest in 2014. Korg had designed a series of bits based on their synthesizer designs.

A couple of years later, I thought about making a web page that used the simple snap together idea of a single data line (variable) between modules. And coded the basic module with snaps design. The code had to allow the snapping of modules together and building up groups of modules. Since the Littlebits modules use a 0 - +5 Volt value I decided to try and use a 0 - 255 (8-bit, byte) range for the data variable.


Show Chains: Show Program: Show Code: Show Snaps:
Version 1.1
Debug messages