ArduinoMqttClient
ArduinoMqttClient copied to clipboard
ArduinoMqttClient Library for Arduino
IPv6 is now reaching over 40% according to Google statistics; https://www.google.com/intl/en/ipv6/statistics.html Within a few years, IPv4 will be in the minority. Some network providers have already switched to IPv6-only, e.g....
Is this library compatible with PSK Authentication? The MQTT server that my company has is set up for PSK based authentication and encryption and as such, I believe it doesn't...
Hi! I'm trying to send a retained message, my code is as follows: mqttClient.beginMessage(topicVRCommand, true); mqttClient.print("WAKE_UP_KITCHEN"); mqttClient.endMessage(); The message is not going as retained even though i have the reained...
When running it on Arduino MKR NB1500, it frequently stucked on .poll() and cause Arduino to freeze. I can't get any logs on what's happening. But I suspect maybe the...
I'm using ArduinoMqttClient together with a mosquitto broker, and sometimes when sending a QoS2 message, the connection will drop silently. (It seems this always happens on the second QoS2 message,...
Hi, I am using the Arduino MKR NB1500 to connect to the AWS IoT. My current issue is the MQTT won't connect to AWS if the USB serial port is...
Hi, the broker I use (EMQx) is using mutual TLS, so I have to provide client certificates. I didn't find a way in doing so so far with this lib....
Hi, I'm using this library on a mkr 1010 to send some data every 5 seconds. I based my sketch on the WiFi Simple Sender example. After 1-2 hours the...
Hi, Which MQTT version does the library currently support? We are struggling our heads to know why our **arduino nano 33 iot** always get a connection refused when connecting to...
Fixes #53. Cleared some whitespaces automatically 😅