Arduino Temperature Logger With Sd Card

How to create a temperature Arduino data logger. We’ll use the DHT11 to measure temperature

Apr 17, 2022

13223 views

3 respects

Components and supplies

1

Arduino UNO

1

DS3231M - ±5ppm, I2C Real-Time Clock

1

Flash Memory Card, SD Card

1

DHT11 Temperature & Humidity Sensor (4 pins)

Apps and platforms

1

Arduino IDE

Project description

Code

Code

arduino

Code

Downloadable files

Schematics

Schematics

Schematics

Schematics

Schematics

Schematics

Comments

Only logged in users can leave comments

vikramaditya1

2 years ago

hello i am using this code to record temp data but it is not recording in 24 hour format .after 12 am/pm it is displaying last recorded time like 00.45.23 26 *C 00.45.23 26.5 *C 00.45.23 27*C 00.45.23 25*C what should i change in the code so that i get time in 12 hour /24 hour format.