You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a mega and Sim 7000A. I am trying to connect my device to a different MQTT broker than Adafruit IO which is HiveMQ so I can build a web application out of it. The issue I am having is that i cannot connect to the server using the libraries provided for some reason. I have tried the MQTT Demo sketch and it still gives errors when I call different methods for example
if (! fona.MQTT_connect(true)) { Serial.println(F("Failed to connect to broker!")); }
That would give me an error saying that the method basically does not exist in that class. Please point me in the right direction as everything looks fine except methods don't work.
Thank you
The text was updated successfully, but these errors were encountered:
I am using a mega and Sim 7000A. I am trying to connect my device to a different MQTT broker than Adafruit IO which is HiveMQ so I can build a web application out of it. The issue I am having is that i cannot connect to the server using the libraries provided for some reason. I have tried the MQTT Demo sketch and it still gives errors when I call different methods for example
if (! fona.MQTT_connect(true)) { Serial.println(F("Failed to connect to broker!")); }
That would give me an error saying that the method basically does not exist in that class. Please point me in the right direction as everything looks fine except methods don't work.
Thank you
The text was updated successfully, but these errors were encountered: