Results 464 comments of chegewara

Thanks, you are life saver.

Recently ive done 2 apps, which are doing exactly the same, working with S2 CDC. I have 2 different results thou. - terminal app in C code works perfectly fine...

I dont know about licensing, how it works and how you can change licence when your code is derived from library with Apache licence: https://github.com/nkolban/esp32-snippets/blob/master/LICENSE My part of code, which...

BLE library was my very first contact with mcu programming and im happy i found it. I have come a long way since then and i am very happy i...

> Do you know what the new chip is called? I’d love to be able to use long range BLE. esp32 S3

30 seconds is from bluetooth specification. Yes, it is possible to do it. `onConfirm` callback can be overloaded that will just inform user there is request. Then like @h2zero said,...

I dont know how your code is designed, but there is 2 ways to set device name: - there is characteristic in `0x1800` generic access service, - name set in...

There is no need to reset iOS, why would you have to do it. I dont have iPhone in my hands right now, but there is option is BLE settings...

Like i said, if name is set in advertising then i dont see reason why the name would not be refreshed. You dont have to use any app to see...

@ln-12 then your case is the one with name in `0x1800` service. I believe you should be able to force ble stack on iOS to refresh data, just lightblue does...