Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed May 1, 2024
1 parent 58795e3 commit aa8b468
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 3 deletions.
Binary file added .github/images/glow.jpeg
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 .github/images/leds.jpeg
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 .github/images/wooden.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
What:
=====
A lil' esp32 project to monitor my internet connection and teach myself embedded rust

![Wooden V1](./.github/images/wooden.jpg?raw=true)
![LEDs](./.github/images/leds.jpg?raw=true)
![Glow](./.github/images/glow.jpg?raw=true)


Build:
======
Getting the esp toolchain running on an M1 mac was hours of hassle before I
gave up, so I tried dev containers, which are broken on my mac for personal
reasons. So I need to use vscode remote to ssh into my linux server, and then
use a dev container on the server.
gave up, but devcontainers seem to work \o/

Once the devcontainer is opened:

Expand Down
72 changes: 72 additions & 0 deletions rack-leds-box-3mm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions rack-leds-insert-3mm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions rack-leds.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh
BOXES=~/Projects/boxes
source $BOXES/venv/bin/activate
$BOXES/scripts/boxes Rack19Box \
--output=rack-leds-box-3mm.svg --format=svg \
--FingerJoint_space='4.0' \
--thickness=3 --burn=0 --reference=0 \
--depth=30 --height=1 --d1=5 --d2=5 --triangle=15

# 442w 30d 34.5h inner
$BOXES/scripts/boxes TrayInsert \
--output=rack-leds-insert-3mm.svg --format=svg \
--thickness=3 --burn=0 --reference=0 \
--sx='10 422 10' --sy='10 20' --h='30'

0 comments on commit aa8b468

Please sign in to comment.