PicoOta Ota over Uart #3214
Unanswered
em1rosales
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I doubt there is anything that exactly meets those needs, but look at the Arduino XMODEM libraries for a way of transferring binary blobs with some level of error detection over a UART port. Worked for 300 bps modems over analog phone lines. ☎️ |
Beta Was this translation helpful? Give feedback.
1 reply
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 friends, I am working with Pi Pico and need your help. How can I receive a .bin update file by UART? this file will be store in file system and then update with PicoOta, same to OTAFromFile.ino example. There are some library to manage the .bin file incomming by uart?
Beta Was this translation helpful? Give feedback.
All reactions