Home
About Us
Achievement
Home
Raspberry-Pi Projects
_Raspberry Pi 4 Complete Guide
Arduino Project
_All Projects
Esp8266 Project
_All Projects
Esp32 Project
_Automation-with-feedback
Temperature Controlled With LM35 Sensor Or Arduino
Just Do Electronics
March 18, 2020
In This Project, We Are Going To Build Something Very Simple Project, a
Temperature Controlled With LM35 Sensor Or Arduino
Video :-
Circuit Diagram :-
Code :-
//prateek //www.prateeks.in #include
const int pinTemp=A0; LiquidCrystal lcd(12,11,5,4,3,2); float tempWaarde; float temperatuur; long huidigeTijd=0; long tijdLimiet=30000; float temp[30]; float gemTemp; int teller; unsigned long vorigeTijd=0; float som; void setup() { lcd.begin(16,2); lcd.print("Temperatuur "); float initTemp=((analogRead(pinTemp)/1024.0)*5-0.5)*100; delay(5); lcd.print(initTemp); } void loop() { unsigned long huidigeTijd=millis(); if(huidigeTijd-vorigeTijd
0 Comments
Newer
Older
ESP32 Interfacing With LDR Sensor
Smart Street Light Using Arduino
Esp32 Cam Based Face Unlock
How to Make a Conveyor Belt System | Counter Machine
IoT Based Patient Health Monitoring System Using Blynk App
How To Make RFID & Keypad Based Door Lock
ESP32 And Fingerprint Sensor Based Biometric Door Lock Security System
IoT Based Fingerprint Biometric Attendance System Using NodeMCU (Esp8266)
IoT Weight Scale using Load Cell HX711 & ESP8266
ESP32 Led Blink With Push Button
YouTube
Like on Facebook
Follow on Twitter
Follow on Google+
Follow on Instagram
Subscribe on Youtube
Hi WelCome To My Website If you have a creative mind and want to learn Electronics even without studying it then FRIENDS this Website And Youtube Channel is for you, I am crazy creators who love making Electronics things. I have a bunch of more than 130 Tutorial Videos on My YouTube Channel and I upload a new Tutorial every Sunday.
Tags
Arduino Project
Esp32 Project
Esp8266 Project
0 Comments