mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2024-12-04 19:40:27 +00:00
.. | ||
breezeapp.c | ||
breezeapp.mk | ||
Config.in | ||
README.md |
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.