btstack/port/esp32
2017-05-05 15:20:31 +02:00
..
template esp32: prepare example template 2017-05-05 15:20:31 +02:00
.gitignore esp32: Add necessary libs, override gitignore .a rule 2017-05-05 15:20:30 +02:00
README.md esp32: update readme 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/template, run

make

to compile the SPP and LE Streamer example

Run

make flash

to upload it to your device.

Acknowledgments

First HCI Reset was sent to Bluetooth chipset by @mattkelly