Skip to content

12. Soft robotics

Tuesday's Class

Fabricademy 2022-23 Week 7 - Soft Robotics

This week's theme is soft robotics. Soft and gooey textures were in the spotlight this week. The first way we explored this week was creating volume from flat surfaces by incorporating air into flat assemblies such as a camping mat. From there, we had to direct that inflation to perform some action like pressing, moving, grasping. Finally, the last step was to use these mechanisms to heal: control the air and its force to help. Clearly, I didn't expect this this week and I'm glad I did it this week, crossing textiles and health.

ALIGINATE MEMBRANE

Resarch & Inspiration

To realize the following, we relied on the page of Gabriela Lotaif, her projet DAR À LUZ and her bioflaskin and all her beautiful research for her costume.

The starting point of this experiment is the use of biomaterials to create a surface that inflates. In short, we wanted to create a bioinflatable. After understanding the inflation system using Vynil (understanding the need to have an area that allows air to pass and another area that is sealed). We chose a biomaterial recipe based on Alginate. Why alginate? The main reason is that alginate can be easily fixed / stopped with calcium chloride. The combination of these two agents allows to create shapes quickly.

Step 1 : Preparation of Alginate and calcium chloride

  • 1 L water
  • 25 g aginate
  • 100 ml calcium chloride
  • 900 ml water
  • one pot of alginate
  • Diluted calcium chloride spray
  • Baking paper (to prevent the alginate from sticking to the table)
  • Fine needle syringe (to incorporate air into the alginate)

All ingredients and surfaces are ready for experimentation!

Step 2 : First tests in search of a solution to create air pockets

Way A

To perform this manipulation, it is necessary to keep the calcium chloride spray close to you. As soon as there is no more air in the syringe, the needle must be removed and then calcium chloride must be quickly added so that the alginate that comes out is fixed and forms a plug. Thus, the air does not escape. This action must be repeated several times to obtain a nice bubble.

Result

The result is good: the pocket has formed well. But it is not a system that can be inflated. This manipulation does not meet our objective. However, with this manipulation, we could consider testing the resistance of the alginate.

Another result with some black pigment in the alginate
Dragons' eggs

Way B

During this manipulation, it is difficult to control the shape of the pocket. It's a bit messy. But we have managed to create an alginate bubble that can inflate.

Result after dry

Lauriane also experimented with alginate this week, she added color to the whiteness of the alginate. The result is amazing, here is the link to her page.

Not successful

SENSORIAL COMMUNICATION

Inspiration

For this part, we inspired on the beautiful research of Saskia Helinska UNFLATABLES. Particularly by this bracelet, which she created. She has developed a very sensory approach to soft robotics. I particularly like this relationship.


During this week, with Laora, we crossed our views to develop a project : a therapy bracelet using Morse code. The original idea was the one brought by Laora of synesthesia. From there, we added the idea of acupressure and EFT. Here we can find the link to Laora's site, which explains very well her idea and what EFT is.

Sketch

Our ideas together have produced this scheme, this is our goal.

schema by Laora

Step 1 : Targeting the acupressure point

What is acupressure?

"Acupressure is one of the pillars of traditional Chinese medicine. This method, which shares its main principles with acupuncture, is based on the manual stimulation of points, or pressure points, spread throughout the body to rebalance the body and relieve it of various pains, nervous tensions and conditions unfavorable to health." Lemonn.fr

Choosing an acupressure point

Méridiens de la médecine chinoise, vue de face
Par David Brun, auteur du blog Tuina et diététique chinoise

Acupression et bien-être

We chose the Nei Guan MC6 point, against nausea, vomiting. It is on the forearm to the right of the wrist. We chose this point because we already knew it and its location is accessible.

Step 2 : Creation of the bracelet that adapts to the arm and passes over the chosen point

On the diagrams and pictures below, the blue material is vynil. At first we wanted to make this bracelet in alginate, but this biomaterial is difficult to shape. That's why we chose vynil to make this bracelet.

Step 3 : Test pressure (with Arduino)

Tools
- Arduino board
- Arduino IDE
- Arduino air pump
- 9V battery
- Crocodile threads
- Threads
- Computer
- Driver circuit/ Mostfet
- Vynil bracelet

Schema by Laora

Testing

Code using to test inflating Vynil

int air=9;

void setup() {
  pinMode(air,OUTPUT);
}
void loop() {
  digitalWrite(air,HIGH);
  delay(2000);
  digitalWrite(air,LOW);
  delay(2000);
}

Other projects in this week at Le Textile Lab in Lyon


Last update: 2023-04-06