Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iotmember committed Aug 9, 2017
1 parent 533e35f commit 9a01db6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,14 @@ Phiên bản: v1.0.4 (Bổ sung gói cài đặt online cho MacOSX). Trước kh
* Giải nén và chạy file cài đặt
* Windows: Setup_VBLUno_Windows.exe
* Linux:
`cd Setup_Offline_VBLUno_Linux_xxx`
`chmod 777 Setup_VBLUno_Linux`
`sudo ./Setup_VBLUno_Linux` . Chú ý phải sử dụng lệnh sudo
* Bạn chờ đến khi chương trình thông báo “The installation was successful” là quá trình cài đặt đã hoàn thành.

`cd Setup_Offline_VBLUno_Linux_xxx`

`sudo chmod 777 Setup_VBLUno_Linux`

`sudo ./Setup_VBLUno_Linux` . Chú ý phải sử dụng lệnh sudo

* Bạn chờ đến khi chương trình thông báo “The installation was successful” là quá trình cài đặt đã hoàn thành.

* Chú ý: Từ bây giờ, tại Preferences->Additional Boards Manager URLs luôn phải có nội dung sau (các packages khác nhau được phân tách bởi dấy phẩy):
`https://raw.githubusercontent.com/VNGIoTLab/Arduino_VBLUno_nRF51822/master/package_vngiotlab_vbluno_index.json`
Expand Down Expand Up @@ -257,10 +261,14 @@ You can install by one of two methods following
* Extract and run setup file
* Windows: Setup_VBLUno_Windows.exe
* Linux:
`cd Setup_Offline_VBLUno_Linux_xxx`
`chmod 777 Setup_VBLUno_Linux`
`sudo ./Setup_VBLUno_Linux`
* You have to wait until the program announce “The installation was successful”

`cd Setup_Offline_VBLUno_Linux_xxx`

`sudo chmod 777 Setup_VBLUno_Linux`

`sudo ./Setup_VBLUno_Linux`

* You have to wait until the program announce “The installation was successful”

* Note: Preferences->Additional Boards Manager URLs always has this content (You can add multiple URLs, separating them with commas):
`https://raw.githubusercontent.com/VNGIoTLab/Arduino_VBLUno_nRF51822/master/package_vngiotlab_vbluno_index.json`
Expand Down Expand Up @@ -304,7 +312,7 @@ You can install by one of two methods following

**5. BLE Examples**
* Beside Arduino basic examples, VBLUno packages support some examples use Bluetooth Low Energy (BLE) interface.
* You can try by select Menu > File > BLE_Examples
* You can try by select Menu > File > Examples > BLE_Examples

*BLE HRM*: This is an Heart Rate Monitor demo, it simulates Heart Rate detection. You can use Nordic nRFToolBox App to play.

Expand Down
6 changes: 5 additions & 1 deletion Setup_Offline/Linux/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

* *Hỗ trợ mạch VBLUno51, nạp tự động qua DAPLink cho Arduino IDE*

* Tải file "`Setup_Offline_VBLUno_Linux_201.zip"` tại [LINK201](http://www.mediafire.com/file/rvbgfxr73kbqa3q/Setup_Offline_VBLUno_Linux_201.zip) ,
* Tải file "`Setup_Offline_VBLUno_Linux_201.zip"` tại [LINK201](http://www.mediafire.com/file/rvbgfxr73kbqa3q/Setup_Offline_VBLUno_Linux_201.zip)

### v1.0.4

Expand All @@ -21,7 +21,9 @@
- Trong quá trình cài đặt cần chắc chắn phần mềm Arduino IDE không được thực thi.

`cd Setup_Offline_VBLUno_Linux_xxx`

`sudo chmod 777 Setup_VBLUno_Linux`

`sudo ./Setup_VBLUno_Linux`

* Chi tiết xem tại: https://github.com/VNGIoTLab/Arduino_VBLUno_nRF51822#cài-đặt-các-thành-phần-cần-thiết
Expand All @@ -43,7 +45,9 @@
- During installation make sure Arduino IDE software is not executed.

`cd Setup_Offline_VBLUno_Linux_xxx`

`sudo chmod 777 Setup_VBLUno_Linux`

`sudo ./Setup_VBLUno_Linux`

* Details: https://github.com/VNGIoTLab/Arduino_VBLUno_nRF51822/#3-install-packages-of-vbluno-board-for-arduino-ide

0 comments on commit 9a01db6

Please sign in to comment.