Over UART update (as a wired counterpart of Over the Air Update) #13530
jean-claudeF
started this conversation in
Ideas
Replies: 1 comment 11 replies
-
Im assuming that you only want to update config files stored on the VFS, not wanting to update the entire Firmware ? for just a config file, you can enable the repl on a UART, MCU to MCU transfers are also possible , but a bit more care and work is needed to create the "updater" |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am wondering if I could update part of my program (mainly the settings) in the way that OTA (Over the air update) works.
(Why this? I find WiFi unreliable, but my Pico is outside the house, so it is not so easy to connect to the computer to reprogram.
I'm thinking about this:
What do you think of this?
Or have I overseen a simpler method?
Beta Was this translation helpful? Give feedback.
All reactions