arduino-libraries / ArduinoMqttClient

ArduinoMqttClient Library for Arduino
GNU Lesser General Public License v2.1
192 stars 75 forks source link

MQTT connection causes sensors to stop collecting data #54

Closed JDuchniewicz closed 3 years ago

JDuchniewicz commented 3 years ago

When I call mqttClient.connect() my sensors stop collecting data. I looked briefly at the code but nothing looks like it would be blocking I2C (which is used for sensor data collection).

per1234 commented 3 years ago

Hi @JDuchniewicz. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests. This topic is more appropriate for the Arduino Forum. I'm sure we'll be able to help you with your problem over there:

https://forum.arduino.cc/

JDuchniewicz commented 3 years ago

It looks like the problem is bus contention due to ECCX08 secure element. This is unrelated to this library.