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 ...

Wireless Electricity Transfer - Best science Project


 Transmitter

Take a Glass and whirl a wire on it 15 times after whirling a wire about three inches make a loop for center terminal and continue the process. Now take transistor BC547 or 2N2222 and connect its base terminal to one end of the copper coil, the collector terminal to the other end of the copper coil and now connect the emitter terminal to the negative (–ve) terminal of an 5v or 9v Power Adapter. The center terminal of the copper coil will be connected with the positive (+ve) terminal of an 5v or 9v Power Adapter. When then the receiver coil is placed 1 inch above the transmitter coil, then the LED will Glow.


Receiver

Make a 15 turn copper coil and connect a Light to its ends.

Wireless Power Transfer Circuit Working

The wireless power transmission can be defined as the energy that can be transmitted from the transmitter to a receiver through an oscillating magnetic field.

Comments

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