Hello.
I am working on egg incubator and I was using dht 22 sensor but I had some problems with it.
Temperature readings every couple of minutes were false (lower or higher for up to 3 degrees Celsious).
So I am looking for new humidity and temperature sensor. I would like temperature accuracy +/-0.5 degrees Celsious and humidity can be in range +/- 5%. And I dont find any sensor module which doesent use I2C, (because I am using I2C LCD) so I need for some help finding right sensor.
I was looking at Si7021 or even bme280 but they all use I2C (or at least these I found).. so I want to find something that uses normal analog or digital input..
I still can connect LCD without I2c module but Its really a lot easier to connect it with I2c module so if I dont find any sensor without I2c I will just connect lcd without I2c module..
So back to sensors.. Does anyone know for accurate temperature and humidity sensor (module), with temperature accuracy +/- 0.5°C and humidity accuracy around +/- 5% or even better?
I can google it but I mean from your experiences if you know for good sensor and probably from aliexpress
have a look at the BME280 which is an I2C device
there are a number of Arduino libraries with support it, e.g. https://github.com/BoschSensortec/BME280_driver, Adafruit BME280
if you require higher accuracy, stability, etc you will have go to commercial/industrial sensors
Yes, I am pretty sure. I have DHT 22 module so I just connect 5V, GND and output. I used adafruit and other libraries but at some time even if it is in closed room like under box or something it gives normal temperature readings but then like 5 readings are weird.. +/- about 3 degrees Celsious and sometimes it can be very disturbing.. It is possible that it doesent work correctly because once my arduino burned out and DHT was connected to it..