Xose Pérez
Xose Pérez
Hi I know it is not very helpful to say that it works for me :) This is my log of your code: Magic value for partition #0 is 16...
It looks like you don't have the proper partition table defined. I have never done it with the Arduino IDE but a quick google search threw some results you might...
Nice! Glad you got it working! On Fri, 29 Jan 2021 at 11:33, krupis wrote: > I figured out what was the problem. The CSV that I have saved in...
Problem with the ESP32 EEPROM is that it is not an EEPROM. Instead it is emulated on top of a NAND flash that writes data in blocks of 4k. Even...
Are you certain the sketch defines both partitions? What do you get if you add the following code at the beginning? Serial.printf("[EEPROM] Reserved partitions : %u\n", EEPROMr.size()); Serial.printf("[EEPROM] Partition size...
This is an interesting device, very much in the line we should go (less WiFi devices cluttering our home networks). My current approach is using zigbee2mqtt with a CC2531 which...
Haven't tested Zigbee2Tasmota, my setup is zigbee2mqtt running in a docker container on a server. I'm trying to move more and more things to higher level layers in my setup...
Great, thank you. Will add it to the wiki. There is also an OTA manager in ESPurna, albeit not very documented. You can check the ota.py script in the root...
Time. Now seriously, it's something I want to do, but it's not a priority.
The APIs of the EEPROM_Rotate and EEPROM32_Rotate are different, that's true. I guess I could try to make them compatible up to some extent. But since the differences would be...