Open rajmehta28599 opened 6 months ago
i don't understand you whant the defautl code or a new code? firmware in a microcotroler its like a program, and usually you said firmware for back code
I hope you're familiar with the ESP32 OTA update feature, which allows for OTA updates over Wi-Fi.
That same thing I want to perform using T-SIM7600X. without ESP32 Wi-Fi.
I appreciate your response.
Thank you
I understand the process, but initially, you must work with AT commands to download data from a server, then copy the information to EEPROM, followed by an OTA update. I’m uncertain if the available RAM will suffice for the data download. If time permits, this project seems intriguing.
totaly feasible i find some librarys but i can try https://github.com/mpagnoulle/GSMOTAUpdater righ now cheers
I am looking for a detailed guide on how to update the firmware of an ESP32 microcontroller using a T-SIM7600X module. Specifically, I need information on:
Any examples, code snippets, or links to comprehensive tutorials would be greatly appreciated.