Hello!
Did you figure out how to solve it? I'm having the same problem. If I write a string or blob and read it without rebooting everything works great, but after rebooting they go missing...
Search found 2 matches
- Wed Nov 20, 2019 12:40 am
- Forum: General Discussion
- Topic: Can not read strings from nvs partition after reboot (ESP_ERR_NVS_NOT_FOUND)
- Replies: 4
- Views: 6550
- Wed Apr 03, 2019 11:54 am
- Forum: ESP-IDF
- Topic: SPI Slave: Example not work with other devices
- Replies: 1
- Views: 4694
SPI Slave: Example not work with other devices
Greetings, I'm having some trouble implementing a SPI communication between the ESP32 (SLAVE) and the nrf51-dk (MASTER). Basically, what I'm trying to do is sending a char array from the nrf51 to the ESP32. In order to do so, I'm running a Mbed SPI Master example and trying to receive the array with...