Prototyping Wearables
Wearable electronics comes with a bunch of considerations about size and power management. We stock sewable battery holders for coin cells and 9V batteries, and we also have higher-power LiFeP04 batteries available in the robotics workshop. We do not currently stock Lithium Ion batteries, as these aren't allowed on UAL campuses due to fire risk.
Lots of wearable projects involve wireless components (so whoever is wearing it doesn't have to have a USB cable attached to them), so you might also want to look into networking protocols, using either Wifi, Radio or Bluetooth.
There are many options for integrating circuits into textiles, ranging from making conductive textiles from scratch (e.g. conductive knit) to using silicon-coated wire to stitch flexible threads into garments. For project ideas involving textiles, we have a wiki page for e-textiles and the website How To Get What You Want (by the collective Kobakant) is an amazing resource for different project ideas.
Making your project smaller
This is a pretty classic issue with arduino-based wearables -- you have a circuit that works, maybe built with Arduino, and you want to minaturise it. Here are some options, from biggest to smallest:
-
use an Arduino shield -- this is a special prototyping board that allows you build directly on top of the Arduino. This can be nice if you just want to avoid connection spaghetti
-
use a smaller board we have many smaller boards available for use, including the Arduino Nano BLE Sense and the ESP32. These have the added advantage of working wirelessly, which is useful for wearable projects!
Making your project wireless
This is another really common thing to want to do. Core options:
- radio -- I love the adafruit packet radios. Main thing to remember is -- for radio, you need 2!
- bluetooth -- NRF52 is a good one to look at here.
- wifi -- technically this is radio but it's it's own protocol. ESP8266.
Remember that even wireless circuits will still need a power supply! Talk to technicians about the best options for powering your circuit.
Making your circuit soft/flexible
Another issue with wearables is that electronics tends to be hard. While it's difficult with the materials we have in the CCI to make totally soft circuits, it's normally possible to make the wires and connections surrounding the circuit softer and flexible. In the CCI we stock the following components that can help with this:
- Silione covered strand-core wire
- Conductive thread
- Conductive ribbon
- Conductive fabric
A big challenge with integrating electronics into textiles is making good and durable connections. Kobakant has a bunch of resources for doing this -- normally these involve a fair amount of sewing.