mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
.. | ||
template | ||
.gitignore | ||
create_examples.py | ||
delete_examples.py | ||
Makefile | ||
README.md |
BTstack Port for the Espressif ESP32 Platform
Status: Initial port. Only SPP + LE Throughput example provided.
Setup
- Follow Espressif IoT Development Framework (IDF) setup to install xtensa toolchain.
- Checkout our esp-idf fork make IDF_PATH point to it.
- In port/esp32, configure serial port for firmware upload as described before
Usage
In port/esp32, run
./creat_examples.py
Now, it creates project folders for all examples. Inside an example, e.g. in port/esp32/le_counter, run
make
to compile the example
Run
make flash
to upload it to your device.
Acknowledgments
First HCI Reset was sent to Bluetooth chipset by @mattkelly