Ryan Powell

Results 894 comments of Ryan Powell

This should be simple, just need to check for a nested JSON object in the servicedata and proceed accordingly.

Thanks! This is probably something that should be in the docs somewhere. I don't really want to add any code to check this setting to the library, it's better for...

Hi @muhdRiz07, the problem here is cause by the line `board_build.mcu = nrf52832`. You do not need to specify this as it's defined in the board by the platform. However,...

Hi @Xraydylan this issue would be better suiting for the n-able repo but I'll answer here anyway. The bootloader on the nano33 is not currently supported (I'll look into this...

Assuming the esp32 is operating as a BLE server all you need is a writable characteristic. When the client writes the data to this your code will get a callback...

Host based privacy is required for the esp32 to support bonding with phones, this is not the issue you're having. It sounds like what you need is to increase the...

Please try erasing the esp32 flash before uploading and try again.

Thanks, I'm not sure what is happening in the case. Could you try with the secure server example and let me know if you have the issue? I will need...

Thanks for checking that. So if it works fine with the example code there must be something else going on in your code or environment that is different, There isn't...

I was just about to respond when you typed that, but yes that is certainly the issue. Glad you figured it out :smile:, yes more documentation around these is certainly...