2016-05-02 15:26:08 +00:00
|
|
|
# BTstack Port for the Microchip PIC32 Harmony Platform
|
|
|
|
|
|
|
|
Status: All examples working, polling UART driver. Tested on Bluetooth Audio Development Kit only.
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
- Place BTstack tree into harmony/framework folder.
|
2017-04-13 15:04:53 +00:00
|
|
|
- Run port/pic32-harmony/create_examples.py to create examples in harmony/apps/btstack folder.
|
2016-05-02 15:26:08 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
The examples can be opened and compiled in Microchip MPLABX.
|
|
|
|
|
|
|
|
### Modifications to the GATT Database
|
|
|
|
|
|
|
|
After changing the GATT definition in $example.gatt, please run ./update_gatt_db.h to regenerate $example.h in the $example folder.
|