Replies: 3 comments 19 replies
-
This is the exact place to do that! But in this case, NVS is actually supported. See https://docs.micropython.org/en/latest/library/esp32.html?highlight=nvs#esp32.NVS for docs and https://github.com/micropython/micropython/blob/master/tests/esp32/esp32_nvs.py for examples of how to use it. |
Beta Was this translation helpful? Give feedback.
-
@kjm1102: You are mixing things up. Regarding RTC memory there are two of my PRs (and possibly others) open:
Additional, you could try https://github.com/karfas/upy-esp32-lib - there is some python code for managing RTC memory content. |
Beta Was this translation helpful? Give feedback.
-
Referring to the title micropython feature suggestions (in plural) and encouraged by @jimmo s This is the exact place to do that! I would like to express some thoughts regarding the development process. (I consider myself also as lacking the wherewithal to do pull requests atm, so I rather think I'm not in a position to do that, but it circulates in my mind anyway.)
So I'm wondering whether it would be a good idea to collect and sort out the topics on the todo list from time to time and then start a kickstarter-like process to have an incentive (and focus?) for core development. I would like to support such a thing. But perhaps the approaches to different issues have to 'get ripe' before any real coding should start and it would be contraproductive to try to push it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a mechanism for suggesting changes to upython for those of us lacking the wherewithal to do pull requests? For example I really liked the nvs_set & nvs_get functionality of pycom python, & that rtc memory preserved those values through a reset. Seemed to be a good alternative to rtc.memory() for multiple variables that need to be persevered through a deepsleep.
Beta Was this translation helpful? Give feedback.
All reactions