Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to HiveMQ MQTT Broker #133

Open
Alfredfoby opened this issue Jul 27, 2021 · 0 comments
Open

Connecting to HiveMQ MQTT Broker #133

Alfredfoby opened this issue Jul 27, 2021 · 0 comments

Comments

@Alfredfoby
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant