https://github.com/claudemarais/simpleble_esp32-c3
A simple Arduino project to show how to setup a BLE Peripheral device and a BLE Central device, and how to send values from the Peripheral to the Central using Notify
https://github.com/claudemarais/simpleble_esp32-c3
arduino ble bluetooth bluetooth-low-energy esp32 esp32-c3 xiao-esp32-c3
Last synced: about 2 months ago
JSON representation
A simple Arduino project to show how to setup a BLE Peripheral device and a BLE Central device, and how to send values from the Peripheral to the Central using Notify
- Host: GitHub
- URL: https://github.com/claudemarais/simpleble_esp32-c3
- Owner: ClaudeMarais
- License: other
- Created: 2024-01-04T03:29:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T05:59:48.000Z (7 months ago)
- Last Synced: 2025-06-12T13:09:54.771Z (6 months ago)
- Topics: arduino, ble, bluetooth, bluetooth-low-energy, esp32, esp32-c3, xiao-esp32-c3
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple BLE with ESP32-C3
A simple Arduino project to show how to setup a BLE Peripheral device and a BLE Central device, and how to send values from the Peripheral to the Central using Notify