Arduino Temperature Logger

Arduino Temperature Logger

In this project we need to measure the temperature by sensor lm35dz and send it to Arduino which convert the Analogue volt into digital volt and express it into temperature and then see the result on graph by Matlab.

 

So we use Arduino code & Matlab code

Circuit Components

Arduino UNO

Temperature sensor IC LM35DZ

‫‪LM358‬‬ ‫‪op-Amp‬‬

Jumper Cables

Circuit Construction

Arduino code

void setup(){
    tst = 0
}

Matlab code

void setup(){
    tst = 0
}

Results

Team Members

  • Ahmad El-Kholey
  • Ahmed El-Melegy
  • Ahmed Rashwan
  • Aya Al-Muhammadi
  • Aya Mohamed
  • Esraa Bedir
  • Kareem Abo Eleneen
  • Mai Mohammed

Alphabetical order

Arduino Temperature Logger

By Ahmad El-Melegy

Arduino Temperature Logger

  • 703