mpagnoulle / GSMOTAUpdater

OTA Update of ESP32 using SIM800C and AT commands
GNU General Public License v3.0
2 stars 2 forks source link

Compatibility for SIMCOM A7672 4G module #1

Open shridattdudhat opened 6 months ago

shridattdudhat commented 6 months ago

Hi, can we make this compatible to work with A7672 Modem ??

If you can guide me we can collaboratively work on the same project,

mpagnoulle commented 5 months ago

Hello,

I am currently relocating to a new country and do not have the equipment needed to do the programming needed.

However the instruction set for the SIM800 and A7672 are very similar, and it should be possible to get it to work without too much modifications. I would find the AT instructions used in the code and cross-reference them with those in the manual of the A7672 ( https://en.simcom.com/product/SIM7672.html )

When I am fully relocated and have gotten my hand on a A7672, I may take a look into it, but that might take a few months before I am settled.

If you have any questions, feel free to ask, I will do my best to answer.

shridattdudhat commented 5 months ago

Hi @mpagnoulle , thank you for your response. I will attempt to implement it with A7672, and if successful, I'll share the final code. Additionally, I may reach out with questions if I encounter any challenges with the code.