Ryan Powell

Results 640 comments of Ryan Powell
trafficstars

Not sure how I missed this but that sounds like a bug. Advertising should not stop unless there is a connection or the time expires. If this is still an...

Closing this as there has been no response.

That would go against the BLE core specification.

Hi @gkoh, that's a good idea and would be very easy to implement.

Something in your code either has not initialized the NimBLE stack or has deinitialized it.

Why are you switching from NimBLE-Arduino? If you are using arduino framework you should not use this repo unless you are using arduino as a component as well `framework =...

This repo and NimBLE-Arduino are the same code, the only difference being that NimBLE-Arduino includes the entire BLE stack code. Switching to this repo may help, but only if you...

>Just curious, what are your transmission times for a 2mb firmware? I haven't done any proper profiling of it but it's pretty quick for BLE. >Great work! Thanks for keep...

Thank you for brining this up, I'd be happy to accept a PR.

Your device name is too long to add a 128 bit service uuid, either remove or shorten the name or put it in the scan response.