Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkolban/ESP32_BLE_Arduino
The library source for the ESP32 BLE support for Arduino.
https://github.com/nkolban/ESP32_BLE_Arduino
arduino ble esp32
Last synced: 8 days ago
JSON representation
The library source for the ESP32 BLE support for Arduino.
- Host: GitHub
- URL: https://github.com/nkolban/ESP32_BLE_Arduino
- Owner: nkolban
- Created: 2017-09-10T18:23:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T10:49:22.000Z (3 months ago)
- Last Synced: 2024-10-29T15:17:42.504Z (15 days ago)
- Topics: arduino, ble, esp32
- Language: C++
- Size: 226 KB
- Stars: 894
- Watchers: 76
- Forks: 332
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32 BLE for Arduino
This repository is deprecated. The BLE code is now part of the ESP32 Arduino core, making it automatically available to any Arduino ESP32 project without the need for manual import. For more information, see [ESP32 Arduino BLE Library](https://github.com/espressif/arduino-esp32/tree/master/libraries/BLE).
----------------The Arduino IDE provides an excellent library package manager where versions of libraries can be downloaded and installed. This Github project provides the repository for the ESP32 BLE support for Arduino.
The actual source of the project which is being maintained can be found here:
https://github.com/nkolban/esp32-snippets
Issues and questions should be raised here:
https://github.com/nkolban/esp32-snippets/issues
Documentation for using the library can be found here:
https://github.com/nkolban/esp32-snippets/tree/master/Documentation