vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 713 forks source link

MQTT Broker Over GPRS with SIM800C drop connection of cliente GSM Esp32 #553

Open mdonalisio opened 3 years ago

mdonalisio commented 3 years ago

I have a problem with this configuration, because PubSubClient Lib close connection from broker when i connect Yellow and Green, I am using TinyGSM for Gprs, over 2G, library and PubSubClient for Mqtt Client, but all work fine without using dscKeyBus Library but, when i using this library, the connection with broker is close in random time. I Only call dsc.begin() and dsc.loop(). And i using ESP32

Thanks

SRGDamia1 commented 3 years ago

I'm sorry; I don't know anything about dscKeyBus.

romoloman commented 2 years ago

Are you sure that the pins defined for dscKeyBus Library are not conflicting with the pins used by the modem ?

SRGDamia1 commented 2 years ago

Have you been able to resolve this? Can this issue be closed?