Search found 3 matches

by diogo.andrade
Thu May 02, 2019 2:48 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.6 Released, SIG Certified
Replies: 55
Views: 83070

Re: ESP BLE Mesh v0.6 Released, SIG Certified

Hello, those are really good news.

Pardon me if this question seems dumb, but How did you get SIG certified without implementing the mandatory health server model?

Thank you!
by diogo.andrade
Fri Apr 26, 2019 11:54 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 123255

Re: ESP BLE Mesh v0.5 Beta has been released

ESP32 stores all necessary provisioning data like app key, IV etc, as you mentioned. Currently, it doesn't store the data in NVS. So if you don't reboot the device, it should work finely. If it doesn't work on your side, could you tell us how to reproduce your issue? BTW, for the "power-down memory...
by diogo.andrade
Wed Apr 24, 2019 2:36 pm
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 123255

Re: ESP BLE Mesh v0.5 Beta has been released

Ive been running ble mesh example for few minutes as for now and i have question. From menuconfig options i understand that esp32 should store all necessary data exchanged during provisioning like app key, IV etc, but now it seems not work. My question is: is it implemented now, will it be implemen...