ArduinoMqttClient icon indicating copy to clipboard operation
ArduinoMqttClient copied to clipboard

ArduinoMqttClient Library for Arduino

Results 39 ArduinoMqttClient issues
Sort by recently updated
recently updated
newest added

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....

type: enhancement
topic: code

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...

type: imperfection

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...

type: imperfection
topic: code

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,...

type: imperfection

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...

type: imperfection

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....

type: enhancement
topic: documentation

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...

status: waiting for information

Fixes #53. Cleared some whitespaces automatically 😅