News

The code and schematic file for a data logger I made that logs the temperature wirelessly using an Arduino Uno and an Arduino Mega. It can display the temperature and log to a microSD card or to the ...
An Arduino Uno (CH340G clone) reads temperature and humidity from a DHT11 sensor and computes 10+ environmental metrics (heat index, dew point, enthalpy, humidex, vapor pressures, etc.), outputting ...
As Engineers/Developers we always rely upon the data collected to design or improve a system. Recording data and analyzing them is a common practice in most of the industries, here we are building ...
Once the data is logged, the SD card can be removed and the .csv file opened in spreadsheet software to make a graph showing temperature change over time. Posted in Arduino Hacks , green hacks ...
This is a little DIY project with an Arduino Uno, SD card breakout board, and LM35 temperature sensor. To build a temperature logger using a microSD card, just connect the LM35 analog temperature ...
The complete Arduino code for logging and visualizing temperature and humidity data into MATLAB is given at the end. Let’s understand how the code is working. First include the library for DHT11 ...
The extendable Arduino GPS data logger consists of a shield, that is fitted with the GPS receiver, SDcard reader and the accelerometer, together with an Arduino UNO board ...
This project is a IoT based data logger system that displays temperature and humidity on ThingSpeak.com using WeMos D1 R2 board. You can add more data to the project—up to eight data per channel.