summaryrefslogtreecommitdiff
path: root/content/post/music-led-visualisation.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/music-led-visualisation.md
parentb8f1c4ed75e37cbfb8bd039c6bf5624ccee7ca00 (diff)
downloadblog-152448937c3b8ca8e142ca7d14c22439912415e7.tar.gz
blog-152448937c3b8ca8e142ca7d14c22439912415e7.zip
seperate images and source code
Diffstat (limited to 'content/post/music-led-visualisation.md')
-rw-r--r--content/post/music-led-visualisation.md4
1 files changed, 2 insertions, 2 deletions
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 test results](/downloads/music-led/led-floor.jpg)
+![First test results](/images/music-led/led-floor.jpg)
_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.
-![Failed attempt of connecting an ESP8266](/downloads/music-led/controller-failed.jpg)
+![Failed attempt of connecting an ESP8266](/images/music-led/controller-failed.jpg)
_Do not reproduce, this fries the ESP…_