Hi, I’m interested in upgrading the temperature and humidity sensor from teh GrovePi starter kit to something more accurate. Was considering the Pro version, but then saw the “Temperature Humidity Pressure Sensor” listed in the Shop area.
Does any one have info on accuracy for this sensor? I don’t see it listed on the official Grove Sensor list (https://www.dexterindustries.com/GrovePi/supported-sensors/) . A google search found a discontinued model on Seeed Studio’s site.  I’m looking for an accurate temperature sensor, curious what the accuracy is for this sensor or if I should just stick to the Pro sensor instead.
Thanks
             
            
              
              
              
            
            
                
                
              
           
          
            
            
              Hi @neuralbaby,
Our new Temperature Humidity Pressure Sensor is built with the BME280 chip.
This chip’s datasheet can be found here:
The old Grove DHT Pro sensor is codenamed DHT11.
This sensor’s datasheet can be found here:
By comparing them both you’ll see the following differences:
- 
Our new sensor is typically 4 timesmore accurate.
 
- 
Our new sensor can measure temperatures between 0-65 Celsius Degreescompared to the old one (theGrove DHT Pro) where it could only measure temperatures between0-50 Celsius Degrees.
 
- 
Our new sensor is using the proprietary I2Cprotocol, which is way more reliable than theDHT's protocol.
 
TL;DR
Our new sensor is more precise than the old one.
Edit
I didn’t understand your post initially, so I’ve edited it now. I’m tagging you again if you happened to see my post before this edit: @neuralbaby
Thank you!