Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterQuinn396 committed Sep 3, 2023
1 parent 4842411 commit f3fd9b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file added images/dress_thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/party_mode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h1 class="text-center">Projects</h1>
<div class="col-sm-4 d-flex pb-3">
<div class="card">
<a href="pages/projects/personal/led_dress/led_dress.html">
<img class="card-img-top" src="images/led_dress_board_crop.jpg" alt="led controller">
<img class="card-img-top" src="images/dress_thumbnail.jpg" alt="led dress">
</a>
<div class="card-body project-entry">
<span class="fa fa-calendar"></span> Winter 2023
Expand Down
14 changes: 7 additions & 7 deletions pages/projects/personal/led_dress/led_dress.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h3 style="color:black"><br>Winter 2022 / Spring 2023</h3>
<div class="container">
<div class="body-text col-sm-12 center">

<h3 style="padding-top:15px">Getting Started</h3>
<h3 style="padding-top:15px">Summary</h3>

<p>
This project got started when my good friend Catherine asked me to help her make her wedding dress. At
Expand All @@ -115,12 +115,12 @@ <h3 style="padding-top:15px">Getting Started</h3>

<p>
The final product has approximately 300 LEDs in it, on 30 meters of wire, run throughout the skirt. An
ESP32 board controlled six H-bridges with a pile of C code I wrote, to power the LED strands with
reversible current for selecting white or coloured. This board was hidden in a 3D printed case, and was
hidden out of sight in a pocket in the dress. Catherine and her mom sewed two metal buttons onto the
back of the skirt which we hooked up to capacitive touch sensors on the ESP32 to control the colour and
select from five patterns for the lights. The whole thing was powered by a cell phone battery pack that
went into another pocket in the dress.
ESP32 board controlled six H-bridges with PWM signals using a pile of C code I wrote, to power the LED
strands with reversible current for selecting white or coloured. This board was enclosed in a 3D printed
case, and was hidden out of sight in a pocket in the dress. Catherine and her mom sewed two metal
buttons onto the back of the skirt which we hooked up to capacitive touch sensors on the ESP32 to
control the colour and select from five patterns for the lights. The whole thing was powered by a cell
phone battery pack that went into another pocket in the dress.
</p>

<p>
Expand Down

0 comments on commit f3fd9b0

Please sign in to comment.