Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Perform Firmware Update on ESP32 Using T-SIM7600X #91

Open
rajmehta28599 opened this issue May 21, 2024 · 4 comments
Open

How to Perform Firmware Update on ESP32 Using T-SIM7600X #91

rajmehta28599 opened this issue May 21, 2024 · 4 comments

Comments

@rajmehta28599
Copy link

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:

  1. Required hardware and software tools for the firmware update process.
  2. Steps to configure the T-SIM7600X for use with the ESP32.
  3. Methods to upload the firmware to the ESP32 via the T-SIM7600X module.
  4. Troubleshooting common issues encountered during the firmware update.
  5. Best practices for ensuring a smooth and secure firmware update process.

Any examples, code snippets, or links to comprehensive tutorials would be greatly appreciated.

@AleReb
Copy link

AleReb commented Jun 6, 2024

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

@rajmehta28599
Copy link
Author

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

@AleReb
Copy link

AleReb commented Jun 10, 2024

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.

@AleReb
Copy link

AleReb commented Jun 10, 2024

totaly feasible i find some librarys but i can try https://github.com/mpagnoulle/GSMOTAUpdater righ now cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants