Closed motters closed 5 months ago
Using nvs_tool.py i can conform he OT dataset is being wrote to flash
So the question is why can't it read the dataset from flash.
I think the problem is solved. port_config.storage_partition_name was changed from ot_storage to nvs
This commit was a breaking change our orginal BR months back to the current commit https://github.com/espressif/esp-thread-br/commit/f3c952a9ce369f5d6b78e27dd764c8af11fb3d19
Although it's still strange that the data was wrote with no error but could not be read.
This was indeed the issue encase anyone else has it.
Hi, sorry for missing this issue, we recommend using esp-thread-br v1.0 based IDF v5.1.3. So could you please update your codebase?
Hi,
We've been copy'ing and past the openthread br code into our project which uses ESP-IDF v5.1 with ESP-Ardunio.
Everything works as expected however it is not possible to set to set a new dataset active, see below:
We have tried setting the active dataset through code and though the cli and both fail to set it.
Our question is:
Cheers!
Additional info: in esp_openthead_settings.c OT_ERROR_NOT_FOUND is always returned when getting network details
esp_openthead_settings.c OT_ERROR_NONE is always returned when setting the network details