Search found 2 matches

by Pooja Vernekar
Fri May 08, 2020 7:20 am
Forum: General Discussion
Topic: How to achieve gateway connection with ESP32-WROOM-32D without using WIFI?
Replies: 0
Views: 1564

How to achieve gateway connection with ESP32-WROOM-32D without using WIFI?

Please suggest the ways to achieve gateway connection to ESP32-WROOM-32D using SIM7600CE-T module,
As PPPos protocol doesn't supports SIM7600 module,
by Pooja Vernekar
Thu May 07, 2020 11:16 am
Forum: General Discussion
Topic: How to achieve internet gateway connection between SIM7600CE-T and ESP32WROOM-32D
Replies: 0
Views: 1665

How to achieve internet gateway connection between SIM7600CE-T and ESP32WROOM-32D

I have worked with AT commands, by making use of uart_asys_tx_rx example program, where i passed AT commands, its working fine and I am getting responses. Now the task is to share data using MQTT protocol,( ESP32-WROOM-32D and SIM7600CE-T modem) But my problem is I dont want to use WIFI connection o...