diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-22 15:51:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-22 15:51:54 +0200 |
| commit | 152448937c3b8ca8e142ca7d14c22439912415e7 (patch) | |
| tree | 9fdc7dc0a6663cbca17c706b38e7ce6d226b8c81 /content/post | |
| parent | b8f1c4ed75e37cbfb8bd039c6bf5624ccee7ca00 (diff) | |
| download | blog-152448937c3b8ca8e142ca7d14c22439912415e7.tar.gz blog-152448937c3b8ca8e142ca7d14c22439912415e7.zip | |
seperate images and source code
Diffstat (limited to 'content/post')
| -rw-r--r-- | content/post/blinkiecar.md | 10 | ||||
| -rw-r--r-- | content/post/internet-is-magic.md | 10 | ||||
| -rw-r--r-- | content/post/music-led-visualisation.md | 4 | ||||
| -rw-r--r-- | content/post/weather-snowman.md | 10 |
4 files changed, 17 insertions, 17 deletions
diff --git a/content/post/blinkiecar.md b/content/post/blinkiecar.md index 9ee461a..c0a88d4 100644 --- a/content/post/blinkiecar.md +++ b/content/post/blinkiecar.md @@ -7,13 +7,13 @@ title: Blinkiecar - 3D printed car with turn signals With some support from a friend with a 3D printer, I successfully built a magnetic car with working turning lights. - + _Right, it's a present._ The car was printed in two pieces, the top and the bottom part. My friend downloaded the model from somewhere, I repaired it with [netfabb](http://www.netfabb.com/) (didn't like their software due to an annoying startup dialog and paid features), cut it with [slic3r](http://slic3r.org) (this program looked better) and gave him the [repetier](http://www.repetier.com/)-converted model back. - + _This is how it looks on the inside._ @@ -21,16 +21,16 @@ Inside the car is a 3.3V coin cell battery, which is connected to two switches a A strong magnet from an old hard drive is glued below the car so you can stick it onto a magnetic board. - + _The magnet also covers the circuit a bit._ The blink LEDs are not in sync for some reason, but that did not matter as they still function as turning lights. - + _You can still try to use them as warning lights, but that's not reliable._ - + Next time, I should think of another solution for power - with this setup, you cannot swap the battery and the LEDs are quite dark. diff --git a/content/post/internet-is-magic.md b/content/post/internet-is-magic.md index e33c4a2..1d21027 100644 --- a/content/post/internet-is-magic.md +++ b/content/post/internet-is-magic.md @@ -9,7 +9,7 @@ aliases: Friendship is magic! I like the My Little Pony series, and two of my best friends, knowing that, surprised me with self-made versions of Twilight and Fluttershy at my birthday. - + _Aren't they adorable?_ @@ -19,13 +19,13 @@ That was kind of unexciting after a while. Luckily, I had an [ESP8266](https://e Awesome! Let's connect the ponies to the world wide web. - + _Not much to see here_ I wrote a quick-and-dirty Arduino sketch, [uploaded it]({% post_url 2015-10-14-esp8266%}) and was able to control the LEDs via netcat. You can find the sketch [here](https://git.schneefux.xyz/?p=internet-is-magic;a=blob;f=luminate.ino;hb=HEAD). - + _The cables in the background supply power._ @@ -35,8 +35,8 @@ I installed the [telegram-cli](https://github.com/vysheng/tg) client on my [Rasp So whenever my friends are online, their corresponding pony starts to glow. - - + + _When they light up at night, you can feel the magic._ diff --git a/content/post/music-led-visualisation.md b/content/post/music-led-visualisation.md index 4bfbb04..f7d5c12 100644 --- a/content/post/music-led-visualisation.md +++ b/content/post/music-led-visualisation.md @@ -7,7 +7,7 @@ title: Visualize music with MPD and an LED strip With Arduinos, 5050 RGB LED strips, Hyperion and MPD on a Raspberry Pi I created a low cost party lightning environment. - + _First tests show that the setup seems to work._ @@ -20,6 +20,6 @@ The Raspberry Pi as server runs [Hyperion](https://github.com/tvdzwan/hyperion) Initially, I planned using an ESP8266 instead of the Arduino. I had not the right parts to step down 12V to 3.3V and tried to hack something together with LEDs and a 7V-3.3V-stepdown converter. Well… that didn't work out quite well. I used Arduino Unos instead. - + _Do not reproduce, this fries the ESP…_ 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. - + _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: - + _Luckily, you don't see how messy it really becomes once you put all this in that tiny snowman…_ - + 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. - + _Gotta check my mails._ - + |
