Tag: tech

Arduino Project

Arduino Temperature Data Logger with SD Card Module.

This article shows you how to create a temperature Arduino data logger. We’ll use the DHT11 to measure temperature, the real time clock (RTC) module to take time stamps and the SD card module to save the data on the SD card. Components Required. 1.Arduino Board. 2.SD Card Module. 3.DHT22 Temperature & Humidity Sensor. 4. DS […]

Back To Top