Hi. I have a ESP32 devkit v1 board with micropython installed and I have problems with dht measuring when I am doing more than one thread. The main purpose with DHT22 which I want implement is this: - Publish temperature and humidity to MQTT each 30 seconds.. - Publish temperature and humidity to MQTT when a specific MQTT event is received. I had this working using a thread for each objective but when I add one thread more DHT measure stop working, it throws ETIMEDOUT exception. What is the problem and how I can fix it? Thanks!