Posts

How To Make Automatic Radha Krishna Jhula (Swing)

Image
  If there is any problem to create this project, you can DM on   Instagram Facebook What's app :-  wa.me/916000180664 Group :-  https://chat.whatsapp.com/I4Nv0YEt1hK3Z9EVjsvngh  πŸ‘¨πŸ»‍πŸ’»Code :-  /*   code started #define servo= 9; created by technical ideas   https://youtube.com/c/TechnicalidEas07 */ #include <Servo.h> Servo myservo;   int pos = 0;     void setup() {   myservo.attach(9);   } void loop() {   for (pos = 0; pos <= 180; pos += 1) {               myservo.write(pos);                            delay(4);                                  }   for (pos = 180; pos >= 0; pos -= 1) {               myservo.write(pos);                 delay(4);      } }

DIY Clock Using By Arduino

Image
  Instagram Facebook What's App Group :-  https://chat.whatsapp.com/I4Nv0YEt1hK3Z9EVjsvngh Zip i2c :-  https://drive.google.com/file/d/1-OFtSUA04vZjHdXWHE3MpwxeZq4K6esz/view?usp=drivesdk Zip 16x2 :-  https://drive.google.com/file/d/1-Mv62C4WyZ64ZH1XOaRnttN4s1FuH-iV/view?usp=drivesdk Password :- TechnicalidEas07 I2C Code :-  /* code started #define push1= 10; #define push2= 11; #define push3= 12; #define buzzer= 13; created by Technical idEas (YT) chennal link :- https://youtube.com/c/TechnicalidEas07 diy clock using by arduino */ #include <Wire.h> #include<EEPROM.h> #include <RTClib.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27,20,4); RTC_DS1307 RTC; int temp, inc, hours1, minut, add = 11; int next = 10; int INC = 11; int set_mad = 12; #define buzzer 13 int HOUR, MINUT, SECOND; void setup() { lcd.init(); // initialize the lcd lcd.init(); // Print a message to the LCD. lcd.backlight(); Wire.begin(); R

Best IOT Project By Technical idEas

Image
πŸ“Œ  Instagram πŸ“Œ  Facebook πŸ“Œ  What's app  :-  https://chat.whatsapp.com/I4Nv0YEt1hK3Z9EVjsvngh Download Blink  Library BLINK LIBRARY add Video :-  https://youtu.be/gNX2lOuA1Jo     πŸ‘¨πŸ»‍πŸ’» Code :-  /* code started created by Technical idEas (YT) chennal link :- https://youtube.com/c/TechnicalidEas07 #define light = 1; #define sensor = A0; */ #define BLYNK_PRINT Serial #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> #define led D1 #define sensor A0 char auth[] = "aF2T__AGsARwYsWAfXyfRiAdbTkc_jUz" ; char ssid[] = "Samrat" ; char pass[] = "00000000" ; BlynkTimer timer; void setup() { // Debug console pinMode(led, OUTPUT); Serial.begin( 9600 ); Blynk.begin(auth, ssid, pass); timer.setInterval( 500 L, sendSensor); } void loop() { Blynk.run(); timer.run(); } void sendSensor() { int LDR = analogRead(sensor); if (LDR < 15

How To Make WiFi Jammer Using by ESP8266 mini

Image
  Software :-  https://drive.google.com/file/d/1-9s7sj15ATiX8__HhG3FrPQWxdvFRl56/view?usp=drivesdk Instagram:-  https://www.instagram.com/technical_ideas_07/?hl=en YouTube :-   https://youtube.com/c/TechnicalidEas07

How To Make Resistor Meter

Image
  Code :-  https://drive.google.com/folderview?id=1-KJohJAW9L3mX6Ng-Kmaw0NC9P0ZkhJ4 technicalidEas07 This password will not work for a few days :( πŸ“Œ If you want to know the password, then DM on Instagram :) Will get reply within 24 hours. Instagram ID :-  https://www.instagram.com/technical_ideas_07/?hl=en Facebook :-  https://m.facebook.com/technicalidEas07/ What's App :-  wa.me/916000180664 Group :-   https://chat.whatsapp.com/I4Nv0YEt1hK3Z9EVjsvngh

How to Make Object Detector

Image
  Instagram Facebook YouTube Code :- /* code started code created by Technical idEas  #define buzzer=11  #define led=12 #define trigPin = 10; #define ehoPin = 9; 16x2 lcd connection                  rs = 2, en = 3, d4 = 4, d5 = 5, d6 = 6, d7 = 7;    channel link :- https://youtube.com/channel/UCCJyR_wnt3SxhErsSUP9Wrw */ #include <LiquidCrystal.h>  LiquidCrystal lcd(2, 3, 4, 5, 6, 7); const int trigPin = 10; const int echoPin = 9; long duration; int distance; void setup() {     pinMode(trigPin, OUTPUT);    pinMode(echoPin, INPUT);      pinMode(11, OUTPUT);    pinMode(12, OUTPUT);   Serial.begin(9600);      lcd.begin(16,2);    lcd.setCursor(0, 0);     lcd.print("  Technical idEas "); delay(5000);   } void loop() {     digitalWrite(trigPin, LOW);       delayMicroseconds(2);       digitalWrite(trigPin, HIGH);       delayMicroseconds(10);       digitalWrite(trigPin, LOW);     duration = pulseIn(echoPin, HIGH);     distance= duration*0.034/2;     Serial.print(" OBJECT&qu

Packets Counting Machine By Technical idEas

Image
πŸ“Œ If you need any help, you can Message on Instagram πŸ“Œ  Instagram πŸ“Œ  Facebook πŸ“Œ Group :-  https://chat.whatsapp.com/I4Nv0YEt1hK3Z9EVjsvngh πŸ“Œ Code :-  https://drive.google.com/file/d/1P4kvi9EnyBFMaCiYIMJmjbD024hMCkHR/view?usp=drivesdk It has a password in it. Watch the full video to know the password i2c library :-  https://drive.google.com/file/d/1xDDEKskHI_jZ0qTfNmhigIBERh0TemSO/view?usp=drivesdk                                   Watch the Video