Skip to content

8. Soft robotics

RESEARCH & IDEATION

SKUM PAVILION BY BIG

CREDITS

ARK NOVA BY ARATA ISOZAKI AND ANISH KAPOOR

CREDITS

ANREALAGE BY KUNIHIKO MORINAGA

CREDITS CREDITS

HARRI

CREDITS

REFERENCES & INSPIRATION

ANNA CAIN

VIVIANE LABELLE

RILEY COX

Tools for design and documentation

Tools for liquid experiment

  • Syringe
  • Mica Powder bright red
  • Mica Powder RubĂ­
  • Water

Tools for circuit

  • Mosfet
  • Copper tape
  • Clamps
  • Power source
  • Engine
  • Breadboard
  • Resisto 100K Ohm
  • Diode
  • Arduino Flora

PROCESS

VINYL HEAT PRESS

* Heat press
  • Heat press vinyl
  • Baking paper
  • Scissors
  • Straws

SILICONE

via GIPHY

CIRCUIT

2D & 3D MODELS

This schematic [^4] was obtained by..

This tutorial [^5] was created using..

CODE

Use the three backticks to separate code.

int poten = 10;
int gate = 9;
int mapPot;
int valuePot;

void setup() {
  // put your setup code here, to run once:
  pinMode(poten, INPUT);
  pinMode(gate, OUTPUT);
  Serial.begin(9600);
}

void loop() {
  // put your main code here, to run repeatedly:
  valuePot= analogRead(poten);
  Serial.println(valuePot);
  mapPot=map(valuePot, 0, 1023, 0, 255);
  analogWrite(gate, mapPot);
}

RESULTS

From Youtube

Fabrication files


  1. File: xxx 

  2. File: xxx