Skip to content

Commit

Permalink
Added youtube stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Oct 13, 2023
1 parent 3e70691 commit dc48b99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/examples/jbang/pixelblaze_output_expander.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down
2 changes: 1 addition & 1 deletion content/examples/jbang/pixelblaze_output_expander_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down

0 comments on commit dc48b99

Please sign in to comment.