|
1 |
| -# Steps to install Arduino ASR650x support on Windows |
2 |
| -### Install the development framework |
3 |
| - |
4 |
| -**Tested with Windows 10 64 bit** |
5 |
| - |
6 |
| -1. Download and install the latest Arduino IDE ```Windows Installer``` from [arduino.cc](https://www.arduino.cc/en/Main/Software); |
7 |
| -2. Download and install Git from [git-scm.com](https://git-scm.com/download/win); |
8 |
| -3. Execute the command under the **\Documents\Arduino\hardware\CubeCell** path (Must in this path), |
9 |
| - start ```Git Bash``` and input `git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git` |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| -4. Open ```/Documents/Arduino/hardware/CubeCell/ASR650x-Arduino/tools``` and double-click ```get.exe``` |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| -5. When ```get.exe``` running finished, you will be able to see the following files in the directory; |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| -6. 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](https://docs.heltec.cn/#/en/user_manual/establish_serial_connection) |
22 |
| - |
23 |
| -7. Start Arduino IDE, select relevant board in ```Tools > Board``` menu, and correctly config the `menu`; |
24 |
| - |
25 |
| -8. Compile and upload. |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| -### Update to the latest code |
30 |
| - |
31 |
| -1. In the ```/Documents/Arduino/hardware/CubeCell/ASR650x-Arduino``` path, open a git command shell, input ```git pull``` |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| -2. Wait for git pull to end; |
36 |
| - |
37 |
| -3. Open ```/Documents/Arduino/hardware/CubeCell/tools``` and run ```get.exe``` again. |
38 |
| - |
| 1 | +# Steps to install Arduino ASR650x support on Windows |
| 2 | +### Install the development framework |
| 3 | + |
| 4 | +**Tested with Windows 10 64 bit** |
| 5 | + |
| 6 | +1. Download and install the latest Arduino IDE ```Windows Installer``` from [arduino.cc](https://www.arduino.cc/en/Main/Software); |
| 7 | +2. Download and install Git from [git-scm.com](https://git-scm.com/download/win); |
| 8 | +3. Execute the command under the **\Documents\Arduino\hardware\CubeCell** path (Must in this path), |
| 9 | + start ```Git Bash``` and input `git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git` |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +4. Open ```/Documents/Arduino/hardware/CubeCell/ASR650x-Arduino/tools``` and double-click ```get.exe``` |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +5. When ```get.exe``` running finished, you will be able to see the following files in the directory; |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +6. 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](https://docs.heltec.cn/#/en/user_manual/establish_serial_connection) |
| 22 | + |
| 23 | +7. Start Arduino IDE, select relevant board in ```Tools > Board``` menu, and correctly config the `menu`; |
| 24 | + |
| 25 | +8. Compile and upload. |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +### Update to the latest code |
| 30 | + |
| 31 | +1. In the ```/Documents/Arduino/hardware/CubeCell/ASR650x-Arduino``` path, open a git command shell, input ```git pull``` |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | +2. Wait for git pull to end; |
| 36 | + |
| 37 | +3. Open ```/Documents/Arduino/hardware/CubeCell/tools``` and run ```get.exe``` again. |
| 38 | + |
0 commit comments