btstack/port/esp32
2017-05-05 15:20:31 +02:00
..
main esp32: add classic sources 2017-05-05 15:20:31 +02:00
.gitignore
Makefile
README.md esp32: use twitter style account name 2017-05-05 15:20:31 +02:00
sdkconfig esp32: follow update of esp-idf 2017-05-05 15:20:31 +02:00

BTstack Port for the Espressif ESP32 Platform

Status: Experimental/initial port. Only LE Counter example provided. Timers are not supported.

Setup

Usage

In port/esp32, run

make

to compile the LE Counter example

Run

make flash

to upload it to your device.

Acknowledgments

First HCI Reset was sent to Bluetooth chipset by @mattkelly