Skip to main content

IOT Experiment -4

  IOT Experiment -4

READ TEMPERATURE AND DISPLAY ON SERIAL MONITOR USING ARDUINO UNO

SORCE CODE:


float temp;
int temppin=0;

void setup(){
  Serial.begin(9600);
}
void loop(){
  temp = analogRead(temppin);
  temp=temp * 0.48828125;
  
  Serial.print("temperature=");
  Serial.print(temp);
  Serial.print("*C");
  Serial.println();
  delay(1000);
}

Comments

Popular posts from this blog

FIRST YEAR SPPU NOTES

FIRST YEAR SPPU NOTES  ENGINEERING MECHANICS : Unit 1 -  OPEN PDF Unit 2 -  OPEN PDF Unit 3 -  OPEN PDF Unit 4 -  OPEN PDF ENGINEERING GRAPHICS : Unit 1 -  OPEN PDF Unit 2 -  OPEN PDF Unit 3 -  OPEN PDF Unit 4 -  OPEN PDF ENGINEERING MATHEMATICS - 2 : NIRALI PRAKASHAN UNIT 1 TO 4 -  OPEN  PDF ENGINEERING PHYSICS :                                  COMING SOON BASIC ELECTRONICS ENGINEERING :                                  COMING SOON

GEOGRAPHY PRACTICAL VIVA VOICE QUESTIONS

World Geography General Knowledge Questions Q.1 The highest place on the Earth             Ans .  Everest Q.2 The circles which vertically cross the equator             Ans .  Longitudes  Q.3 What is the total weight of the air in the atmosphere?             Ans .  6×10 Tones  Q.4 International space line passes through?             Ans .  180 Greenwich  Q.5 What are the different kinds of rocks found on the Earth? .             Ans .  Igneous rocks, Sedimentary rocks, Metamorphic rocks  Q.6 The metal which form the core of Earth:             Ans .  Iron and Nickel  Q.7 The innermost part of the Earth: . ...

CHEMISTRY IMPORTANT QUESTION 2020 HSC

CHEMISTRY IMPORTANT QUESTION 2020 HSC PLZ DO IT. PART - 1 PART - 2