Inside LivelyForm

Overview

LivelyForm Sketch

LivelyForm Sketch

The thought behind LivelyForm is investigating if the interaction with a moving object, such as LivelyForm, can promote the child’s own movement. The construct is a worm-like elongated form that can bend (curl) and stretch.

Movement is produced by a 24V DC-motor pulling a cord connected to the other end of the form. The skeleton of LivelyForm is a curled plastic sheet which acts as a spring, trying to pull the form to a curled state. There are three Arduino boards inside LivelyForm design. The motor is connected to an Arduino master board. A capacitive sensor connected to an Arduino slave board detects if the LivelyForm is being touched. Another slave Arduino board drives an array of LEDs. The boards communicate via I2C protocol.

Behavior

If touched, LivelyForm stretches and light patterns run along its inner side depending on its current “openness” and the time elapsed since the touch started. If not touched, the LivelyForm returns to a curled position.

LivelyForm behavior

LivelyForm behavior

Multi-touch Behavior

It was observed that the children tend to continuously grab the LivelyForm rather than alternating between touch and look, a single sensor did not make sense. A modified version was developed, which had five different CapSense sections that let the LivelyForm react to different touch patterns. If a single section was touched for a short time period of time, then lively form reacted and started opening. If  it was kept being touched in the same section after a short time, then it stopped moving and stayed in an ”alert” state, where only light patterns changed, but there were no changes in movement. If LivelyForm was released for over a certain time, then it started closing. These invited continous changes in touch patterns for LivelyForm to react in movement.

LivelyForm state machine

LivelyForm state machine

Materials

  • a 60 cm elongated curled plastic sheet
  • Conductive fabric
  • Reticulated or syntactic foam
  • High torque 24V DC motor
  • 3 x Arduino boards
  • Arduino motor shield
  • a 60 cm strong rope
  • 5 x 1 MOhm resistor (for capsense)
  • 10 x 100pF capacitors (for capsense)
  • 2 x 8-channel LED driver
  • 15 x Red LEDs
  • 15 x Green LEDs
  • 3 push buttons
  • 1 rotary encoder
  • 1 Pulley with Motor shaft adapter
  • 1 DB9 Cable
  • 1 Plastic box
  • 1 10 KOhm potentiometer

Software

LivelyForm software can be found here

Connections and Operating instructions

LivelyForm is a bit tricky to get started with. In order to operate correctly, the pinout from the elements to the arduino board is summerized in the following file:

A quick start guide has is available here: