https://github.com/bjoernq/bleps-esp32-rust-std
Using bleps BLE stack on ESP32 in Rust STD
https://github.com/bjoernq/bleps-esp32-rust-std
Last synced: about 1 year ago
JSON representation
Using bleps BLE stack on ESP32 in Rust STD
- Host: GitHub
- URL: https://github.com/bjoernq/bleps-esp32-rust-std
- Owner: bjoernQ
- Created: 2023-10-02T13:00:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T13:00:30.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T09:48:09.537Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using bleps BLE stack on ESP32-Rust-Std
This is an example to use [bleps](https://github.com/bjoernQ/bleps) on ESP32 Rust-STD.
There is one example for sync and one for async.
All it does is connecting ESP32's VHCI to the stack.
In this example the TWDT is disabled (for simplicity) and the Bluetooth is enabled in sdkconfig.