Compressable Stress Glove
by hybrid.atelier.uta in Workshop > Molds & Casting
349 Views, 1 Favorites, 0 Comments
Compressable Stress Glove
Stress Glove Instructable
Fabricating the Bladder
Materials & Equipment
- Ecoflex 00-50 Silicone (about 50 g)
- 3D Printer
- ABS/PLA Filament
- PVA Filament
- Heatmat or Incubator (optional)
- Syringe (for injecting water)
Instructions
Fabricating the stress glove bladder involves pouring two layers of silicone with a dissolvable separator between each layer. We will use a water-dissolvable 3D printable material known as PVA
- 3D print the stress glove mold (file below) in ABS or PLA
- 3D print the stress glove separator (file below) in PVA
- Mix 25 g of silicone
- (Recommended) Degas silicone in a vacuum chamber for 30 seconds
- Pour silicone to fill up half the mold. Use the mold wall to approximate half height.
- Tack cure the first silicone layer.
- Speed cure: 15 minutes (at 135 ºF)
- 35 minutes at room temperature
- Place the separator in the mold so that it is roughly in the center.
- In the mold so that it is roughly in the center
- Inject water with a syringe into the bladder to dissolve the PVA
- Speed dissolve (use warm water or heat up the bladder).
- Repeat until the PVA separator has been removed
Fabricating the Glove
This bid involves cutting out a glove pattern and sewing simple hems and seams
Materials & Equipment
- 2' x 2' piece of fabric (elastic is best)
- Transfer paper or a laser cutter
- Sewing machine
Instructions
- Cut two panels of the glove design (file below) from a fabric (elastic fabrics with some % of spandex work best). We recommend laser cutting the pattern, although transfer paper + scissors works great, too!
- Sew a zig-zag stich on the areas marked SEAM
- Use a running stitch to fold a 0.25" hem on the areas marked HEM
- Place on hand and using tailors chalk refine the SEAM lines to match your hand for a snug fit.
Downloads
Fixturing the Bladder to the Glove
We will now use a silicone fuse method to attach the bladder to the glove
Materials & Equipment
- Ecoflex 00-50 Silicone (about 10g)
Instructions
- Mix 10g of silicone
- With a metal or glass instrument (not wood!), apply silicone similar to how you would apply glue to the bladder.
- "Paste the bladder to the upper palm area
- Cure the silicone glue
- Speed cure: 15 minutes (at 135 ºF)
- 35 minutes at room temperature
Attaching to the Programmable Air
Materials & Equipment
- Air Barb
- Quick Connector
- 1/4" air
Instructions
- Cut the tube in half (Tube A/Tube B)
- Tube A
- Add the barb to one end of an air tube
- Connect to the inlet of the bladder.
- Connect the opposite end to a quick connect.
- Tube B
- Connect to the programmable Air.
- Connect to the Quick Connect.
Interaction Design
Materials & Equipment
- Programmable Air
- Adafruit Feather with WiFi
Instructions
Running the App (Cloud)
Please note that data is not encrypted or protected when using our cloud server. This app is available for development purposes only. You can download and run the app on your local computer (instruction below) to restrict access to your local area network.
Use SERVER_IP = XXX.XXX.XX.XX when configuring your Fruit.ino code below.
To use the app (online), simply point your browser to: http://www.anonymized.com
Running the Server (Locally)
On your local machine, download and install ruby-2.6.3 using rvm.
Install the following gems in your CLI.
gem install em-websocket
Run the server:
# specify a port (default: 3001) rb server.rb -p 3001 >> Server started at ws://<YYY.YYY.YY.YYY>:<PORT>
Use the IP address (YYY.YYY.YY.YYY) that is printed in your terminal.
Use SERVER_IP = YYY.YYY.YY.YYY when configuring your Fruit.ino code below.
To use the app (locally), navigate to the rails-app folder.
# install packages bundle install # run the app rails s
Point your browser to http://localhost:3000
Configuring your Hardware
- Configuring the Programmable Air: Upload the PA.ino code to your ProgrammableAir using the Arduino IDE.
- Upload the Fruit.ino code onto an Adafruit WiFi Feather (WINC5000). Be sure to update the WIFI_SSID and WIFI_PASS in arduino_secrets.h. Also, update the SERVER_IP address of the websocket server.
- Wire the Programmable Air to the Feather following the [Wiring Schematic]
Hello World
- Open http://localhost:3000/iot/air or anonymized_link
- Input the IP address of the server
- Connect
- Start sending commands to your Programmable Air. Open the Log to see the command syntax.
Hello World (Program)
- Run the hello_world.py program.
- Alther the ws.send messages with commands from he app Log.