How to Make Temperature and Light Intensity Logging | Proteus Simulation | Fritzing | Liono Maker

Опубликовано: 29 Сентябрь 2024
на канале: Liono Maker Official
864
15

Hi this is Liono Maker, This is my official YouTube Channel. This is open Source YouTube Channel.
In this tutorial we will learn how to make Temperature and Light Intensity Logging with Arduino UNO and Micro SD-Card Module.
The main component is LDR which is used to measure light intensity and other one is LM35 which is used to measure temperature. These two analog signal are sent to Arduino pin Ao and A1. SD Card is doing main job in this project that is logging. data logging or data recording is a technique in which we are writing our data in our file then we see line graphs in Excel.
The sequence of instructions required every time to write to an SD card is;

1_SD.open("filename", FILE_WRITE);
2_file.println(data);
3_file.close();

Information on an SD card can be read and the contents displayed on the serial monitor. The Serial.print() and Serial.write() are used to display the content of data file.
------------------------------------------------------------------------------------
Schematics, Hex file, SD Card file, Arduino Coding, Fritzing file And Proteus Simulation files, all files are available in the following links:
Hackster.io Page:
https://www.hackster.io/Liono087/how-...
Instructable page:
https://www.instructables.com/id/How-...
Facebook page:
https://www.facebook.com/LionoMaker/?...

/*----------------------------------------------------------------------------------
Thanks For Watching
For more Interesting videos Like and Subscribe
----------------------------------------------------------------------------------*/
#TemperatureLogging #LightIntensityLogging
#dataLogging #ArduinoDataLogging #logging #data