h2zero

Results 299 comments of h2zero

As mentioned above there is nothing we can do here as this is a problem with the controller and needs to be resolved by espressif.

This has been fixed in IDF, not yet in Arduino releases as far as I know.

Thanks, I will look to change this soon.

Are you saying that with the bluedroid library you get more distance than with NimBLE? I don't know how that could be but please test and confirm so I can...

That makes sense, you should be loose with the timeout for distance, latency also if you're inclined. The min max interval being a factor of 15ms is recommended by Apple...

Your code looks fine, could you set the log level to debug and share logs of the notification being sent?

Hello, as stated above 80mhz is the minimum required for BLE/WiFi.

The second call to setservicedata will overwrite the first. There is no provision in that call to handle multiples and with 2 128bit uuids there is not enough room in...

Confirmed, error code 0x0207, BLE_ERR_MEM_CAPACITY when setting the advertisement data. Will advertise when commenting out the data setting and allow connection but crashes immediately. Looks to be caused by the...