ESP32_BLE_OTA_Arduino
OTA update on ESP32 via BLE (by fbiego)
esp-nimble-cpp
C++ library for the esp32 NimBLE stack based on and mostly compatible with @nkolban cpp_utils BLE library. (by h2zero)
| ESP32_BLE_OTA_Arduino | esp-nimble-cpp | |
|---|---|---|
| 1 | 6 | |
| 258 | 253 | |
| 2.7% | 3.6% | |
| 2.6 | 8.5 | |
| over 1 year ago | 15 days ago | |
| C++ | C++ | |
| MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ESP32_BLE_OTA_Arduino
Posts with mentions or reviews of ESP32_BLE_OTA_Arduino. We have used some of these posts to build our list of alternatives and similar projects.
- Using BT Classical and BLE in the same arduino script
I am trying to switch between serialBT and BLE inside the script based on condition. BLE part is for OTA, and it is based on this project (https://github.com/fbiego/ESP32_BLE_OTA_Arduino).
esp-nimble-cpp
Posts with mentions or reviews of esp-nimble-cpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-07.
- Health Thermometer Service on ESP32
I like NimBLE-Arduino, and this has a BLE client example that you can adapt to your needs, including both regular reads and notifications. Note that this isn't pure C++, this is using Arduino. There's also a version for use with ESP-IDF: esp-nimble-cpp, with a corresponding BLE client example. The examples for both projects are heavily commented and quite easy to follow.
- Bluetooth A-RGB led controller
On the ESP32 side, I use this library: https://github.com/h2zero/esp-nimble-cpp
- Nimble,, how
No idea what “nimble” is but the first result on google for “nimble library” points at a esp thing: https://github.com/h2zero/esp-nimble-cpp
- BLE Latency and Optimization
I have a project using NimBLE, and I'm trying to understand limitations / best-case / how to improve BLE latency.
- Good BLE lib for IDF?
Im working on a mesh project and want to use BLE to have communication between a smartphone and the mesh. I worked with this nimble lib before but i cant use it since compiling the MDF project with nimble enabled fails. Basically i need https://github.com/nkolban/ESP32_BLE_Arduino but for IDF.
- Reading heartrate from miband 5 with BLE
Have a look at my project https://github.com/koenvervloesem/M5Core2-Heart-Rate-Display. It's using NimBLE-Arduino, but if you prefer to use ESP-IDF instead of the Arduino framework there's also esp-nimble-cpp with almost exactly the same API.
What are some alternatives?
When comparing ESP32_BLE_OTA_Arduino and esp-nimble-cpp you can also consider the following projects:
legoino - Arduino Library for controlling Powered UP and Boost controllers
NimBLE-Arduino - A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
esp32-asyncwebserver-fileupload-example - Examples of how to upload files to an ESP32 using Asyncwebserver, SPIFFS and an Upload progress bar.
SmartSpin2k - Transform your spin bike into a Smart Trainer!
jtag2updi - UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
ESP32_BLE_Arduino - The library source for the ESP32 BLE support for Arduino.