Posts

DIY SMART WATER FILTER By Technical idEas

Image
  Instagram Facebook YouTube Group :-  https://chat.whatsapp.com/I4Nv0YEt1hK3Z9EVjsvngh Code :-  // Created by Technical idEas // https://youtube.com/channel/UCCJyR_wnt3SxhErsSUP9Wrw const int trigPin = 11; const int echoPin = 10; // defines pins numbers motors. const int motor = 4; // defines variables long duration; int distance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echoPin as an Input pinMode(motor, OUTPUT); // Sets the Motor as an Output Serial.begin(9600); // Starts the serial communication } void loop() { // Clears the trigPin digitalWrite(trigPin, LOW); delayMicroseconds(2); // Sets the trigPin on HIGH state for 10 micro seconds digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); // Reads the echoPin, returns the sound wave travel time in microseconds duration = pulseIn(echoPin, HIGH); // Calculating the distance distance= duration*0.034/2; // Pri

How to Make Smart Fan using by Ultrasonic Sensor

Image
  Ⓒⓞⓓⓔ :-  //Technical idEas // https://youtube.com/channel/UCCJyR_wnt3SxhErsSUP9Wrw //Home Automation /* Code starts from here */ // defines pins numbers ultrasonic sensor. const int trigPin = 9; const int echoPin = 10; // defines pins numbers motors. const int motor = 8; // defines variables long duration; int distance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echoPin as an Input pinMode(motor, OUTPUT); // Sets the Motor as an Output Serial.begin(9600); // Starts the serial communication } void loop() { // Clears the trigPin digitalWrite(trigPin, LOW); delayMicroseconds(2); // Sets the trigPin on HIGH state for 10 micro seconds digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); // Reads the echoPin, returns the sound wave travel time in microseconds duration = pulseIn(echoPin, HIGH); // Calculating the distance distance= duration*0.034/2; // Prints the distance on the Serial Monitor Se

How To Make Google Home

Image
Code  :- /* code started     Google Home     #define Relay1 = D0     #define Relay2 = D1   code created by technical ideas yt https://youtube.com/c/TechnicalidEas07 */  #define BLYNK_PRINT Serial #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> char auth[] = "YourAuthToken"; char ssid[] = "YourNetworkName"; char pass[] = "YourPassword"; void setup() {      Serial.begin(9600);   Blynk.begin(auth, ssid, pass);    } void loop() {   Blynk.run(); } Instagram id Subscribe Now  http://188.166.206.43/AuthCode/update/D2      

Smart Charger

Image
Code :-  https://drive.google.com/file/d/13IsfVJ1opG1Q8Opsp_mKk4qTXoPvxARU/view?usp=drivesdk

How To Make Smart Street Light

Image
  🔗 𝑪𝒊𝒓𝒄𝒖𝒊𝒕 𝑫𝒊𝒂𝒈𝒓𝒂𝒎 :-  https://drive.google.com/folderview?id=12eVxZA6ykzveXjEBglbZP36YETR_EIDm

Servo Motor Control using by Mobile

Image
What's App Group:-  https://chat.whatsapp.com/I4Nv0YEt1hK3Z9EVjsvngh 👨🏻‍💻  Code :-  /* code started #define servo= 11; #define rx= 2; #define tx= 3; code created by technical idEas  https://youtube.com/c/TechnicalidEas07 */ #include<SoftwareSerial.h> #include <Servo.h> Servo myservo; SoftwareSerial mySerial(2, 3); // RX, TX int Position ; void setup() {   myservo.attach(11);   mySerial.begin(9600);   Serial.begin(9600); } void loop() {  if(mySerial.available()>0)  {   Position = mySerial.read();   Position = map(Position, 0, 180, 180, 0);   myservo.write(Position);  } }           Instagram ID :-   https://www.instagram.com/technical_ideas_07/ APPLICATION :-   https://drive.google.com/file/d/1AQJ29gRVOFhm1Ap1BkEbRWKg_pvEbvAX/view?usp=drivesdk SUBSCRIBE NOW :-  https://youtube.com/channel/UCCJyR_wnt3SxhErsSUP9Wrw  🥺

Best Arduino Project

Image
  Coding & Circuit diagram:-    https://drive.google.com/folderview?id=101FnttNwofosznx5QkrOR3ZSfjJPGlAF SUBSCRIBE NOW :-  https://youtube.com/channel/UCCJyR_wnt3SxhErsSUP9Wrw  🥺