... | @@ -2,8 +2,8 @@ |
... | @@ -2,8 +2,8 @@ |
|
|
|
|
|
AnW Bluetooth Service API, offered two sorts of releases
|
|
AnW Bluetooth Service API, offered two sorts of releases
|
|
|
|
|
|
1. [APP Release (*_btsrv_app)](#AppRelease): executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**)
|
|
1. [APP Release (tamul_btsrv_app)](#AppRelease): executable **BTDemo**, launcher **btsrv_client.sh**, essentails libraries (**.so**), and App configures (**.xml**)
|
|
2. [SDK Release (*_btsrv_sdk)](#SDKRelease): open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**)
|
|
2. [SDK Release (tamul_btsrv_sdk)](#SDKRelease): open source with **AnWBTServiceDemo.cpp**, imported essentials libraries (**.so**), header (**anwbtservice.h**), and App configures (**.xml**)
|
|
|
|
|
|
# RELEASE NOTE
|
|
# RELEASE NOTE
|
|
|
|
|
... | @@ -46,7 +46,7 @@ wpa_supplicant -B -D nl80211 -i mlan0 -c /etc/ublox/wpa_supplicant.conf |
... | @@ -46,7 +46,7 @@ wpa_supplicant -B -D nl80211 -i mlan0 -c /etc/ublox/wpa_supplicant.conf |
|
udhcpc -i mlan0
|
|
udhcpc -i mlan0
|
|
```
|
|
```
|
|
|
|
|
|
## Run App on targets (tamul_btsrv_app-.zip)
|
|
## Run App on targets (tamul_btsrv_app.zip)
|
|
1. unzip
|
|
1. unzip
|
|
2. Copy results folder /build/btsrv to target /home/btsrv
|
|
2. Copy results folder /build/btsrv to target /home/btsrv
|
|
3. go to target, in terminal entering /btsrv folder
|
|
3. go to target, in terminal entering /btsrv folder
|
... | @@ -55,7 +55,7 @@ udhcpc -i mlan0 |
... | @@ -55,7 +55,7 @@ udhcpc -i mlan0 |
|
> export LD_LIBRARY_PATH="/home/btsrv/etc/anwbtservice/lib"
|
|
> export LD_LIBRARY_PATH="/home/btsrv/etc/anwbtservice/lib"
|
|
>./BTDemo
|
|
>./BTDemo
|
|
```
|
|
```
|
|
## Customize on SDK (tamul_btsrv_sdk-.zip)
|
|
## Customize on SDK (tamul_btsrv_sdk.zip)
|
|
1. unzip
|
|
1. unzip
|
|
2. in terminal entering ./anwbtsrv_sdk/Demo folder
|
|
2. in terminal entering ./anwbtsrv_sdk/Demo folder
|
|
3. setup tool-chain by command line (source ...) or edit in ./anwbtsrv_sdk/Demo/build_demo.sh
|
|
3. setup tool-chain by command line (source ...) or edit in ./anwbtsrv_sdk/Demo/build_demo.sh
|
... | | ... | |