12. Skin Electronics#

Inspiration#

In the same way that the wearables industry is integrating fashion practices in their development, we envision new partnerships between the biotech/tech companies and skin professionals such as makeup artists, prosthesis experts and tattooists in order to embrace the idea of human-device symbiosis.

Project no.1#

The idea to make mask with LED. I decided to create a peacock face mask for party. With the help of Corel draw I designed this mask and printed it in the laser cutter. For creating this face mask I decided to make 2 cut piece and stich to both of them.

void setup() {

  pinMode(PB2, OUTPUT);
}


void loop() {
  digitalWrite(PB2, HIGH);  
  delay(1000);              
  digitalWrite(PB2, LOW);    
  delay(1000);                      
}

It done very nice but I did mistake while soldering attiny through hole pins. So It doesn’t work now.

Project no.2#

For the assignment I have chosen first idea is to create breaclet with bioplastic. I was made bioplastic in assignment 4. So, I decided to make something with bioplastic. I download logo of vigyan ashram and zios makerspace. And import it in RD works. I make this hand band with engraving the logo. And, stick LED on bioplastic.

Tools:

Components:

Process:

I made bioplastic to us it as skin. I have documented all the receipe in assignment no.4.

Creative Commons Licence
Fabricademy by Harshada raut is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at https://class.textile-academy.org/.
Permissions beyond the scope of this license may be available at http://vigyanashram.com/.