- Description:
- Library for BLE on the ESP32-C3
- Owner:
- Thomas Böhler
- Last Change:
- Clone URL:
ssh://anonymous@got.wtchr.de:61459/ble-esp32c3.git
Commit Briefs
use public-inbox as mailing list (master)
Fine tune connection parameters for max throughput
Implements: https://todo.sr.ht/~witcher/bachelor-thesis/5
Branches
Tree
README.md
# ble-esp32c3 Primitive Rust crate for interfacing with Bluetooth Low Energy on the ESP32-C3. it was developed as part of my [bachelor-thesis](https://sr.ht/~witcher/bachelor-thesis) and doesn't allow a lot of configuration. ## Compiling Install the dependencies: - Rust (nightly, for RISCV on the ESP32-C3) ```sh cargo build ``` ## Resources Send patches and questions to [~witcher/public-inbox@lists.sr.ht](https://lists.sr.ht/~witcher/public-inbox). Instructions for preparing a patch are available at [git-send-email.io](https://git-send-email.io/).
