PM2.5 Air Quality Kit (PMSA003 + SHT20): How to get temperature & humidity values?



  • Re: PM2.5 temperatue and humidity

    Hi people,

    I've bought this PM2.5 Air Quality Kit for one of my projects. Unfortunately, I can't find a proper solution on how to extract temperature and humidity values from SHT20 with Micropython?

    Neither UIFlow nor Micropython itself has modules to extract hum & temp. What I need is a JSON data of all the PM values, temperature & humidity, that will be sent to the Azure IoT Hub every n secondes. The solution with I2C protocol/module didn't work.

    I CAN send PM values to Azure IoT Hub.
    I CAN'T access temperature & humidity values.

    Please help! I am grateful for any tips!