Ryan Powell
Ryan Powell
@Nikolay-Ch I may be able to add support for this but I need some more data if you're able to provide it. Some sample data of the advertising packets would...
There is nothing inherently wrong with this repo and no reason to consider it without a future. Sure there are some things that could be better and some inefficiencies, but...
I've seen this come up a lot, I thought I'd share the fix I used in NimBLE library. FreeRTOS.h ``` class Ringbuffer { public: #ifdef ESP_IDF_VERSION //Quick hack to detect...
Interesting, perhaps the device does not support getting the attributes by uuid.
There is no internet connection required. Please post a debug log to diagnose
@finger563 This is for creating secondary service types. If all you need is multiple services then that has been supported since the beginning of this repo.
What board are you building this for? If not building for and esp32 then you need to use the n-able platform.
Please check your environment, you need to be using the n-able core for this file to be found.
This library will support the S3 that is on the UNO R4 WiFi, however the build environment doesn't see to have the chip defined in the config. You'll want to...
Happy to help but I need to know more about your build environment. Are you using Arduino IDE or Platformio? If Arduino IDE I don't think there is much I...