Actualités

void loop() { delay(2000); // Wait for 2 seconds between measurements float humidity = dht.readHumidity(); // Read humidity value from sensor float temperatureC = dht.readTemperature(); // Read ...
Measures temperature and humidity with HTU21D + SD/microSD module + Arduino. Arduino measures temperature and humidity each 10seconds, the result is written to SD card to the file values.csv WARNING: ...
The DHT22 temperature and humidity sensor is a versatile and ... Now that we have completely understood how a DHT22 Sensor works, we can connect all the required wires to Arduino and write the code to ...
DHT11 is a Temperature and humidity sensor which ... examples (In Arduino IDE: Files->Examples->Wire->I2C scanner wire). Before that select the board in Tools->Board->Generic STM32F103C8 Series as ...
Arduino Nano 33 BLE Sense Rev2 is a new revision of the Nano 33 BLE Sense machine learning board with basically the same functionality but some sensors have changed along with some other modifications ...