From dc48b994efad1493addf2484be70b65475ffc33b Mon Sep 17 00:00:00 2001 From: Frank Delporte Date: Fri, 13 Oct 2023 10:04:51 +0200 Subject: [PATCH] Added youtube stream --- content/examples/jbang/pixelblaze_output_expander.md | 2 +- content/examples/jbang/pixelblaze_output_expander_image.md | 2 +- content/examples/jbang/pixelblaze_output_expander_javafx.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/examples/jbang/pixelblaze_output_expander.md b/content/examples/jbang/pixelblaze_output_expander.md index 3cd887925..4a6b6b66a 100644 --- a/content/examples/jbang/pixelblaze_output_expander.md +++ b/content/examples/jbang/pixelblaze_output_expander.md @@ -10,7 +10,7 @@ GITHUB PROJECT: [github.com/Pi4J/pi4j-jbang > PixelblazeOutputExpander.java](htt One of the most "fancy" electronic components is definitely a LED strip. It's really cool to control a long strip of lights with only a few lines of code... But, there is a problem. The timing of the signals is crucial to reliably control these strips. Both Python and Java on a Raspberry Pi can struggle with these timings as they are running on Linux, a non-real-time operating system. So pauses in the garbage collection of the Java virtual machine, or any glitch in the operating system can cause unexpected effects on the LED strips. That's why in most projects, a microcontroller (Arduino, Raspberry Pi Pico, ESP32,...) is used to drive the LED strip. -Full LED strip code walkthrough, and additional info in this live session with Frank and Robert: +Full LED strip code walkthrough, and additional info in this live session with with Robert (aka Eitch) and Frank: {{< youtube eToIXACqSuY >}} diff --git a/content/examples/jbang/pixelblaze_output_expander_image.md b/content/examples/jbang/pixelblaze_output_expander_image.md index 6422184a1..f377a8d13 100644 --- a/content/examples/jbang/pixelblaze_output_expander_image.md +++ b/content/examples/jbang/pixelblaze_output_expander_image.md @@ -10,7 +10,7 @@ GITHUB PROJECT: [github.com/Pi4J/pi4j-jbang > PixelblazeOutputExpanderImageMatri A LED strip doesn't only exist as a single strip, the same system is also used in a LED matrix. In this example, we will control such a [8*32 LED matrix](https://www.amazon.nl/dp/B0B81R484Z). -Full LED strip code walkthrough, and additional info in this live session with Frank and Robert: +Full LED strip code walkthrough, and additional info in this live session with Robert (aka Eitch) and Frank: {{< youtube eToIXACqSuY >}} diff --git a/content/examples/jbang/pixelblaze_output_expander_javafx.md b/content/examples/jbang/pixelblaze_output_expander_javafx.md index d618a4439..0be6ee822 100644 --- a/content/examples/jbang/pixelblaze_output_expander_javafx.md +++ b/content/examples/jbang/pixelblaze_output_expander_javafx.md @@ -15,7 +15,7 @@ We already know how to control a LED strip, so let's add a JavaFX User Interface {{< /gallery >}} {{< load-photoswipe >}} -Full LED strip code walkthrough, and additional info in this live session with Frank and Robert: +Full LED strip code walkthrough, and additional info in this live session with Robert (aka Eitch) and Frank: {{< youtube eToIXACqSuY >}}