Tested with Windows 10 64 bit
- Download and install the latest Arduino IDE
Windows Installer
from arduino.cc; - Download and install Git from git-scm.com;
- Execute the command under the \Documents\Arduino\hardware\CubeCell path (Must in this path),
start
Git Bash
and inputgit clone https://github.com/HelTecAutomation/ASR650x-Arduino.git
- Open
/Documents/Arduino/hardware/CubeCell/ASR650x-Arduino/tools
and double-clickget.exe
- When
get.exe
running finished, you will be able to see the following files in the directory;
-
Plug in your CubeCell via a high quality Micro USB cable, if CP2102 UART-USB bridge didn't install automatically, please refer to this document: Establish Serial Connection
-
Start Arduino IDE, select relevant board in
Tools > Board
menu, and correctly config themenu
; -
Compile and upload.
- In the
/Documents/Arduino/hardware/CubeCell/ASR650x-Arduino
path, open a git command shell, inputgit pull
-
Wait for git pull to end;
-
Open
/Documents/Arduino/hardware/CubeCell/tools
and runget.exe
again.