An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# NimBLE Nordic UART driver for ESP-IDF
[![Component Registry](https://components.espressif.com/components/masuidrive/nimble-nordic-uart/badge.svg)](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).