Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4099aef7 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

merge demos & tutorials in chapter2

parent d284cead
Branches
Tags
1 merge request!40Merge BeaglePlay and latest BeagleConnect documentation
......@@ -14,7 +14,7 @@ When you purchase a brand new BeaglePlay, In the box you'll get:
1. BeaglePlay board
2. A sub-GHz antenna
3. 3pcs 2.5GHz antennas
3. 3pcs 2.5GHz/5GHz antennas
.. image:: images/45fontall.png
:width: 1400
......@@ -45,7 +45,7 @@ For tethering to your PC you'll need a USB-C to USB-A data cable.
Access VSCode
****************
Once connected you can browse to 192.168.7.2:3000 to access the VSCode IDE
Once connected you can browse to ``192.168.7.2:3000`` to access the VSCode IDE
to browse documents and start programming your BeaglePlay!
.. figure:: images/vscode.png
......@@ -55,3 +55,110 @@ to browse documents and start programming your BeaglePlay!
BeaglePlay VSCode IDE (192.168.7.2:3000)
.. raw:: latex
\begin{comment}
.. _beagleplay-demos-and-tutorials:
.. dropdown:: **Demos & Tutorials**
:margin: 4 4 2 2
:open:
.. card::
:margin: 4 4 2 2
:link: beagleplay-connect-wifi
:link-type: ref
**01. Connect WiFi**
^^^
Connect to wifi using wpa_gui & wpa_cli tools.
.. card::
:margin: 4 4 2 2
:link: beagleplay-serial-console
:link-type: ref
**02. Using serial console**
^^^
Use USB-UART adaptor to access boot console.
.. card::
:margin: 4 4 2 2
:link: beagleplay-mikrobus
:link-type: ref
**03. Using mikroBUS**
^^^
Use mikroBUS interface for expansion.
.. card::
:margin: 4 4 2 2
:link: beagleplay-qwiic
:link-type: ref
**04. Using qwiic interface**
^^^
Use qwiic I2C interface to connect 1000s of qwiic enabled boards.
.. card::
:margin: 4 4 2 2
:link: beagleplay-grove
:link-type: ref
**05. Using grove modules**
^^^
Learn to use grove modules.
.. card::
:margin: 4 4 2 2
:link: beagleplay-csi
:link-type: ref
**06. Using CSI interface**
^^^
Connect and use cameras via CSI interface.
.. card::
:margin: 4 4 2 2
:link: beagleplay-oldi
:link-type: ref
**07. Using oldi**
^^^
Learn to use oldi display interface.
.. card::
:margin: 4 4 2 2
:link: beagleplay-zephyr-development
:link-type: ref
**08. Zephyr Development**
^^^
Setup zephyr development environment.
.. raw:: latex
\end{comment}
.. toctree::
:maxdepth: 1
:hidden:
demos-and-tutorials/connect-wifi
demos-and-tutorials/using-serial-console
demos-and-tutorials/using-mikrobus
demos-and-tutorials/using-qwiic
demos-and-tutorials/using-grove
demos-and-tutorials/using-csi
demos-and-tutorials/using-oldi
demos-and-tutorials/zephyr-cc1352-development
......@@ -179,7 +179,6 @@ BeaglePlay
:hidden:
01-introduction
02-change-history
02-quick-start
04-detailed-overview
05-high-level-specifications
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment