AndProf Plus
AndProf Plus
  • 19
  • 255 669
wow! Top electronics projects |Top Arduino projects | Top Creative projects
Top Creative Arduino an electronic projects
How to Make Remote Control Door Lock at Home
how to make hot air soldering iron
How To Make A Simple DIY Arduino Bluetooth Controlled Car At Home
How to make Mini CNC Drawing Machine
How To Make Pen Plotter
Homework Writing Machine at Home
By Andprof Plus
#electronic
#electronics
#arduinoproject
---------------------------
for more creative projects, please visit our website
our website link : andprof.com/
--------------------------
#Electronic_circuits
#Arduino
#Electronic_project
#Arduino_projects
Переглядів: 528

Відео

how to make amplifier with 13003 transistor | Electronic Project
Переглядів 65 тис.2 роки тому
In this video we will discover : how to make amplifier with 13003 transistor | how to make amplifier for speakers | 13003 transistor projects Electronic components needed : andprof.com/electronics/how-to-make-amplifier-with-13003-transistor/ For more electronic projects please visit our website : andprof.com our website link : andprof.com/ #electronic #Electronic_projects how to make amplifier ...
Arduino Radar Project | Make a Radar with Arduino and Ultrasonic
Переглядів 21 тис.2 роки тому
In this video we will discover : How To Make a Radar with Arduino, and ultrasonic sensor. Circuit diagram : andprof.com/arduino-electronic/how-to-make-a-radar-with-arduino-project-with-code/ Programming Code : andprof.com/arduino-electronic/how-to-make-a-radar-with-arduino-project-with-code/ Processing code : andprof.com/arduino-electronic/how-to-make-a-radar-with-arduino-project-with-code/ dow...
Measure Temperature and humidity using Arduino | arduino project with code
Переглядів 4 тис.2 роки тому
In this video we will discover : how to measure temperature and humidity using Arduino | measure the temperature and humidity by DHT sensor and display it on the Lcd 16×2. dht sensor arduino code Circuit diagram : andprof.com/arduino-electronic/measure-temperature-and-humidity-using-arduino-project-with-code/ Programming Code : andprof.com/arduino-electronic/measure-temperature-and-humidity-usi...
Arduino UNO and Mega USB driver CH341 | Solve the problem
Переглядів 2,9 тис.2 роки тому
fixe arduino board driver problem Arduino Board USB driver installing CH341 Drivers for Arduino Arduino not Detected by Computer FIX COM Port Issue FIX driver download link : www.mediafire.com/file/pj3cxkiagg12yyy/arduino_driver_CH341SER_by_andprof.rar/file arduino projects with code : andprof.com/category/arduino-electronic/ our website link : andprof.com/ #Electronic #Arduino arduino board us...
Top electronic projects with C945 transistor
Переглядів 30 тис.2 роки тому
Top electronic projects: water level indicator & non contact voltage detector Electronic components needed : - 3 C945 transistor - Resistance ( 500 Ohm ) - 3 LED - Electrical wires for more projects : our website link : andprof.com/ #Electronic_circuits #Electronic_project Top Simple Electronics projects Top 2 Electronic Projects 2022 TOP Awesome Electronic Project top electronic project for be...
Arduino Tutorial : SN74HC595N Shift Register with Arduino | project with code
Переглядів 6 тис.2 роки тому
In this video : we will create a simple arduino project using SN74HC595N Shift Register | Arduino Tutorial Programming Code : andprof.com/tutorials/use-sn74hc595n-shift-register-with-arduino-project-with-code/ Circuit diagram : andprof.com/tutorials/use-sn74hc595n-shift-register-with-arduino-project-with-code/ How to use arduino IDE software : andprof.com/tools/what-is-arduino-software-ide-and-...
Ultrasonic arduino project with code | ultrasonic sensor HC-SR04 tutorial
Переглядів 1,9 тис.2 роки тому
In this video : we will create a simple electronic project using Arduino and Ultrasonic, that will measure the distance between the car and the wall, which will help: To Park the car precisely in the garage | Arduino projects with code ultrasonic sensor arduino | ultrasonic sensor arduino projects | ultrasonic sensor arduino code Programming Code : andprof.com/arduino-electronic/ultrasonic-sens...
Arduino Project : How to control any device by IR remote control
Переглядів 9 тис.2 роки тому
In this video we will discover :How To Make arduino project to control any device by IR remote control and IR receiver and arduino | Tutorial : Arduino IR | Arduino projects with code Remote control & IR Receiver. Using IR Remote Controls with the Arduino remotely control any device Programming Code : andprof.com/arduino-electronic/control-any-device-by-remote-control-arduino-project-with-code/...
How To Make Clap Switch with Arduino and Sound Sensor | Arduino projects
Переглядів 69 тис.2 роки тому
In this video we will discover :How To Make Clap Switch with Arduino and Sound Sensor | | Module KY-038 | Arduino UNO R3 projects for beginners. Clap Switch with Arduino Schema of the circuit : andprof.com/creativity/clap-switch-with-arduino-and-sound-sensor-arduino-project-with-code/ Programming Code : andprof.com/creativity/clap-switch-with-arduino-and-sound-sensor-arduino-project-with-code/ ...
How To Use Sound Sensor With Arduino | Arduino projects with code
Переглядів 11 тис.2 роки тому
In this video we will discover : How To Use Sound Sensor With Arduino | | Module KY-038 | Arduino UNO R3 projects for beginners. Sound Sensor Module Arduino Schema of the circuit : andprof.com/arduino-electronic/how-to-use-sound-sensor-with-arduino-arduino-projects-with-code/ Programming Code : andprof.com/arduino-electronic/how-to-use-sound-sensor-with-arduino-arduino-projects-with-code/ How t...
how to use 16x2 lcd display with arduino | arduino project with code
Переглядів 3,8 тис.2 роки тому
how to use 16x2 lcd display with arduino | arduino project with code
How to use digit 7 Segment led Display with Arduino | arduino project with code
Переглядів 1,8 тис.2 роки тому
How to use digit 7 Segment led Display with Arduino | arduino project with code
How to make fire detector using arduino and fire sensor | arduino project with code
Переглядів 15 тис.2 роки тому
How to make fire detector using arduino and fire sensor | arduino project with code
how to control LED lights with Arduino | Top Arduino project for beginners
Переглядів 1,4 тис.2 роки тому
how to control LED lights with Arduino | Top Arduino project for beginners

