Skip to content

Commit 8cb7dd0

Browse files
committed
docs (fix): add correct image refs
1 parent a9bfa82 commit 8cb7dd0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Now all we have to do is make this open and close really quickly at the press of
5959
Some pictures below showing the testing/WIP state using a breadboard:
6060

6161
![proto type picture](/assets/wip1.JPG)
62-
![proto type picture](/assets/wip2.JPG)
63-
![proto type picture](/assets/wip3.JPG)
62+
![proto type picture](/assets/wip2.jpg)
63+
![proto type picture](/assets/wip3.jpg)
6464

6565

6666
### Industrialization
@@ -125,7 +125,9 @@ Time to solder. Order doesn't matter but make sure you leave enough rooms so you
125125
1. You are going to want to test this. Plug in a USB cable into the ESP32 and press the button. You should be able to hear some rapid fire click inside the relay (assuming you have a non solid state one). You may also be able to see the debug light flash if your relay has that functionality. If you have an oscilliscope or multimeter, you can also place your pins between NC and COM and see some signal fluctuations between 0V and 5V.
126126
*If you do not see this, something is either wrong with your wiring. Ensure that the GPIO pins match the same routes as above and that your solder lines do not happen to accidently touch one another. If a GPIO pins is wrongly mapped, you can always reflash the software with the correct pin updated in the code.
127127

128-
![testing footage of flash2pass](/assets/testing.MOV)
128+
<video width="500" height="350" controls>
129+
<source src="/assets/testing.mov" type="video/mp4">
130+
</video>
129131

130132
2. 3D print `flash2pass_box.STEP` and `flash2pass_lid.STEP` under `/models`. Once 3D printed clean up any stary filaments and sand down if necessary.
131133
3. Insert the protoboard into the box. Ensure that your ports are facing the open sided hole of the box. It will be a tight fit. I used a ruler to push down on the board. It will eventually reach the bottom on the poles and the board should line up with the bottom of the hole exposiong the IO ports.

0 commit comments

Comments
 (0)