Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/_data/poplink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ poplinks:
title: Color LED deck schematics
default-link: /products/color-led-deck/
content: color-led-deck-schematics.md
color-led-deck-parameters:
title: Color LED deck parameters
default-link: /products/color-led-deck/
content: color-led-deck-parameters.md
color-led-deck-logging:
title: Color LED deck logging
default-link: /products/color-led-deck/
content: color-led-deck-logging.md
led-ring-deck:
title: LED-ring deck
default-link: /products/led-ring-deck/
Expand Down
3 changes: 3 additions & 0 deletions src/_poplink/color-led-deck-logging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Top version](/documentation/repository/crazyflie-firmware/master/api/logs/#colorledtop)

[Bottom version](/documentation/repository/crazyflie-firmware/master/api/logs/#colorledbot)
3 changes: 3 additions & 0 deletions src/_poplink/color-led-deck-parameters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Top version](/documentation/repository/crazyflie-firmware/master/api/params/#colorledtop)

[Bottom version](/documentation/repository/crazyflie-firmware/master/api/params/#colorledbot)
6 changes: 3 additions & 3 deletions src/documentation/tutorials/getting-started-color-led-deck.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ redirects:
---

{% si_intro The Color LED deck %}
The **Color LED deck** gives the Crazyflie™ 2.x and Crazyflie™ Brushless the ability to light up with custom WRGB (White, Red, Green and Blue) colors, making the Crazyflie able to provide visual feedback in research, be a dazzling addition to a show, and much more. This Getting started guide shows how to get up and running with the Color LED deck in the client.
The {% id_link product-color-led-deck %} gives the Crazyflie™ 2.x and Crazyflie™ Brushless the ability to light up with custom WRGB (White, Red, Green and Blue) colors, making the Crazyflie able to provide visual feedback in research, be a dazzling addition to a show, and much more. This Getting started guide shows how to get up and running with the Color LED deck in the client.

{% endsi_intro %}

Expand Down Expand Up @@ -41,12 +41,12 @@ Attaching the top version:

{% si_step Controlling Colors with the Color LED tab%}

1. After you have attached the Color LED deck in the correct position, connect to your Crazyflie in the client.
1. After you have attached the Color LED deck in the correct position, connect to your Crazyflie in the [client](/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/).
2. In the client, go to **View -> Tabs** and select the **Color LED** tab in the menu.
{% img Add Color LED tab to view; narrow; /images/tutorials/getting_started_with_color_led/color-tab-view.webp %}

3. Open the Color LED tab. The contents will be disabled if the Crazyflie is not yet connected.
4. Test out the colors! You can do this by using the color field, the color buttons or entering a hex code. Learn more details about the Color LED tab in the [client documentation](/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/).
4. Test out the colors! You can do this by using the color field, the color buttons or entering a hex code. Learn more details about the Color LED tab in the [client documentation](/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/colorled_tab).

{% img The Color LED tab; wide; /images/tutorials/getting_started_with_color_led/color-tab-in-use.webp %}

Expand Down
14 changes: 9 additions & 5 deletions src/products/color-led-deck.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Light up your flights with vivid, customizable effects using the Crazyflie Color

Add vibrant illumination and visual feedback to your flights with the Crazyflie Color LED Deck. Equipped with one powerful WRGB LED, it allows you to create bright, full-color lighting effects or status indicators directly from your Crazyflie firmware. Available in top- and bottom-mounted versions, the Color LED Deck is visible from the sides and perfect for experimentation, signaling, or simply lighting up your drone in style.

Follow the {% id_link getting-started-color-led-deck %} user guide to set up and test your Color LED deck.

{% endrow_text %}
{% row_links %}
Expand Down Expand Up @@ -72,7 +73,7 @@ See [the compatibility matrix]({% id_url cf2_expansiondecks %}#compatibility-mat
{% row_icon_text_links Usage; fa-book %}
{% row_text %}

The different LED colors can selected from [CFclient's Color LED tab](/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/flightcontrol_tab/).
The different LED colors can selected from [CFclient's Color LED tab](/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/colorled_tab/).

Once you have selected the right color, go ahead and fly!

Expand All @@ -82,10 +83,12 @@ Once you have selected the right color, go ahead and fly!

{% endrow_text %}
{% row_links %}
- [CFclient's Color LED tab](/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/flightcontrol_tab/).

#### Tutorials:
#### Documentation:
- [CFclient's Color LED tab](/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/colorled_tab/)

#### Tutorials:
* {% id_link getting-started-color-led-deck %}
* {% id_link getting-started-expansion-decks %}


Expand All @@ -104,8 +107,8 @@ All the Color LED deck's effects are implemented in the [color LED deck driver](
{% endrow_text %}
{% row_links %}

* [Logging Variables](/documentation/repository/crazyflie-firmware/master/api/logs/)
* [Parameters](/documentation/repository/crazyflie-firmware/master/api/params/)
* {% poplink color-led-deck-logging; Logging Variables %}
* {% poplink color-led-deck-parameters; Parameters %}

{% endrow_links %}

Expand All @@ -119,6 +122,7 @@ All the Color LED deck's effects are implemented in the [color LED deck driver](

#### Resources

- {% id_link getting-started-color-led-deck %}
- {% id_link getting-started-start %}
- {% id_link development-overview %}
- {% id_link support-frequently-asked-questions %}
Expand Down