diff --git a/src/_data/poplink.yml b/src/_data/poplink.yml index eeb14495..b408e38c 100644 --- a/src/_data/poplink.yml +++ b/src/_data/poplink.yml @@ -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/ diff --git a/src/_poplink/color-led-deck-logging.md b/src/_poplink/color-led-deck-logging.md new file mode 100644 index 00000000..fc2140e7 --- /dev/null +++ b/src/_poplink/color-led-deck-logging.md @@ -0,0 +1,3 @@ +[Top version](/documentation/repository/crazyflie-firmware/master/api/logs/#colorledtop) + +[Bottom version](/documentation/repository/crazyflie-firmware/master/api/logs/#colorledbot) \ No newline at end of file diff --git a/src/_poplink/color-led-deck-parameters.md b/src/_poplink/color-led-deck-parameters.md new file mode 100644 index 00000000..92176cd3 --- /dev/null +++ b/src/_poplink/color-led-deck-parameters.md @@ -0,0 +1,3 @@ +[Top version](/documentation/repository/crazyflie-firmware/master/api/params/#colorledtop) + +[Bottom version](/documentation/repository/crazyflie-firmware/master/api/params/#colorledbot) \ No newline at end of file diff --git a/src/documentation/tutorials/getting-started-color-led-deck.md b/src/documentation/tutorials/getting-started-color-led-deck.md index 23b5ec93..ca4998aa 100644 --- a/src/documentation/tutorials/getting-started-color-led-deck.md +++ b/src/documentation/tutorials/getting-started-color-led-deck.md @@ -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 %} @@ -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 %} diff --git a/src/products/color-led-deck.md b/src/products/color-led-deck.md index 38298daa..9b86e652 100644 --- a/src/products/color-led-deck.md +++ b/src/products/color-led-deck.md @@ -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 %} @@ -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! @@ -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 %} @@ -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 %} @@ -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 %}