Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hey guys while sending sensor data from an ESP32-Pico to an MQTT broker,And combining multiple sensor readings into a single MQTT message, the payload size exceeds the broker’s limit. As a result, the publish operation fails, and the transmission is interrupted, causing data loss.
Error Message: E (48532)
MQTT_CLIENT: Payload size exceeds the maximum limit
The error occurred during testing when adding additional sensor data to the MQTT message, leading to transmission failures shown on the serial monitor.
Any idea why the ESP32-Pico fails to publish MQTT messages when the payload size exceeds a certain threshold, leading to transmission interruptions?
CONTRIBUTE TO THIS THREAD