https://github.com/masuidrive/esp-nimble-nordic-uart
NimBLE Nordic UART driver for ESP-IDF
https://github.com/masuidrive/esp-nimble-nordic-uart
ble esp-idf nordic-uart
Last synced: 5 months ago
JSON representation
NimBLE Nordic UART driver for ESP-IDF
- Host: GitHub
- URL: https://github.com/masuidrive/esp-nimble-nordic-uart
- Owner: masuidrive
- License: other
- Created: 2021-05-20T14:56:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:34:48.000Z (over 2 years ago)
- Last Synced: 2024-04-14T22:54:51.695Z (about 2 years ago)
- Topics: ble, esp-idf, nordic-uart
- Language: C
- Homepage: https://components.espressif.com/components/masuidrive/nimble-nordic-uart
- Size: 40.3 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NimBLE Nordic UART driver for ESP-IDF
[](https://components.espressif.com/components/masuidrive/nimble-nordic-uart)
This library implements the Nordic UART (Universal Asynchronous Receiver-Transmitter) service over BLE (Bluetooth Low Energy) using the ESP-IDF framework. It's confirmed to work with ESP-IDF.
The library allows for easy communication between an ESP32 device and a BLE client, utilizing the Nordic UART service for a simple, serial-like communication channel.
## Features
- Implements the Nordic UART Service (NUS) for BLE communication.
- Provides a simple API for sending and receiving data over BLE.
For more details about this library, please visit [components/nimble-nordic-uart](https://github.com/masuidrive/esp-nimble-nordic-uart/tree/main/components/nimble-nordic-uart).