Skip to content

Commit

Permalink
21312
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard3366 committed Sep 18, 2024
1 parent 8820976 commit 8ef8af7
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 165 deletions.
2 changes: 1 addition & 1 deletion doc/node/asr650x/source/asr650x_general_docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HTCC-AB01 (V2) is a Dev-Board. Which is an upgraded version of HTCC-AB01, and ca
.. toctree::
:maxdepth: 2

Quick Start<quick_start>
Quick Start <quick_start/index>
LoRaWAN<lorawan/index>
Solar Panel<solar_panel>
Frequently Asked Questions<frequently_asked_questions>
Expand Down
112 changes: 0 additions & 112 deletions doc/node/asr650x/source/asr650x_general_docs/quick_start.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions doc/node/asr650x/source/asr650x_general_docs/quick_start/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
===========================
CubeCell Series Quick Start
===========================

{ht_translation}`[简体中文]:[English]`

CubeCell is based on ASR650x series, this page shown how to install CubeCell Arduino Framework, and how to uploading and running code (examples).

Preparation
===========

Hardware
--------
- A Cubecell node.
- High quality USB cable.

.. note::
Please ensure that the USB cable can transfer data normally.

Software
--------
- `CP210X serial port driver <https://docs.heltec.org/general/establish_serial_connection.html>`_.
- `Arduino IDE <https://www.arduino.cc/en/Main/Software>`_.
- `Git <https://git-scm.com/download/win>`_ (Only required via Git installation).

Install CubeCell Framework
==========================
**there are three methods to install the CubeCell framework, choose one of them.**

.. toctree::
:maxdepth: 1

Use Arduino board manager <cubecell-use-arduino-board-manager>
Via Git <cubecell-via-git>
Via Local File <cubecell-via-local-file>

Programming
===========

New a sketch
------------
1. In Arduino IDE, click **File** --> **New**

.. image:: ./img/01.png
:align: center

2. Open the tools menu, select your board and the corresponding port.

.. image:: ./img/02.png
:align: center

3. Click Upload.

.. image:: ./img/03.png
:align: center

Run Example
-----------
The CubeCell framework already contains a lot of basic code examples that you can run directly or modify some of the parameters to get started.

1. Open the tools menu, select your board and the corresponding port.

.. image:: ./img/02.png
:align: center

2. Click File, example, and select the example you want to run.

.. image:: ./img/07.png
:align: center

3. After determining the corresponding parameters, click Upload.

.. image:: ./img/03.png
:align: center

External resources
==================

- **Serial port cannot connected to Linux system?**

In the Linux system, If encounter the serial port cannot be connected. Please refer to this document:

https://playground.arduino.cc/Linux/All/#Permission

Enjoy!




52 changes: 0 additions & 52 deletions doc/node/asr650x/source/asr650x_general_docs/running_sample.md

This file was deleted.

0 comments on commit 8ef8af7

Please sign in to comment.