12. Skin Electronics¶
Once again, much like during the Wearables week, I find that the Skin Electronics module has set the bar quite high for someone like me, who isn’t particularly passionate about electronics. My interests lie more in the realm of innovative yet traditional fashion. That being said, my mind is constantly buzzing with creative ideas, and I always feel compelled to challenge myself by choosing the most difficult paths to achieve something unique. However, given my current level of knowledge in electronics, it’s probably wiser for me to proceed cautiously and stay grounded in my approach.
Unfortunately, I was unable to attend the classes during this week because I was engaged in business training sessions organized by MIGEPROF. These trainings are crucial for my growth and the development of my business, so it was important that I didn’t miss them. Balancing both commitments can be challenging, but I am determined to keep learning and expanding my skills in both fashion and technology.
Research and Ideation
Skin electronics, also known as epidermal electronics, are ultra-thin, flexible electronic devices designed to adhere directly to the skin, conforming to its curves and movements. These devices are developed using stretchable materials and miniaturized electronic components, allowing them to offer a seamless interface between technology and the human body. Their primary advantage lies in their ability to provide real-time data collection, communication, and interaction while maintaining comfort and wearability.
Materials and Technologies used
-
Flexible Substrates Silicone-based materials like polydimethylsiloxane (PDMS). Thin polymer films (e.g., polyethylene terephthalate, PET).
-
Conductive Materials Graphene, metallic nanowires, and conductive inks. Stretchable metallic traces for maintaining electrical conductivity during movement.
-
Sensors and Components Miniaturized MEMS (Microelectromechanical Systems) sensors. Flexible LEDs, NFC (Near-Field Communication) chips, and micro-batteries.
-
Fabrication Techniques Printing methods like screen printing and inkjet printing. Advanced processes like laser cutting and micro-patterning.
Inspiration
You might have guessed that I’m passionate about makeup. I find it truly fascinating how makeup can transform and express creativity. There are several makeup artists I’ve been following for quite some time, and their work always leaves me feeling particularly inspired. Their techniques, color choices, and artistic vision constantly motivate me to explore and experiment with new styles and ideas.
Discovering Neon Cowboys was incredibly inspiring for me, especially with their creative use of electronics in fashion. Their neon LED hats and glowing accessories show how technology can elevate traditional aesthetics into something vibrant and modern. This approach made me think about how similar techniques could apply to makeup artistry — integrating lights, colors, and interactive elements to create bold, expressive looks. The way they blend art, fashion, and technology sparked new ideas and encouraged me to explore how electronics can transform not just clothing but also makeup into a dynamic form of self-expression.
1. Remember to credit/reference all your images to their authors. Open source helps us create change faster together, but we all deserve recognition for what we make, design, think, develop.
2. remember to resize and optimize all your images. You will run out of space and the more data, the more servers, the more cooling systems and energy wasted :) make a choice at every image :)
This image is optimised in size with resolution 72 and passed through tinypng for final optimisation.
_**Remove tips when you don't need them anymore!**_
get inspired!
Check out and research alumni pages to betetr understand how to document and get inspired
-
Skin Circuit - Grecia Bello - Fab Lab BCN
-
Interactive glove - Asli Aksan - Textile Lab Amsterdam
-
Face Mask - Riley Cox - Textile Lab Amsterdam
-
Skin electronics research - Julija Karas - Fab Lab BCN
References & Inspiration¶
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
- Two images side-by-side
Tools¶
Process and workflow¶
My sketches are ...
This schematic 1 was obtained by..
This tutorial 2 was created using..
footnote fabrication files
Fabrication files are a necessary element for evaluation. You can add the fabrication files at the bottom of the page and simply link them as a footnote. This was your work stays organised and files will be all together at the bottom of the page. Footnotes are created using [ ^ 1 ] (without spaces, and referenced as you see at the last chapter of this page) You can reference the fabrication files to multiple places on your page as you see for footnote nr. 2 also present in the Gallery.
Code Example¶
Use the three backticks to separate code.
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
Results¶
Video¶
From Vimeo¶
Sound Waves from George Gally (Radarboy) on Vimeo.