Posts

Showing posts from June, 2021

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

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