ESP32 mqtt broker data publishing at uneven rates #6251
Unanswered
parthesh-hub
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, I'm not sure you can 100% rely on the broker at this data rate. I've never tried at this data rate. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, we are currently working on project that involves IMU sensors along with ESP32. we are trying to send sensor data to MQTT broker every 100ms(its fast because that's the need of the project)
The Serial Monitor says it is getting successfully sent on broker after 100ms. But on the broker it is getting published at uneven rate(some after 200ms or some after 2ms gap). There is uneven gap between messages which should be 100ms approx. We taught the issue might be on the MQTT broker but if we send the data per second then it is getting perfectly published on time.
But in our case we need faster speed (publish per 100ms).. here the ESP32 shows uncertain behaviour..
Did anyone ever faced such issue ?
We are using ESP32 version : 1.0.6
Beta Was this translation helpful? Give feedback.
All reactions