Wet & Dry Waste Smart Dustbin for House | Best science Project | Harish Projects

Image
 Watch Full Detailed video πŸ‘‡πŸ» Diagram in VideoπŸ‘† //Arduino Code// //YouTube: Harish Projects //Order Electronic Parts & Project kit:  HarishProjects.com // #include <Servo.h> Servo servo1; const int trigPin = 12; const int echoPin = 11; long duration; int distance=0; int potPin = A0; //input pin int soil=0; int fsoil; void setup()  {   Serial.begin(9600); //Serial.print("Humidity"); pinMode(trigPin, OUTPUT);  pinMode(echoPin, INPUT);  servo1.attach(8); } void loop()  { //YouTube: Harish Projects //Order Electronic Parts & Project kit:  HarishProjects.com //      int soil=0;   for(int i=0;i<2;i++)   { digitalWrite(trigPin, LOW); delayMicroseconds(7); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); delayMicroseconds(10); duration = pulseIn(echoPin, HIGH); distance= duration*0.034/2+distance; delay(10);   }   distance=distance/2;   Serial.println(distance); if ...

How to make Anti sleep alarm for Drivers without arduino | Best science Project | Budget Project 2023

 Anti sleep alarm for Driver | Best science Project | Budget Project 2023.

Aaj hum banayenge ek Anti sleep alarm for Drivers isme maine koi bhi Arduino ka use nhi kiya hai jisse ki ye ek budget project ban jata hai. aap chahe to project kit order kr sakte hai. uske liye Instagram pe contact krna padega. Link below.

Comments

Unknown said…
Thanks,it is a Good job
Lala said…
Where did you connect the switch
Please show it or at least advice it.
Lala said…
Can you show how you connected the switch Harish bhaiyya
Amit Raj said…
Bhai Nice πŸ‘
Muze yesa project chahiye
Yug said…
Apane switch show kiya hai to uska kaha fit karna hai yae bae bata datae
Kamalesh said…
can i get the code
ritesh said…
i purchased different ir module where above circuit diagram dosent work.

i seen another video of some female explaining this type of project , as ir was same there so it worked there.


so , admin if possible do elebrotae steps so people can make this porject successfully
Hamza said…
BGM Kam kr bhai kuch sunai hi nai dera

Popular posts from this blog

Smart Bridge - Automatic Hight increase when flooding | Best science Project

How to make Phone control RC car using Arduino #phoneControlCar

Inspire Award Project | Train accident Prevention project | Best science Project / Harish Projects