Lilygo SIM7000G and ESP-IDF
Posted: Sun Oct 09, 2022 6:25 pm
Hello everyone,
Hope you can shed some light for me.
I have the Lilygo sim7000g board (made up of the ESP32-WROVER-E and the SIM7000G).
My goal is to obtain the GPS coordinates using AT commands and using a SIM card to send that information via MQTT.
I have achieved this using Arduino IDE (using TinyGsmClient, PubSubClient and ArduinoJson) and I want to try to replicate it in ESP-IDF.
I'm currently using the Espressif IDE with esp-idf 4.4.2 and esp_modem 0.1.23.
It seems that esp_modem provides support for SIM7600 and SIM800. Reviewing the code maybe in the future also for SIM7000, but for now I haven't been able to make it work.
Has anyone achieved something similar using libraries other than esp_modem or in some other way?
Thank you very much.
Hope you can shed some light for me.
I have the Lilygo sim7000g board (made up of the ESP32-WROVER-E and the SIM7000G).
My goal is to obtain the GPS coordinates using AT commands and using a SIM card to send that information via MQTT.
I have achieved this using Arduino IDE (using TinyGsmClient, PubSubClient and ArduinoJson) and I want to try to replicate it in ESP-IDF.
I'm currently using the Espressif IDE with esp-idf 4.4.2 and esp_modem 0.1.23.
It seems that esp_modem provides support for SIM7600 and SIM800. Reviewing the code maybe in the future also for SIM7000, but for now I haven't been able to make it work.
Has anyone achieved something similar using libraries other than esp_modem or in some other way?
Thank you very much.