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

Install CubeCell Framework

there are three methods to install the CubeCell framework, choose one of them.

Programming

New a sketch

  1. In Arduino IDE, click File –> New

../../_images/013.png
  1. Open the tools menu, select your board and the corresponding port.

../../_images/022.png
  1. Click Upload.

../../_images/033.png

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.

../../_images/022.png
  1. Click File, example, and select the example you want to run.

../../_images/07.png
  1. After determining the corresponding parameters, click Upload.

../../_images/033.png

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!