КОМЕНТАРІ

  • @High-Q
    @High-Q 6 днів тому

    cant see what ur doing

  • @ATALLAB-vvc
    @ATALLAB-vvc 13 днів тому

  • @LFezixIsTaken
    @LFezixIsTaken 29 днів тому

    What´s up fellas! As you probably can see the link with the code aint working, when I saw that I realized that some of you might not be able to make your own script and that´s why I made this script that should work with this tutorial! : const int sensorPin = A0; const int ledPin = 10; const int threshold = 500; const int debounceDelay = 200; bool ledState = false; unsigned long lastClapTime = 0; void setup() { pinMode(ledPin, OUTPUT); digitalWrite(ledPin, LOW); } void loop() { int sensorValue = analogRead(sensorPin); if (sensorValue > threshold && millis() - lastClapTime > debounceDelay) { ledState = !ledState; digitalWrite(ledPin, ledState ? HIGH : LOW); lastClapTime = millis(); } } If you feel like it and want to help others please like, that will make this comment more popular! Thanks.

  • @SaiprasadM-bi4rc
    @SaiprasadM-bi4rc Місяць тому

    Should i i use a male to female jumper or male to male jumper?

  • @ayomideolayinka8638
    @ayomideolayinka8638 Місяць тому

    What's up with the code ?

  • @nrgsz2886
    @nrgsz2886 Місяць тому

    where is programming code?

  • @TahaBougnar-v3p
    @TahaBougnar-v3p Місяць тому

    bro the link havent found me the code

  • @riddhanthchaurasia5158
    @riddhanthchaurasia5158 Місяць тому

    same the link in the descriptions code is not working

  • @ΘεοφανιαΜπαλ-σ7ξ
    @ΘεοφανιαΜπαλ-σ7ξ Місяць тому

    hey can you upload somewhere the code again because it isnt workin plss

  • @villeintck
    @villeintck 2 місяці тому

    Code doesnt exist

  • @ramijali6964
    @ramijali6964 2 місяці тому

    Brother give me your number I have make big cnc machine after 10 ago but I can't oparate it please help me😢😢😢 please

    • @RedRose-bx8yo
      @RedRose-bx8yo Місяць тому

      wht is the problem dear

    • @ramijali6964
      @ramijali6964 Місяць тому

      @@RedRose-bx8yo brother there is showing grbl 1.1h ($ for help) when I jogging and upload program...

    • @RedRose-bx8yo
      @RedRose-bx8yo Місяць тому

      @@ramijali6964 i think there is problem with endstop switch or wiring

    • @ramijali6964
      @ramijali6964 Місяць тому

      @@RedRose-bx8yo but I am not enable $22 I'm just jogging

    • @ramijali6964
      @ramijali6964 Місяць тому

      @@RedRose-bx8yo brother give me your number I'll be show you exact prblm

  • @Arihant-xo5wj
    @Arihant-xo5wj 2 місяці тому

    pls be vegan animals also have lifes Radhe Radhe

  • @Boncreate
    @Boncreate 2 місяці тому

    aint no way bro really needed an intro for ytshorts

  • @maunzik5936
    @maunzik5936 3 місяці тому

    It doesn’t work for me. It tells me everytime 0

  • @nasermsabhia7155
    @nasermsabhia7155 3 місяці тому

    bro it's good but where's the rest of the code

  • @nasermsabhia7155
    @nasermsabhia7155 3 місяці тому

    what is this Ooops... Error 404

  • @raeesahkhan3900
    @raeesahkhan3900 4 місяці тому

    Hi faced trouble in led it did not respond to the sound please help

  • @iyelaerealbert5122
    @iyelaerealbert5122 4 місяці тому

    Please can you post the code here

  • @user-ih2tv2io5b
    @user-ih2tv2io5b 4 місяці тому

    Cobe

  • @alve__7777
    @alve__7777 4 місяці тому

    bro where is the code? the link isnt working

  • @arga22431
    @arga22431 4 місяці тому

    youtuber gak niat🪨

  • @user-iv8im4ym6k
    @user-iv8im4ym6k 4 місяці тому

    Would you please share the code as the description link is not working. Thanks

  • @mayadasalameh3968
    @mayadasalameh3968 4 місяці тому

    code plz because the page not found

  • @Kazuya_1633
    @Kazuya_1633 5 місяців тому

    hello bro, the code in link tells page not found when open. plss help

  • @SusantaMandal-xj4bw
    @SusantaMandal-xj4bw 5 місяців тому

    Hare Krishna Hare Ram Radhe Radhe Om Namo Shiva Jay Mata Parvati Jay Mata Sita Ram Laxman Bharat Satrughan Jay Bajrang Bali Jay Prabhu Jagannath Jay Mata Di Jay Gau Mata

  • @SusantaMandal-xj4bw
    @SusantaMandal-xj4bw 5 місяців тому

    Hare Krishna Hare Ram Radhe Radhe Om Namo Shiva Jay Mata Parvati Jay Mata Sita Ram Laxman Bharat Satrughan Jay Bajrang Bali Jay Prabhu Jagannath Jay Mata Di Jay Gau Mata

  • @SusantaMandal-xj4bw
    @SusantaMandal-xj4bw 5 місяців тому

    Hare Krishna Hare Ram Radhe Radhe Om Namo Shiva Jay Mata Sits Ram Layman Bharat Satrughanv Jay Bajrang Bali Jay Prabhu Jagannath Jay Mata Di Jay Gau Mata

  • @exoticcars5166
    @exoticcars5166 5 місяців тому

    Hii need your contact

  • @periklisierodiakonou
    @periklisierodiakonou 5 місяців тому

    when i went to the website to see the code it says that page not found can you help me and i f you help reply to my comment or like ??

    • @AndProfPlus
      @AndProfPlus 5 місяців тому

      We are in the process of revamping our site

    • @satowahozuki8441
      @satowahozuki8441 4 місяці тому

      can u revamp it pls? we need help :(

  • @divyadivvi9497
    @divyadivvi9497 5 місяців тому

    can u post the code in comments section that andprof link is not working its fast plz urjent

    • @AndProfPlus
      @AndProfPlus 5 місяців тому

      We are in the process of revamping our site

    • @KarenGraceAntolijao
      @KarenGraceAntolijao 5 місяців тому

      @@AndProfPlus the link that you give isn't working

  • @AdrianaSilva-ud4mz
    @AdrianaSilva-ud4mz 5 місяців тому

    😊hhhh😮

  • @ahmadjaradat3011
    @ahmadjaradat3011 6 місяців тому

    good video thank you

  • @SneakySneaky-ej9si
    @SneakySneaky-ej9si 6 місяців тому

    programming code site not working 👎💅😠

    • @AndProfPlus
      @AndProfPlus 5 місяців тому

      We are in the process of revamping our site

  • @Im_rocky18
    @Im_rocky18 7 місяців тому

    the servo motor is rotating 360 degree, like usual dc motor

  • @anshgupta8571
    @anshgupta8571 7 місяців тому

    What is this type of flame sensor with no pcb attached to it called ??

  • @ASIFAHAMED-72
    @ASIFAHAMED-72 7 місяців тому

    I want to buy one like this❤❤

  • @ASIFAHAMED-72
    @ASIFAHAMED-72 7 місяців тому

    How much money has been spent behind this project?

    • @manannegi2109
      @manannegi2109 Місяць тому

      @@RedRose-bx8yohey can you help me?

    • @manannegi2109
      @manannegi2109 Місяць тому

      @@RedRose-bx8yo i have made one using l239d motor driver shield everything is working fine but it is not writing correctly

    • @RedRose-bx8yo
      @RedRose-bx8yo Місяць тому

      @@manannegi2109 can you send me a video

    • @RedRose-bx8yo
      @RedRose-bx8yo Місяць тому

      @@manannegi2109 hello

    • @manannegi2109
      @manannegi2109 Місяць тому

      @@RedRose-bx8yo hiee

  • @necro3921
    @necro3921 8 місяців тому

    sensor adjust not working

  • @hinda3389
    @hinda3389 8 місяців тому

    Can someone explain what the name of the program that show the radar diagrams

  • @kennmossman8701
    @kennmossman8701 9 місяців тому

    no labels on video for the leads or polarity

  • @kennmossman8701
    @kennmossman8701 9 місяців тому

    no detials on this BJT

  • @kennmossman8701
    @kennmossman8701 9 місяців тому

    poor construction

  • @kennmossman8701
    @kennmossman8701 9 місяців тому

    no schematic

  • @kennmossman8701
    @kennmossman8701 9 місяців тому

    hard to follow what you are doing

  • @pubggaming048
    @pubggaming048 9 місяців тому

    Can i make that the Radar Scanner everthing from 500cm?

  • @hussenimola283
    @hussenimola283 9 місяців тому

    how it can differentiate potential threats and other environmental activities like bird, cat, wall, stone etc