btstack/port/esp32/README.md

28 lines
679 B
Markdown
Raw Normal View History

2017-02-23 15:52:42 +00:00
# BTstack Port for the Espressif ESP32 Platform
2017-03-07 15:21:38 +00:00
Status: Initial port. Only SPP + LE Throughput example provided.
2017-02-23 15:52:42 +00:00
## Setup
- Follow [Espressif IoT Development Framework (IDF) setup](https://github.com/espressif/esp-idf) to install xtensa toolchain.
2017-03-31 14:33:59 +00:00
- Checkout our [esp-idf fork](https://github.com/mringwal/esp-idf) make IDF_PATH point to it.
2017-02-23 15:52:42 +00:00
- In port/esp32, configure serial port for firmware upload as described before
## Usage
2017-03-31 15:38:42 +00:00
In port/esp32/template, run
2017-02-23 15:52:42 +00:00
make
2017-03-31 15:38:42 +00:00
to compile the SPP and LE Streamer example
2017-02-23 15:52:42 +00:00
Run
make flash
to upload it to your device.
2017-03-07 15:22:22 +00:00
### Acknowledgments
2017-02-23 15:52:42 +00:00
2017-02-23 17:07:53 +00:00
First HCI Reset was sent to Bluetooth chipset by [@mattkelly](https://github.com/mattkelly)