Skip to content

Commit d904081

Browse files
Add ASR6601 series support
1 parent a9c9bb4 commit d904081

File tree

644 files changed

+219480
-185293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

644 files changed

+219480
-185293
lines changed

InstallGuide/debian_ubuntu.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
Installation instructions for Debian / Ubuntu OS
2-
=================================================
3-
4-
- Install latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software)
5-
6-
- Open Terminal and execute the following command (copy->paste and hit enter):
7-
8-
```bash
9-
sudo usermod -a -G dialout $USER && \
10-
sudo apt-get install git && \
11-
mkdir -p ~/Arduino/hardware/CubeCell && \
12-
cd ~/Arduino/hardware/CubeCell && \
13-
git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git CubeCell && \
14-
cd CubeCell/tools && \
15-
python get.py
16-
```
17-
18-
- Restart Arduino IDE
19-
20-
- If program can't be upload, and show message:
21-
22-
23-
```bash
24-
PermissionError: [Errno 13] Permission denied: '/dev/ttyUSB0'
25-
```
26-
27-
- the page http://playground.arduino.cc/Linux/All#Permission may be helpful.
28-
1+
Installation instructions for Debian / Ubuntu OS
2+
=================================================
3+
4+
- Install latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software)
5+
6+
- Open Terminal and execute the following command (copy->paste and hit enter):
7+
8+
```bash
9+
sudo usermod -a -G dialout $USER && \
10+
sudo apt-get install git && \
11+
mkdir -p ~/Arduino/hardware/CubeCell && \
12+
cd ~/Arduino/hardware/CubeCell && \
13+
git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git CubeCell && \
14+
cd CubeCell/tools && \
15+
python get.py
16+
```
17+
18+
- Restart Arduino IDE
19+
20+
- If program can't be upload, and show message:
21+
22+
23+
```bash
24+
PermissionError: [Errno 13] Permission denied: '/dev/ttyUSB0'
25+
```
26+
27+
- the page http://playground.arduino.cc/Linux/All#Permission may be helpful.
28+

InstallGuide/mac.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Installation instructions for Mac OS
2-
=====================================
3-
4-
- Install latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software)
5-
- Open Terminal and execute the following command (copy->paste and hit enter one by one):
6-
7-
```bash
8-
mkdir -p ~/Documents/Arduino/hardware/CubeCell
9-
cd ~/Documents/Arduino/hardware/CubeCell
10-
git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git CubeCell
11-
cd CubeCell/tools
12-
python get.py
13-
```
14-
15-
- Restart Arduino IDE
16-
1+
Installation instructions for Mac OS
2+
=====================================
3+
4+
- Install latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software)
5+
- Open Terminal and execute the following command (copy->paste and hit enter one by one):
6+
7+
```bash
8+
mkdir -p ~/Documents/Arduino/hardware/CubeCell
9+
cd ~/Documents/Arduino/hardware/CubeCell
10+
git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git CubeCell
11+
cd CubeCell/tools
12+
python get.py
13+
```
14+
15+
- Restart Arduino IDE
16+

InstallGuide/windows.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,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-
![](win-screenshots/location.png)
12-
13-
4. Open ```/Documents/Arduino/hardware/CubeCell/ASR650x-Arduino/tools``` and double-click ```get.exe```
14-
15-
![](win-screenshots/get.png)
16-
17-
5. When ```get.exe``` running finished, you will be able to see the following files in the directory;
18-
19-
![](win-screenshots/ASR-board.png)
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-
![](win-screenshots/compile.png)
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-
![](win-screenshots/gitpull.png)
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+
![](win-screenshots/location.png)
12+
13+
4. Open ```/Documents/Arduino/hardware/CubeCell/ASR650x-Arduino/tools``` and double-click ```get.exe```
14+
15+
![](win-screenshots/get.png)
16+
17+
5. When ```get.exe``` running finished, you will be able to see the following files in the directory;
18+
19+
![](win-screenshots/ASR-board.png)
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+
![](win-screenshots/compile.png)
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+
![](win-screenshots/gitpull.png)
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

Comments
 (0)