Comments on: Arduino Temperature Data Logger with SD Card Module https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 26 Mar 2025 10:24:16 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-1019918 Wed, 26 Mar 2025 10:24:16 +0000 http://randomnerdtutorials.com/?p=42334#comment-1019918 In reply to Kees.

Hi.
I don’t have a tutorial exactly like this, but I have tutorials for each of those modules that can help you build your project:
– RPi Pico and DS3231: https://randomnerdtutorials.com/raspberry-pi-pico-ds3231-rtc-micropython/
– RPi Pico and microSD Card: https://randomnerdtutorials.com/raspberry-pi-pico-microsd-card-micropython/
– RPi Pico and DHT sensor: https://randomnerdtutorials.com/raspberry-pi-pico-dht11-dht22-micropython/

I hope this helps.

Regards,
Sara

]]>
By: Kees https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-1019811 Tue, 25 Mar 2025 20:20:35 +0000 http://randomnerdtutorials.com/?p=42334#comment-1019811 Hi Sara,
This tutorial is written in Arduino.
Do you plan to make this also available with Micropython for a Pi Pico (W),
DS3231 and SD card reader?

]]>
By: Tim knapp https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-912388 Sat, 04 May 2024 07:45:09 +0000 http://randomnerdtutorials.com/?p=42334#comment-912388 Hi.

Can this be done without the RTC. By just taking out all the RTC code and setting the temp reading for every 500ms?

]]>
By: Fernand0 Angel https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-863959 Wed, 04 Oct 2023 19:47:48 +0000 http://randomnerdtutorials.com/?p=42334#comment-863959 Thanks for sharing your knowledge. I have a question. How many bytes are needed to store each data series? (Date, Time, Temperature ºC, and humidity).

]]>
By: Sara Santos https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-838437 Fri, 02 Jun 2023 08:28:42 +0000 http://randomnerdtutorials.com/?p=42334#comment-838437 In reply to Selman.

Yes. It should be possible.
Unfortunately, we don’t have any tutorials for deep sleep or sleep/powerdown mode with the Arduino.
Regards,
Sara

]]>
By: Selman https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-838187 Wed, 31 May 2023 12:20:09 +0000 http://randomnerdtutorials.com/?p=42334#comment-838187 Hello Sarah,

I am working on this sample project, thank you. I want to powered my arduino promini 5v with external 18650 battery so I need to build battery saver code.
Is it possible to use deep sleep mode? For example
1. Arduino wakes up.
2. Collecting data from DHT 11 and RTC Modüle.
3. Writes up the data on sd card.
4. Arduino goes to deep sleep for 2 hours.

What do you think?

]]>
By: john swails https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-825975 Sun, 19 Mar 2023 17:23:54 +0000 http://randomnerdtutorials.com/?p=42334#comment-825975 almost 6 yrs later and this code and setup still work. thats amazing to me these days lol
Thank you for this tutorial. good job.

]]>
By: giovanni https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-822358 Wed, 01 Mar 2023 22:15:44 +0000 http://randomnerdtutorials.com/?p=42334#comment-822358 hello sara or someone, can you help me?

]]>
By: Giovanni https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-804270 Mon, 19 Dec 2022 18:40:29 +0000 http://randomnerdtutorials.com/?p=42334#comment-804270 In reply to Giovanni.

I put the code posted above, but the serial monitor continues to show only the temperature!

]]>
By: Giovanni https://randomnerdtutorials.com/arduino-temperature-data-logger-with-sd-card-module/#comment-804267 Mon, 19 Dec 2022 18:28:06 +0000 http://randomnerdtutorials.com/?p=42334#comment-804267 Hello Sara! all good ?
How do I code for the sensor to read and record temperature and humidity together? thank you

]]>