forked from HelTecAutomation/HeltecDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8820976
commit 8ef8af7
Showing
8 changed files
with
90 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 0 additions & 112 deletions
112
doc/node/asr650x/source/asr650x_general_docs/quick_start.md
This file was deleted.
Oops, something went wrong.
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
89
doc/node/asr650x/source/asr650x_general_docs/quick_start/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
52
doc/node/asr650x/source/asr650x_general_docs/running_sample.md
This file was deleted.
Oops, something went wrong.