diff --git a/accessories/cables.rst b/accessories/cables.rst index e3f35d330e7c887d90d54470c8ceda12fed0cefa..c6f910d6b989b42eb98fe5c585e0a99fff254833 100644 --- a/accessories/cables.rst +++ b/accessories/cables.rst @@ -57,7 +57,7 @@ The default serial port settings for the board are: TagConnect (JTAG) ================== -Boards like :ref:`beagleconnect_freedom_home` and :ref:`beagleplay-home` uses TagConnect +Boards like :ref:`beagleconnect_freedom_home` and :ref:`beagleplay-home` use TagConnect interface which allows you to do firmware update and JTAG hardware debugging. To use the interface, you'll require the parts below from `tag-connect <https://www.tag-connect.com>`_ diff --git a/boards/beagleconnect/freedom/02-quick-start.rst b/boards/beagleconnect/freedom/02-quick-start.rst index 43c247162b5a616f32e29ca62f0ca88705c88a94..11d4d39971e5e1cf022c36ad93e5f408037f58ac 100644 --- a/boards/beagleconnect/freedom/02-quick-start.rst +++ b/boards/beagleconnect/freedom/02-quick-start.rst @@ -4,9 +4,5 @@ Quick Start Guide #################### -.. toctree:: - :maxdepth: 1 - - demos-and-tutorials/using-micropython - demos-and-tutorials/using-zephyr - demos-and-tutorials/using-greybus +.. tip:: + Checkout :ref:`beagleconnect-freedom-demos` for more information. diff --git a/boards/beagleconnect/freedom/05-demos.rst b/boards/beagleconnect/freedom/05-demos.rst new file mode 100644 index 0000000000000000000000000000000000000000..8d48e266d47afa355a16a48915c82e50476b06a9 --- /dev/null +++ b/boards/beagleconnect/freedom/05-demos.rst @@ -0,0 +1,56 @@ +.. _beagleconnect-freedom-demos: + +Demos & tutorials +################# + +.. raw:: latex + + \begin{comment} + +.. card:: + :link: beagleconnect-freedom-using-micropython + :link-type: ref + + **Using MicroPython** + ^^^ + Getting started with micropython on your BeagleConnect board. + +++ + .. admonition:: Complexity level + + beginner + +.. card:: + :link: beagleconnect-freedom-using-zephyr + :link-type: ref + + **Using Zephyr** + ^^^ + Getting started with Zephyr on your BeagleConnect board. + +++ + .. admonition:: Complexity level + + beginner + +.. card:: + :link: beagleconnect-freedom-using-greybus + :link-type: ref + + **Using greybus** + ^^^ + Getting started with greybus on your BeagleConnect board. + +++ + .. admonition:: Complexity level + + beginner + +.. raw:: latex + + \end{comment} + +.. toctree:: + :maxdepth: 1 + :hidden: + + demos-and-tutorials/using-micropython + demos-and-tutorials/using-zephyr + demos-and-tutorials/using-greybus \ No newline at end of file diff --git a/boards/beagleconnect/freedom/05-support.rst b/boards/beagleconnect/freedom/06-support.rst similarity index 100% rename from boards/beagleconnect/freedom/05-support.rst rename to boards/beagleconnect/freedom/06-support.rst diff --git a/boards/beagleconnect/freedom/index.rst b/boards/beagleconnect/freedom/index.rst index 1945a57d2c5da637bc41e0c8208123b821df19c6..88fd6273d6ba33cfff453aefd960995a00e7d4e4 100644 --- a/boards/beagleconnect/freedom/index.rst +++ b/boards/beagleconnect/freedom/index.rst @@ -22,6 +22,10 @@ over-the-air upgrades (OTA) capability. This MCU provides flexible support for m :alt: BeagleConnectâ„¢ Freedom board :scale: 42% +.. raw:: latex + + \begin{comment} + .. grid:: 1 1 2 3 :margin: 4 4 0 0 :gutter: 4 @@ -33,7 +37,7 @@ over-the-air upgrades (OTA) capability. This MCU provides flexible support for m **1. Introduction** ^^^ - .. image:: media/chapter-thumbnails/introduction.jpg + .. image:: media/chapter-thumbnails/01-introduction.webp :align: center :alt: BeagleConnectâ„¢ Freedom Chapter1 thumbnail @@ -49,7 +53,7 @@ over-the-air upgrades (OTA) capability. This MCU provides flexible support for m **2. Quick start** ^^^ - .. image:: media/chapter-thumbnails/quick-start.jpg + .. image:: media/chapter-thumbnails/02-quick-start.webp :align: center :alt: BeagleConnectâ„¢ Freedom Chapter2 thumbnail @@ -64,7 +68,7 @@ over-the-air upgrades (OTA) capability. This MCU provides flexible support for m **3. Design & Specifications** ^^^ - .. image:: media/chapter-thumbnails/detailed-overview.jpg + .. image:: media/chapter-thumbnails/03-design-and-specifications.webp :align: center :alt: BeagleConnectâ„¢ Freedom Chapter3 thumbnail @@ -80,7 +84,7 @@ over-the-air upgrades (OTA) capability. This MCU provides flexible support for m **4. Expansion** ^^^ - .. image:: media/chapter-thumbnails/connectors.jpg + .. image:: media/chapter-thumbnails/04-connectors-and-pinouts.webp :align: center :alt: BeagleConnectâ„¢ Freedom Chapter4 thumbnail @@ -89,22 +93,41 @@ over-the-air upgrades (OTA) capability. This MCU provides flexible support for m Connector pinout diagrams with expansion details so that you can easily debug your connections and create custom expansion hardware. + .. grid-item-card:: + :link: beagleconnect-freedom-demos + :link-type: ref + + **5. Demos & tutorials** + ^^^ + + .. image:: media/chapter-thumbnails/05-demos-and-tutorials.webp + :align: center + :alt: BeagleConnectâ„¢ Freedom Chapter5 thumbnail + + +++ + + Demos and tutorials to quickly learn about the BeagleConnect capabilities. + .. grid-item-card:: :link: beagleconnect-freedom-support :link-type: ref - **5. Support** + **6. Support** ^^^ - .. image:: media/chapter-thumbnails/support-documents.jpg + .. image:: media/chapter-thumbnails/06-support-documents.webp :align: center - :alt: BeagleConnectâ„¢ Freedom Chapter8 thumbnail + :alt: BeagleConnectâ„¢ Freedom Chapter6 thumbnail +++ Additional supporting information, images, documents, change history and hardware & software repositories including issue trackers. +.. raw:: latex + + \end{comment} + .. toctree:: :maxdepth: 1 :hidden: @@ -113,4 +136,5 @@ over-the-air upgrades (OTA) capability. This MCU provides flexible support for m 02-quick-start 03-design 04-expansion - 05-support + 05-demos + 06-support diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/01-introduction.webp b/boards/beagleconnect/freedom/media/chapter-thumbnails/01-introduction.webp new file mode 100644 index 0000000000000000000000000000000000000000..a755645ca787d08c676933a8ad1b8e7d4fcfcd63 Binary files /dev/null and b/boards/beagleconnect/freedom/media/chapter-thumbnails/01-introduction.webp differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/02-quick-start.webp b/boards/beagleconnect/freedom/media/chapter-thumbnails/02-quick-start.webp new file mode 100644 index 0000000000000000000000000000000000000000..7cdff35a0671e458e0a3824813a7e125308066f5 Binary files /dev/null and b/boards/beagleconnect/freedom/media/chapter-thumbnails/02-quick-start.webp differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/03-design-and-specifications.webp b/boards/beagleconnect/freedom/media/chapter-thumbnails/03-design-and-specifications.webp new file mode 100644 index 0000000000000000000000000000000000000000..9e237b44e1c972c333c045b399cd444900d21bd2 Binary files /dev/null and b/boards/beagleconnect/freedom/media/chapter-thumbnails/03-design-and-specifications.webp differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/04-connectors-and-pinouts.webp b/boards/beagleconnect/freedom/media/chapter-thumbnails/04-connectors-and-pinouts.webp new file mode 100644 index 0000000000000000000000000000000000000000..de1ce0d8327e157fb5d600fb951116afd299e471 Binary files /dev/null and b/boards/beagleconnect/freedom/media/chapter-thumbnails/04-connectors-and-pinouts.webp differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/05-demos-and-tutorials.webp b/boards/beagleconnect/freedom/media/chapter-thumbnails/05-demos-and-tutorials.webp new file mode 100644 index 0000000000000000000000000000000000000000..6ee15548bb9f63c2bb7667de09d2d99db64c509a Binary files /dev/null and b/boards/beagleconnect/freedom/media/chapter-thumbnails/05-demos-and-tutorials.webp differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/06-support-documents.webp b/boards/beagleconnect/freedom/media/chapter-thumbnails/06-support-documents.webp new file mode 100644 index 0000000000000000000000000000000000000000..9ddd408334d7bccb67b293d68e1a4dd4f037ef5e Binary files /dev/null and b/boards/beagleconnect/freedom/media/chapter-thumbnails/06-support-documents.webp differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/change-history.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/change-history.jpg deleted file mode 100644 index a025ed46252433ae25bd1b200c0990537f07f1eb..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/change-history.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/connectors.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/connectors.jpg deleted file mode 100644 index cb252a7e6005187a7aa1615da9c6aab1910c5347..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/connectors.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/detailed-overview.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/detailed-overview.jpg deleted file mode 100644 index b9d77c19c744ab4d450d474f102d2b5614821c63..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/detailed-overview.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/hardware-design.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/hardware-design.jpg deleted file mode 100644 index 2321d32adf8f980b28df581fb79a1094b3ea0d25..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/hardware-design.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/introduction.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/introduction.jpg deleted file mode 100644 index a8a7b22c1e52732522f1500e053a0f0fc4138e8e..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/introduction.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/mechanical-specifications.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/mechanical-specifications.jpg deleted file mode 100644 index 1d28be38bfe6a9290e4b81b002862f717b85b4ef..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/mechanical-specifications.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/pictures.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/pictures.jpg deleted file mode 100644 index dfff2bf2bd1cc59ad218380ed1f46a6380394cb8..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/pictures.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/quick-start.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/quick-start.jpg deleted file mode 100644 index fd675c2d01b05f6c324b0308cc63559f478952b8..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/quick-start.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/specifications.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/specifications.jpg deleted file mode 100644 index f02de8aa2560e3879f08f67237f96e5cf8092ecf..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/specifications.jpg and /dev/null differ diff --git a/boards/beagleconnect/freedom/media/chapter-thumbnails/support-documents.jpg b/boards/beagleconnect/freedom/media/chapter-thumbnails/support-documents.jpg deleted file mode 100644 index 67a6d4e72e3e6c431292a90efd50f5d65d54f2cc..0000000000000000000000000000000000000000 Binary files a/boards/beagleconnect/freedom/media/chapter-thumbnails/support-documents.jpg and /dev/null differ diff --git a/boards/beagleplay/02-quick-start.rst b/boards/beagleplay/02-quick-start.rst index 16f775911d9d789010aaf7d3f2dc508d0fbc1e2f..f5020a33d82c39932883a240175e5501dfc1b024 100644 --- a/boards/beagleplay/02-quick-start.rst +++ b/boards/beagleplay/02-quick-start.rst @@ -71,17 +71,5 @@ to browse documents and start programming your BeaglePlay! BeaglePlay VSCode IDE (192.168.7.2:3000) -Demos and Tutorials -******************* - -.. toctree:: - :maxdepth: 1 - - demos-and-tutorials/using-serial-console - demos-and-tutorials/connect-wifi - demos-and-tutorials/using-grove - demos-and-tutorials/using-mikrobus - demos-and-tutorials/using-qwiic - demos-and-tutorials/using-oldi - demos-and-tutorials/using-csi - demos-and-tutorials/zephyr-cc1352-development +.. tip:: + Checkout :ref:`beagleplay-demos` for more information. \ No newline at end of file diff --git a/boards/beagleplay/05-demos.rst b/boards/beagleplay/05-demos.rst new file mode 100644 index 0000000000000000000000000000000000000000..c42e0f9d9c07c784221c7b700b903c5457325c23 --- /dev/null +++ b/boards/beagleplay/05-demos.rst @@ -0,0 +1,121 @@ +.. _beagleplay-demos: + +Demos and tutorials +#################### + +.. raw:: latex + + \begin{comment} + +.. card:: + :link: beagleplay-serial-console + :link-type: ref + + **Using serial console** + ^^^ + Learn ho to use any USB-UART converter to get access to BeaglePlay via serial console . + +++ + .. admonition:: Complexity level + + beginner + +.. card:: + :link: beagleplay-connect-wifi + :link-type: ref + + **Connecting WiFi** + ^^^ + Learn different ways to connect your BeaglePlay to a WiFi access point. + +++ + .. admonition:: Complexity level + + beginner + +.. card:: + :link: beagleplay-grove + :link-type: ref + + **Using grove** + ^^^ + Learn to expand your BeaglePlay capabilities with grove modules. + +++ + .. admonition:: Complexity level + + beginner + +.. card:: + :link: beagleplay-mikrobus + :link-type: ref + + **Using mikroBUS** + ^^^ + Learn to expand your BeaglePlay capabilities via 1000s of mikroBUS click board support. + +++ + .. admonition:: Complexity level + + beginner + +.. card:: + :link: beagleplay-quiic + :link-type: ref + + **Using quiic** + ^^^ + Learn to expand your BeaglePlay capabilities via quiic I2C boards. + +++ + .. admonition:: Complexity level + + beginner + +.. card:: + :link: beagleplay-oldi + :link-type: ref + + **Using oldi** + ^^^ + Learn how to connect and run oldi displays with BeaglePlay. + +++ + .. admonition:: Complexity level + + intermediate + +.. card:: + :link: beagleplay-csi + :link-type: ref + + **Using CSI** + ^^^ + Learn how to connect and run CSI cameras with BeaglePlay. + +++ + .. admonition:: Complexity level + + intermediate + +.. card:: + :link: zephyr-development + :link-type: ref + + **Zephyr development** + ^^^ + Compile and flash zephyr to your beagleplay's CC1352P7. + +++ + .. admonition:: Complexity level + + intermediate + +.. raw:: latex + + \end{comment} + +.. toctree:: + :maxdepth: 1 + :hidden: + + demos-and-tutorials/using-serial-console + demos-and-tutorials/connect-wifi + demos-and-tutorials/using-grove + demos-and-tutorials/using-mikrobus + demos-and-tutorials/using-qwiic + demos-and-tutorials/using-oldi + demos-and-tutorials/using-csi + demos-and-tutorials/zephyr-cc1352-development \ No newline at end of file diff --git a/boards/beagleplay/05-support.rst b/boards/beagleplay/06-support.rst similarity index 100% rename from boards/beagleplay/05-support.rst rename to boards/beagleplay/06-support.rst diff --git a/boards/beagleplay/images/chapter-thumbnails/01-introduction.jpg b/boards/beagleplay/images/chapter-thumbnails/01-introduction.jpg deleted file mode 100644 index 79ff915bc87e8e048e26c37ba9325c583671d7c9..0000000000000000000000000000000000000000 Binary files a/boards/beagleplay/images/chapter-thumbnails/01-introduction.jpg and /dev/null differ diff --git a/boards/beagleplay/images/chapter-thumbnails/01-introduction.webp b/boards/beagleplay/images/chapter-thumbnails/01-introduction.webp new file mode 100644 index 0000000000000000000000000000000000000000..0603d3b302bf54c046814fd120355a29e762f046 Binary files /dev/null and b/boards/beagleplay/images/chapter-thumbnails/01-introduction.webp differ diff --git a/boards/beagleplay/images/chapter-thumbnails/02-quick-start.jpg b/boards/beagleplay/images/chapter-thumbnails/02-quick-start.jpg deleted file mode 100644 index f80cd39856e3b2fb3e6871b1396e322925a82989..0000000000000000000000000000000000000000 Binary files a/boards/beagleplay/images/chapter-thumbnails/02-quick-start.jpg and /dev/null differ diff --git a/boards/beagleplay/images/chapter-thumbnails/02-quick-start.webp b/boards/beagleplay/images/chapter-thumbnails/02-quick-start.webp new file mode 100644 index 0000000000000000000000000000000000000000..624c1fd20aa81f6d0a3ec055574d4f931908ef24 Binary files /dev/null and b/boards/beagleplay/images/chapter-thumbnails/02-quick-start.webp differ diff --git a/boards/beagleplay/images/chapter-thumbnails/03-design-and-specifications.jpg b/boards/beagleplay/images/chapter-thumbnails/03-design-and-specifications.jpg deleted file mode 100644 index 9add98c4a2435ca05129c97c512b8f0748b40e9c..0000000000000000000000000000000000000000 Binary files a/boards/beagleplay/images/chapter-thumbnails/03-design-and-specifications.jpg and /dev/null differ diff --git a/boards/beagleplay/images/chapter-thumbnails/03-design-and-specifications.webp b/boards/beagleplay/images/chapter-thumbnails/03-design-and-specifications.webp new file mode 100644 index 0000000000000000000000000000000000000000..6e1b290fa2fdf7f22504ef66982672e80abc7fe9 Binary files /dev/null and b/boards/beagleplay/images/chapter-thumbnails/03-design-and-specifications.webp differ diff --git a/boards/beagleplay/images/chapter-thumbnails/04-connectors-and-pinouts.jpg b/boards/beagleplay/images/chapter-thumbnails/04-connectors-and-pinouts.jpg deleted file mode 100644 index 955b25e49dc7e401925b0bc72278dcfffe7660b4..0000000000000000000000000000000000000000 Binary files a/boards/beagleplay/images/chapter-thumbnails/04-connectors-and-pinouts.jpg and /dev/null differ diff --git a/boards/beagleplay/images/chapter-thumbnails/04-connectors-and-pinouts.webp b/boards/beagleplay/images/chapter-thumbnails/04-connectors-and-pinouts.webp new file mode 100644 index 0000000000000000000000000000000000000000..077e795f49b9ac6465819981edbadce308e0d982 Binary files /dev/null and b/boards/beagleplay/images/chapter-thumbnails/04-connectors-and-pinouts.webp differ diff --git a/boards/beagleplay/images/chapter-thumbnails/05-demos-and-tutorials.jpg b/boards/beagleplay/images/chapter-thumbnails/05-demos-and-tutorials.jpg deleted file mode 100644 index 5e52884e6a27afaf2b0480d5d640a16323214f66..0000000000000000000000000000000000000000 Binary files a/boards/beagleplay/images/chapter-thumbnails/05-demos-and-tutorials.jpg and /dev/null differ diff --git a/boards/beagleplay/images/chapter-thumbnails/05-demos-and-tutorials.webp b/boards/beagleplay/images/chapter-thumbnails/05-demos-and-tutorials.webp new file mode 100644 index 0000000000000000000000000000000000000000..6310b733493011ed5498e3c68506ead8db348e69 Binary files /dev/null and b/boards/beagleplay/images/chapter-thumbnails/05-demos-and-tutorials.webp differ diff --git a/boards/beagleplay/images/chapter-thumbnails/06-support-documents.jpg b/boards/beagleplay/images/chapter-thumbnails/06-support-documents.jpg deleted file mode 100644 index 29c1945507331a871903f40dbc21cd07fb6d3656..0000000000000000000000000000000000000000 Binary files a/boards/beagleplay/images/chapter-thumbnails/06-support-documents.jpg and /dev/null differ diff --git a/boards/beagleplay/images/chapter-thumbnails/06-support-documents.webp b/boards/beagleplay/images/chapter-thumbnails/06-support-documents.webp new file mode 100644 index 0000000000000000000000000000000000000000..2013c578a6ecc98b84b363d5f2fc21a762862b5f Binary files /dev/null and b/boards/beagleplay/images/chapter-thumbnails/06-support-documents.webp differ diff --git a/boards/beagleplay/index.rst b/boards/beagleplay/index.rst index f064302ed29711c2c5c6008a7342da88fb940c20..1a7d1cc344583ceb6e271737b32df15ee409f0e5 100644 --- a/boards/beagleplay/index.rst +++ b/boards/beagleplay/index.rst @@ -34,7 +34,7 @@ BeaglePlay **1. Introduction** ^^^ - .. image:: images/chapter-thumbnails/01-introduction.jpg + .. image:: images/chapter-thumbnails/01-introduction.webp :align: center :alt: BeaglePlay Chapter01 thumbnail @@ -50,7 +50,7 @@ BeaglePlay **2. Quick start** ^^^ - .. image:: images/chapter-thumbnails/02-quick-start.jpg + .. image:: images/chapter-thumbnails/02-quick-start.webp :align: center :alt: BeaglePlay Chapter02 thumbnail @@ -66,7 +66,7 @@ BeaglePlay **3. Design & Specifications** ^^^ - .. image:: images/chapter-thumbnails/03-design-and-specifications.jpg + .. image:: images/chapter-thumbnails/03-design-and-specifications.webp :align: center :alt: BeaglePlay Chapter03 thumbnail @@ -82,7 +82,7 @@ BeaglePlay **4. Expansion** ^^^ - .. image:: images/chapter-thumbnails/04-connectors-and-pinouts.jpg + .. image:: images/chapter-thumbnails/04-connectors-and-pinouts.webp :align: center :alt: BeaglePlay Chapter04 thumbnail @@ -90,17 +90,32 @@ BeaglePlay Connector pinout diagrams with expansion details so that you can easily debug your connections and create custom expansion hardware. + + .. grid-item-card:: + :link: beagleplay-demos + :link-type: ref + + **5. Demos** + ^^^ + + .. image:: images/chapter-thumbnails/05-demos-and-tutorials.webp + :align: center + :alt: BeaglePlay Chapter5 thumbnail + + +++ + + Demos and tutorials to quickly learn about the BeaglePlay capabilities. .. grid-item-card:: :link: beagleplay-support :link-type: ref - **5. Support** + **6. Support** ^^^ - .. image:: images/chapter-thumbnails/06-support-documents.jpg + .. image:: images/chapter-thumbnails/06-support-documents.webp :align: center - :alt: BeaglePlay Chapter10 thumbnail + :alt: BeaglePlay Chapter6 thumbnail +++ @@ -119,4 +134,5 @@ BeaglePlay 02-quick-start 03-design 04-expansion - 05-support + 05-demos + 06-support