https://github.com/amanjeev/ble-server
Server as in the embedded device/board
https://github.com/amanjeev/ble-server
Last synced: over 1 year ago
JSON representation
Server as in the embedded device/board
- Host: GitHub
- URL: https://github.com/amanjeev/ble-server
- Owner: amanjeev
- Created: 2024-04-28T22:08:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T23:13:54.000Z (about 2 years ago)
- Last Synced: 2025-03-26T23:46:06.862Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLE Server
Server side BLE implementation trial. This means that this repository will be deployed on the ESP32C3 board.
The work to be done for BLE "Client" is in [ble-client](https://github.com/amanjeev/ble-client).
Some base trial to test the board using their templates are in [ble-esp-base](https://github.com/amanjeev/ble-esp-base).