Adafruit_MQTT_Library icon indicating copy to clipboard operation
Adafruit_MQTT_Library copied to clipboard

Arduino library for MQTT support

Results 76 Adafruit_MQTT_Library issues
Sort by recently updated
recently updated
newest added

Hello there, I got a situation here in the Arduino IDE with an ESP8266 Wemos D1 mini Pro. - Arduino 1.8.9 - ESP Core 2.5.2 - Adafruit MQTT Library 1.0.3...

Adafruit_MQTT library is awesome but i have got a problem with it. I use it in Arduino with NodeMCU (ESP8266). Everything is okey with example code. (TLS connection). Everything is...

- Arduino board: Adafruit Flora & Circuit Playground Express - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.10 I am trying to utilise CircuitPlayground (and Adafruit Flora)...

Publish don't support 'retained'.

Adafruit_MQTT declares uint8_t Adafruit_MQTT::buffer[MAXBUFFERSIZE] Adafruit_MQTT::connect calls connectPacket(buffer) without passing in size of buffer. connectPacket fills in buffer, if password or user name are sufficiently large it will overflow without any...

- Arduino board: **ESP32 lolin32** - Arduino IDE version : **1.8.5** Hey. In my code I want to make sure that the messages are really transmitted. So I put the...

There is an issue subscribing to MQTT topics using the Adafruit MQTT Library across Bridge on the Arduino Yun. I have isolated the line of troublesome code down to line...

Hi, is it possible to connect Feather32u4 Fona module to SSL MQTT Broker, using mqtts protocol? I didnt see implementation in the library? best regards,

/*With this code I connect to the server, but get no changes in the feed. * * This is a test of the AdafruitIO scheme to work with IFTTT in...

- Arduino board: Adafruit HUZZA 32 feather - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.1 - List the steps to reproduce the problem below (if possible...