Replies: 1 comment 9 replies
-
The platform has an example exactly for that. It uses the same https://github.com/maxgerhardt/platform-raspberrypi/tree/develop/examples/arduino-ota We even support fancy signed OTA binaries: https://github.com/maxgerhardt/platform-raspberrypi/tree/develop/examples/arduino-signed-ota |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I have found that its possible to use OTA for the PiPico when using the ArduinoIDE. However i am using PlatformIO and have a pretty sizable project in there that i wouldn't want to migrate.
I know for the ESP32 you can simple change the upload_protocol in the platformio.ini to espota and you can use OTA to flash the controller. Is there the same functionality already established for the Pi Pico family?
specifics:
controller: wiznet_5100s_evb_pico
network: ethernet
This is my first try at building the ota functionality for the controller
And this is my current platformio.ini
If you have any informations, it would be highly appreciated.
Poirot
Beta Was this translation helpful? Give feedback.
All reactions