tecno4
2.4M views | +2 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Arduino SD card data logging'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Cómo almacenar miles de datos con Arduino en una SD memoria

Guardando datos infinitos en una memoria micro SD usando arduino UNO
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Arduino data logger using SD card and DHT11 sensor

Building a data logger using Arduino and SD card is so easy, this topic shows how to build a simple temperature and humidity data logger with DHT11 sensor. 

The DHT11 sensor is used to sense the relative humidity and temperature and the SD card is used to save the values of the humidity and the temperature every 1 second. The values of the temperature and humidity are saved in .TXT file which is stored in the SD card.

Related projects:
Arduino and SD card interfacing example
Arduino and SD card example – Read and write files
Arduino interfacing with DHT11 sensor and LCD

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Make an Arduino SD Card Data Logger for Temperature Sensor Data 

How to Make an Arduino SD Card Data Logger for Temperature Sensor Data  | tecno4 | Scoop.it

In this article, you are going to learn about Arduino SD card data logging. We will use the LM35 temperature sensor to get the temperature value, and the DS3231 module to get the time and date. Then we will use the SD card module to open the SD card, and we will enter the date, time, and temperature in the SD card file.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Recogiendo datos en una tarjeta SD

Recogiendo datos en una tarjeta SD | tecno4 | Scoop.it
Para realizar este proyecto utilizamos una placa ESP32 Plus STEAMaker sobre la que montamos una placa Imagina TDR STEAM. El programa realizado con Arduino Blocks permite controlar a través de Telegram la pequeña estación meteorológica que mide temperatura y humedad y además encender o apagar uno de los leds que lleva incorporados. 
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Arduino datalogger with SD card, DS3231 and DHT22 sensor

Arduino datalogger with SD card, DS3231 and DHT22 sensor | tecno4 | Scoop.it

Last time I made a simple Arduino datalogger using SD card and DHT11 relative humidity and temperature sensor. Now I’m going to show how to build an Arduino datalogger that logs: date, time, temperature and humidity on an SD card. 

In this project the DS3231 real time clock chip will be used to maintain the time as well as the date and the DHT22 sensor to detect the relative humidity and the temperature. Also, in the circuit there will be two pushbuttons to set up the time and date and a 20×4 LCD screen to display all parameters (time, date, temperature and humidity)

No comment yet.