Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
solotaker authored and solotaker committed Sep 20, 2019
1 parent 8a035af commit 912eb8b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 113 deletions.
49 changes: 0 additions & 49 deletions InstallGuide/README_English.md

This file was deleted.

4 changes: 2 additions & 2 deletions InstallGuide/debian_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Installation instructions for Debian / Ubuntu OS
wget https://bootstrap.pypa.io/get-pip.py && \
sudo python get-pip.py && \
sudo pip install pyserial && \
mkdir -p ~/Arduino/hardware && \
cd ~/Arduino/hardware && \
mkdir -p ~/Arduino/hardware/CubeCell && \
cd ~/Arduino/hardware/CubeCell && \
git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git && \
cd ASR650x-Arduino && \
git submodule update --init --recursive && \
Expand Down
24 changes: 0 additions & 24 deletions InstallGuide/fedora.md

This file was deleted.

4 changes: 2 additions & 2 deletions InstallGuide/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Installation instructions for Mac OS
- Open Terminal and execute the following command (copy->paste and hit enter one by one):

```bash
mkdir -p ~/Documents/Arduino/hardware
cd ~/Documents/Arduino/hardware
mkdir -p ~/Documents/Arduino/hardware/CubeCell
cd ~/Documents/Arduino/hardware/CubeCell
git clone https://github.com/HelTecAutomation/ASR650x-Arduino.git
cd ASR650x-Arduino
git submodule update --init --recursive
Expand Down
26 changes: 0 additions & 26 deletions InstallGuide/opensuse.md

This file was deleted.

20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ English | [简体中文](#简体中文)

This project was provided by Heltec Automation Technology.

- This project aims to provide Ariduino's convenient development environment and routine library for ASR650x series chips, which is convenient for users to quickly deploy and develop ASR650x series chips.
- This project aims to provide Arduino convenient development environment and routine library for ASR650x series chips, which is convenient for users to quickly deploy and develop ASR650x series chips.

## Instructions

The currently supported ASR650x chip product models are:

| MCU | Relative boards |
| :-----: | :----------------------------------------------------------: |
| ASR6501 | [CubeCell-Board](xxxx), [CubeCell-Module](xxxx), [CubeCell-Cupsule](xxxx) |
| ASR6501 | [CubeCell-Board](https://heltec.org/project/htcc-ab01/), [CubeCell-Module](https://heltec.org/project/htcc-am01/), [CubeCell-Cupsule](xxxx) |

 

## Installation Instructions

First, make sure you have the latest Arduino IDE installed on your computer. If not installed, please refer to this document:
[https://docs.heltec.cn/#/en/user_manual/how_to_install_git_and_arduino](https://docs.heltec.cn/#/en/user_manual/how_to_install_git_and_arduino)
We recommend installing Arduino version 1.8.5. Arduino over 1.8.5 version may cause unknown bugs.
- **Using Arduino IDE Boards Manager (preferred)**

- [Install ASR650x form Boards Manager](https://docs.heltec.cn/#/en/user_manual/how_to_install_ASR650x_Arduino)
Expand All @@ -27,8 +30,7 @@ The currently supported ASR650x chip product models are:
+ [Instructions for Windows](InstallGuide/windows.md)
+ [Instructions for Mac](InstallGuide/mac.md)
+ [Instructions for Debian/Ubuntu Linux](InstallGuide/debian_ubuntu.md)
+ [Instructions for Fedora](InstallGuide/fedora.md)
+ [Instructions for openSUSE](InstallGuide/opensuse.md)



- Read reference install guide document:[Installation Instructions](xxx)
Expand Down Expand Up @@ -58,31 +60,29 @@ Also you can talk in our forum: [http:https://community.heltec.cn/](http:https://community.h

本项目由Heltec Automation 惠利特自动化科技有限公司公司提供。

* 本项目旨在为ASR650x系列芯片提供Ariduino便利的开发环境与例程库,方便用户完成对ASR650x系列芯片的快速部署与开发。
* 本项目旨在为ASR650x系列芯片提供Arduino便利的开发环境与例程库,方便用户完成对ASR650x系列芯片的快速部署与开发。


## 说明
目前所支持的ASR650x芯片产品型号有:

| MCU | Relative boards |
| :-----: | :----------------------------------------------------------: |
| ASR6501 | [CubeCell-Board](xxxx), [CubeCell-Module](xxxx), [CubeCell-Cupsule](xxxx) |
| | |
| ASR6501 | [CubeCell-Board](https://heltec.org/project/htcc-ab01/), [CubeCell-Module](https://heltec.org/project/htcc-am01/), [CubeCell-Cupsule](xxxx) |



## 安装指南

首先,确保你的电脑上已经安装了最新的Arduino IDE。如果没有安装,请参考这篇文档:[https://docs.heltec.cn/#/zh_CN/user_manual/how_to_install_git_and_arduino](https://docs.heltec.cn/#/zh_CN/user_manual/how_to_install_git_and_arduino)

我们建议安装Arduino 1.8.5版本,超过1.8.5版本的Arduino可能会导致未知bug。
- **通过Arduino IDE的库管理器安装**
- [安装基于ASR650x芯片的开发环境](https://docs.heltec.cn/#/en/user_manual/how_to_install_ASR650x_Arduino)
- **通过Git从源码进行安装**
- [Windows操作系统 -- 安装方法](InstallGuide/windows.md)
- [MacOS操作系统 -- 安装方法](InstallGuide/mac.md)
- [Linux操作系统(opensuse) -- 安装方法](InstallGuide/opensuse.md)
- [Linux操作系统(debian,ubuntu) -- 安装方法](InstallGuide/debian_ubuntu.md)
- [Linux操作系统(fedora) -- 安装方法](InstallGuide/fedora.md)


- 更多安装方法,还可以参考这里:[https://heltec.org/zh/asr650x_install/](xxx)

Expand Down

0 comments on commit 912eb8b

Please sign in to comment.