diff --git a/boards/beagleplay/03-quick-start.rst b/boards/beagleplay/03-quick-start.rst index 259d23941868b9437f157989b04c327d1bf3fe97..546ff46f69f2f437d3f2273ccd1942ad5d51b688 100644 --- a/boards/beagleplay/03-quick-start.rst +++ b/boards/beagleplay/03-quick-start.rst @@ -1,4 +1,57 @@ .. _beagleplay-quick-start: Quick Start Guide -#################### \ No newline at end of file +#################### + +.. tip:: + This section provides you with the basic quick start guide for Tutorials & demos + you can checout :ref:`beagleplay-demos-and-tutorials` chapter. + +What's included in the box? +**************************** + +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 + +.. image:: images/45fontall.png + :width: 1400 + :align: center + :alt: BeaglePlay box contents + +Tethering to PC +**************** + +.. tip:: + Checkout :ref:`beagleboard-getting-started` for, + + 1. Updating to latest software. + 2. Power and Boot. + 3. Network connection. + 4. Browsing to your Beagle. + 5. Troubleshooting. + +For tethering to your PC you'll need a USB-C to USB-A data cable. + +.. figure:: images/tethered-connection.jpg + :width: 1400 + :align: center + :alt: Tethering BeaglePlay to PC + + Tethering BeaglePlay to PC + +Access VSCode +**************** + +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 + :width: 1400 + :align: center + :alt: BeaglePlay VSCode IDE (192.168.7.2:3000) + + BeaglePlay VSCode IDE (192.168.7.2:3000) + diff --git a/boards/beagleplay/images/tethered-connection.jpg b/boards/beagleplay/images/tethered-connection.jpg new file mode 100644 index 0000000000000000000000000000000000000000..94824948a703d88823fd188b5b2a702590e2e14e Binary files /dev/null and b/boards/beagleplay/images/tethered-connection.jpg differ diff --git a/boards/beagleplay/images/vscode.png b/boards/beagleplay/images/vscode.png new file mode 100644 index 0000000000000000000000000000000000000000..a4b3109678dcd75f810d9c4d3396bbd680ca58ae Binary files /dev/null and b/boards/beagleplay/images/vscode.png differ