Skill Lab29
Skill Lab29
BACHELOR OF ENGINEERING
In
DEPARTMENT OF ELECTRONICS & COMMUNICATION
Submitted By
Sahithya Dechamma (4GW22EC127)
Spurthi Anand (4GW22EC151)
Tejaswini B Urs (4GW22EC163)
Spandana K L (4GW22EC142)
The joy and satisfaction that accompany the successful completion of any task would be
incomplete without the blessings from the almighty and the people mentioned below who made it possible.
First and foremost we offer my sincere phrases of thanks to Smt. Vanaja B Pandit, Hon. Secretary,
GSSS(R) and the Management of GSSSIETW, Mysuru for providing help and support to carry out skill
development program.
We would like to express my gratitude to our Principal, Dr. Shivakumar M for providing me a
congenial environment for engineering studies and also for having showed us the way to carry out this skill
development program.
We consider it a privilege and honor to express my sincere thanks to Dr. Rajendra R Patil,
Professor and Head, Department of Electronics & Communication Engineering for his support and
invaluable guidance throughout the tenure of thisskill development program.
We would like to thank my mentors Dr. Raghavendra Y. M, Associate Professor and Mrs.
Harshitha R, Assistant Professor Department of Electronics & Communication Engineering for the support,
guidance, motivation, encouragement during the course of skill development program
We intend to thank all the teaching and non-teaching staffs of our Department of Electronics &
Communication Engineering for their immense help and co-operation.
Finally we would like to express my gratitude to my parents and friends who always stood by me.
NAME OF STUDENTs
Sahithya Dechamma(4GW22EC151)
Spurthi Anand(4GW22EC151)
Tejaswinini B Urs(4GW22EC163)
Spandana K L(4GW22EC142)
Mini Project On “Embedded systems and IoT Using ESP8266”
1. Introduction
In our daily lives, accurate temperature measurement plays a crucial role beyond the
realm of medical applications. From ensuring food safety to optimizing agricultural
practices, a reliable and versatile digital thermometer serves as an invaluable tool in
numerous settings. This project delves into the design and development of a non-medical
digital thermometer focused on everyday use and general-purpose applications.
Our primary objective is to create a user-friendly, accurate, and efficient device that
transcends the limitations of traditional thermometers. By leveraging fundamental
electronic principles and readily available components, we aim to develop a thermometer
that caters to diverse needs, offering:
Precise temperature measurement
The LCD:
The LCD adds a visual dimension to the project, turning those numbers into easily
readable information. The characteristics of the LCD and connection with the Arduino, is
explained:
Code:
// include the library code:
#include <LiquidCrystal.h>
}
void loop(){