mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-28 01:01:34 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
53
Living_SDK/example/bluetooth/breezeapp/README.md
Normal file
53
Living_SDK/example/bluetooth/breezeapp/README.md
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
## Contents
|
||||
|
||||
```
|
||||
breezeapp
|
||||
.
|
||||
├── breezeapp.c
|
||||
└── breezeapp.mk
|
||||
```
|
||||
|
||||
## Introduction
|
||||
|
||||
### Requirements
|
||||
|
||||
* Platform: Nordic's nRF52840/nRF52832 BLE SOCs or other BLE hardware already support AliOS things Breeze SDK.
|
||||
|
||||
* Quintuple: device info to access to Alibaba IoT cloud.
|
||||
|
||||
### Features
|
||||
|
||||
- Breeze transport : provide data transport over BLE link.
|
||||
- Breeze authentication : provice secure access to Alibaba IoT cloud.
|
||||
- Breeze auxiliary provision : provide provision ability(obtation SSID and password, etc) over BLE link.
|
||||
- Breeze OTA : provide unified OTA framework over BLE link.
|
||||
|
||||
### Dependencies
|
||||
|
||||
- yloop
|
||||
- breeze
|
||||
- CLI
|
||||
|
||||
## Usage
|
||||
|
||||
Breezeapp demonstrate usage of breeze SDK functionalities.
|
||||
|
||||
### Build
|
||||
|
||||
aos make bluetooth.breezeapp@pca10056
|
||||
|
||||
### Install
|
||||
|
||||
On ble device, take pca10056 for example, use J-flash or other tools download the compilied binary, on mobile, use Xlinkdemo APPs provided by Alibaba.
|
||||
|
||||
### Run
|
||||
|
||||
Use APP to connect and auth BLE device, APPs offers date exchange, OTA functation, etc.
|
||||
|
||||
### Result
|
||||
|
||||
Chech the hint and result on APP.
|
||||
|
||||
## Reference
|
||||
|
||||
[蓝牙辅助WiFi配网开发说明](https://github.com/alibaba/AliOS-Things/wiki/%E8%93%9D%E7%89%99%E8%BE%85%E5%8A%A9WiFi%E9%85%8D%E7%BD%91%E5%BC%80%E5%8F%91%E8%AF%B4%E6%98%8E)
|
||||
Loading…
Add table
Add a link
Reference in a new issue