Page 1 of 1

how to link the ip address or tcp method got from gsm module attached to esp32 module through uart port . and use defaul

Posted: Fri Feb 28, 2020 4:05 pm
by manojsai
we interface the gsm module to esp uart .
I able to data transfer to cloud using wifi with default mqtt library .
So we interfaced gsm module to esp uart .
with traditional at command i able to get the network and ip address .

how to link the ip address or tcp method got from my gsm module to esp module . and use default mqtt library to send data to cloud.
I dont want to use ppos method . because i dont have knowledge exposure on ppos method .

Re: how to link the ip address or tcp method got from gsm module attached to esp32 module through uart port . and use de

Posted: Sat Feb 29, 2020 9:33 am
by ESP_Sprite
You mean you want to use the TCP/IP stack in your GSM module instead? That would imply re-writing the entire TCP/IP middle layer, or implementing your own MQTT client, specifically for that communication method. Strongly suggest you instead acquire knowledge of pppos instead.