Adafruit_MQTT_Library
Adafruit_MQTT_Library copied to clipboard
Arduino library for MQTT support
thanks for this repo, this line expect a WDT for board reset (watchdog timer). https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/examples/adafruitio_secure_esp32/adafruitio_secure_esp32.ino#L154 However none was configured, which leads to infinite wait.
**Bug** when trying to connect to a dual band wifi (both 2.4ghz and 5ghz under the same SSID name), my esp32 dev kit could not connect (using this [example](https://github.com/adafruit/Adafruit_MQTT_Library/tree/master/examples/adafruitio_secure_esp32) This...
Board: ESP32 Environment: PlatformIO Framework: Arduino I have a display and RFID. The RFID number is published on each trigger and when something is sent to ESP32, It splits the...
When using a local broker with an IP rather than a hostname, I experienced an inability to connect (error code -1). Using a different MQTT library with _exactly_ the same...
Environment Here is the environment that I'm using': Microconroller: . ESP8266 Core/runtime: [e.g. ESP8266 core for Arduino v3.0.2] IDE: [Arduino IDE 1.8.19] mqtt library: Adafruit_mqtt_client.h Hai iam having the issues...
**Env:** Esp8266, communication via TLS **Symptom:** When too many subscriber are registered, the last few one will never execute their callback. **reproducing** Subscribe to multiple topics (17 in my case)...