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
Git (Only required via Git installation).
Install CubeCell Framework
there are three methods to install the CubeCell framework, choose one of them.
Programming
New a sketch
In Arduino IDE, click File –> New

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

Click Upload.

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.
Open the tools menu, select your board and the corresponding port.

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

After determining the corresponding parameters, click Upload.

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!