summaryrefslogtreecommitdiff
path: root/content/post/weather-snowman.md
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-05-22 15:51:54 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-05-22 15:51:54 +0200
commit152448937c3b8ca8e142ca7d14c22439912415e7 (patch)
tree9fdc7dc0a6663cbca17c706b38e7ce6d226b8c81 /content/post/weather-snowman.md
parentb8f1c4ed75e37cbfb8bd039c6bf5624ccee7ca00 (diff)
downloadblog-152448937c3b8ca8e142ca7d14c22439912415e7.tar.gz
blog-152448937c3b8ca8e142ca7d14c22439912415e7.zip
seperate images and source code
Diffstat (limited to 'content/post/weather-snowman.md')
-rw-r--r--content/post/weather-snowman.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/post/weather-snowman.md b/content/post/weather-snowman.md
index a5c8ec5..c55edcb 100644
--- a/content/post/weather-snowman.md
+++ b/content/post/weather-snowman.md
@@ -9,7 +9,7 @@ It's christmas time! As a kind of pre-christmas gift, I built an Internet of Thi
Like in [my last project]({{< ref "internet-is-magic.md" >}}), I used an ESP8266 again, some LEDs and an old acrylic snowman that I cut open.
-![blue glowing snowman](/downloads/weather-snowman/snowman-glowblue.jpg)
+![blue glowing snowman](/images/weather-snowman/snowman-glowblue.jpg)
_The electronics were cheaper than the snowman._
@@ -17,11 +17,11 @@ Inside the snowman was a fading RGB led, a switch and batteries. Boring!
I replaced it with the ESP8266, which had 3 LEDs attached to it (red, green, blue). Via a USB cable and a voltage converter, I powered it:
-![inside setup](/downloads/weather-snowman/leds.jpg)
+![inside setup](/images/weather-snowman/leds.jpg)
_Luckily, you don't see how messy it really becomes once you put all this in that tiny snowman…_
-![inside setup, top view](/downloads/weather-snowman/leds-esp.jpg)
+![inside setup, top view](/images/weather-snowman/leds-esp.jpg)
Coding took a while.
@@ -31,8 +31,8 @@ Depending on the forecast, the blue and red LEDs glow in different patterns. If
If you inspect [the source code](https://git.schneefux.xyz/?p=weather-snowman;a=tree), you'll see that there also is an Android app. The app simplifies the setup and runs a background service that makes your snowman's green LED flash on new notifications.
-![new notification snowman](/downloads/weather-snowman/snowman-blink.jpg)
+![new notification snowman](/images/weather-snowman/snowman-blink.jpg)
_Gotta check my mails._
-![blue and red glowing snowman](/downloads/weather-snowman/snowman-glowbluered.jpg)
+![blue and red glowing snowman](/images/weather-snowman/snowman-glowbluered.jpg)