btstack/port/esp32
2017-05-05 15:20:31 +02:00
..
template esp32: disable packet log, disable host controller to host flow control until fixed in host controller implementation 2017-05-05 15:20:31 +02:00
.gitignore esp32: add make examples, make clean to create/delete example projects 2017-05-05 15:20:31 +02:00
create_examples.py esp32: create projects for all BTstack examples 2017-05-05 15:20:31 +02:00
delete_examples.py esp32: add make examples, make clean to create/delete example projects 2017-05-05 15:20:31 +02:00
Makefile esp32: add make examples, make clean to create/delete example projects 2017-05-05 15:20:31 +02:00
README.md esp32: create projects for all BTstack examples 2017-05-05 15:20:31 +02:00

BTstack Port for the Espressif ESP32 Platform

Status: Initial port. Only SPP + LE Throughput example provided.

Setup

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