I am currently using the Arduino IDE with the RP2040 microcontroller, specifically selecting the Arduino MBED RP2040 variant. I have connected a A7672S 4G module to the RP2040. I would like to implement an Over-The-Air (OTA) update for the RP2040 using this 4G module, as I do not have access to Wi-Fi.
Could you please provide guidance or resources on how to achieve this?
I moved your topic to an appropriate forum category @navo1234.
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
The easiest way I can think to do it just now would be to buy/make a small 4G to WiFi hotspot device - maybe have its power controlled by the RP2040 for power saving
But ideally I would like an RP2040 connect that connects to the internet over 3/4/5G and allows the OTA updating like the board does natively when connected via WiFi