I’m trying to use the simCOM A7670C (4G module) to connect to the thinger.IO cloud, I tried using both the sim800 and the sim900 option “hoping” it will do the job, i assuming that the AT commandes for the simCom 900 is the same as the AT commands for the simCom A7670C module, but… it doesn’t work.
FYI: I tweaked the ino file a bit to fitt to the ESP32, mainlly using hardware serial of the ESP32.
Can someone have a good input on how to implement the simCOM A7670C with the thinger.IO ?
Is there commuication with the uC and the modem? I would try a simple example, maybe a serial port forwarder to send AT commands to the modem to make sure that is responding to those pins.
After that I try the sketch you showed, I saw it as a workaround for the sim7000, maybe it would work with your particular modem, I havent tested it.
Hi,
Thanks for the advice!
The module is communicating with ESP32 and i’m sending text messages with no issues, the hardware is ok, i will try you proposal with the sim7000.