btstack/port/esp32/README.md

27 lines
608 B
Markdown
Raw Normal View History

2017-02-23 15:52:42 +00:00
# BTstack Port for the Espressif ESP32 Platform
Status: Experimental/initial port. Only LE Counter example provided. Timers are not supported.
## Setup
- Follow [Espressif IoT Development Framework (IDF) setup](https://github.com/espressif/esp-idf) to install xtensa toolchain and esp-idf.
- In port/esp32, configure serial port for firmware upload as described before
## Usage
In port/esp32, run
make
to compile the LE Counter example
Run
make flash
to upload it to your device.
# Acknowledgments
2017-02-23 17:07:53 +00:00
First HCI Reset was sent to Bluetooth chipset by [@mattkelly](https://github.com/mattkelly)