How to Install, Troubleshoot and Fix COM Port Drivers for Arduino Boards - FTDI and CH340 Series

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2023
  • Finding and Installing the Right Driver for Your Arduino Board: Step-by-Step Guide.
    Key Moments:
    1:01 How to check that your board com port is installed in your computer or not?
    2:49 How to install the Original Arduino Board Driver in the computer
    5:01 How to install CH340 Com Port Driver of your Arduino board in the Computer
    6:50 How to install FTDI Com Port Driver of your Arduino board in the Computer
    Important Links:
    FTDI232xx Series USB Driver Link: ftdichip.com/drivers/vcp-driv...
    CH340xx Series USB Driver Link: www.wch-ic.com/downloads/CH34x...
    Link to download winzip: www.winzip.com/en/download/wi...
    Link to download WinRAR: www.win-rar.com/download.html...
    How to install ESP32 board in Arduino IDE: www.nuttyengineer.com/how-to-...
    How to install NodeMCU ESP8266 board in Arduino IDE: www.nuttyengineer.com/nuttyfi...
    Arduino IDE Software: www.arduino.cc/en/software
    NuttyFi Wifi Development board: www.nuttyengineer.com/product...
    Find Our Other Videos on TH-cam: / @smedehradun
    How to Decode any RFID Card:
    • How to Decode RFID Car...
    Humidity & Temperature DHT11 with Raspberry Pi:
    • Raspberry Pi with DHT1...
    DHT11 Sensor with Raspberry pi using New Blynk2.0 IoT
    • Humidity and Temperatu...
    Multiple Servo Motor Control using New Blynk2.0
    • Control Multiple Servo...
    Gmail Alert & Notification with New Blynk2.0 IoT
    • Gmail Notifications an...
    ESP32 Factory Reset
    • ESP32 Troubleshooting:...
    NodeMCU ESP8266 Factory Reset
    • NodeMCU ESP8266 Factor...
    PH Sensor interfacing with New Blynk2.0
    • PH Sensor interfacing ...
    Distance measurement using Ultrasonic Sensor with New Blynk2.0
    • Distance measurement u...
    IoT Monitored Smart Plant with Water Pump Automation
    • IoT Monitored Smart Pl...
    Servo Motor Control using New Blynk2.0
    • Servo Motor Control us...
    Smart Dustbin with New Blynk2.0 IoT App
    • Smart Dustbin with New...
    TDS sensor based Safe Water Quality Meter with Mew Blynk2.0
    • TDS sensor based Safe ...
    DHT11 Sensor Data to New Blynk2.0
    • DHT11 Sensor Data to N...
    Home Automation using New Blynk 2.0
    • Home Automation using ...
    IoT Home Automation with Manual Switch Control Through New Blynk2.0 (Online & Offline Mode)
    • IoT Home Automation wi...
    LoRa Ra01 & Ra02 Interfacing with Customized Atmega328 Board
    • How to Interface LoRa ...
    LoRa Module Testing with Atmega328 Customized Board- SX1278 Long Range with Arduino Uno
    • LoRa Module Testing wi...
    LED Control with Arduino IoT Cloud
    • How to Start with Ardu...
    Contact link for Nutty Engineer Company: www.nuttyengineer.com/contact...
    Contact link for SME: www.smedehradun.com/contact/
    Join us at Social Platform: Github: github.com/itsbhupendrasingh
    Twitter: / itsbhupendra
    LinkedIn: / smedehradun
    Facebook: / schematicslab
    Instagram: / itsbhupendrasingh
    #smedehradun #arduinocomport #comport #arduino #ch340 #ftdi #iot #usb #usbdriver #arduinodriver #innovation #makeinindia #madeinindia #sme #hillytech #hillytechstarter
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 60

  • @lyndon123
    @lyndon123 7 หลายเดือนก่อน +1

    Awesome sir awesome, my Arduino got connected to the laptop 😎

    • @SMEDehradun
      @SMEDehradun  7 หลายเดือนก่อน

      🙏🙏🙏🙏

  • @nikihusein8975
    @nikihusein8975 5 หลายเดือนก่อน +1

    Thank you.

    • @SMEDehradun
      @SMEDehradun  5 หลายเดือนก่อน

      Welcome 🙏

  • @hdhdhdhhshdhd4376
    @hdhdhdhhshdhd4376 ปีที่แล้ว +2

    Arduino code:-
    void loop()
    float Humidity = dht.readHumidity(); float temperature = dht.readTemperature();
    intBodyTemperature=sensors.getTempCByIndex(0);
    int gas_value= analogRead (gas);
    // int myBPM- pulseSensor.getBeatsPerMinute();
    sensors.requestTemperatures ();
    delay(1000);
    Serial.print ("Humidity: ");
    Serial.print (Humidity);
    Serial.print ("\t");
    Serial.print ("Temperature") ;
    Serial.print (temperature);
    Serial.println("C");
    Serial.println(String ("Body Temp") +BodyTemperature);
    Serial. print ln(gas_value) ;

  • @JimTheweiner
    @JimTheweiner 8 หลายเดือนก่อน +1

    I'm using espduino-32 hw-729 but can't see it in device manager even if i plug or unplug it. Port is not showing in arduino ide or device manager.

    • @SMEDehradun
      @SMEDehradun  8 หลายเดือนก่อน

      You need to install COM port driver of your board. I have shows the installation of CH340 driver in video. So install that driver & your board will work.

  • @dea6492
    @dea6492 9 หลายเดือนก่อน +1

    Thank you

    • @SMEDehradun
      @SMEDehradun  9 หลายเดือนก่อน

      🙏 welcome

  • @Kiraraa-rb5if
    @Kiraraa-rb5if หลายเดือนก่อน +2

    Mine only says "pre-installed in advance", how to fix this?

    • @SMEDehradun
      @SMEDehradun  หลายเดือนก่อน +1

      Installed the com port driver than then restart you system and then try again. Try to update the driver with latest one.

    • @harishgovind1063
      @harishgovind1063 หลายเดือนก่อน +1

      Then also I'm not getting

    • @SMEDehradun
      @SMEDehradun  หลายเดือนก่อน

      If you follow all options as shown in the video, then Another solution is to update your operating system. It may fix this issue.

  • @starhero6314
    @starhero6314 ปีที่แล้ว +1

    Hi bro, How to send multiple sensor values from Arduino to nodemcu in serial communication, and then send to Arduino iot cloud... Can u tell me..

    • @SMEDehradun
      @SMEDehradun  ปีที่แล้ว

      Hi,
      This video can help you
      th-cam.com/video/V7l2ZWmMOQY/w-d-xo.html

    • @starhero6314
      @starhero6314 ปีที่แล้ว +1

      @@SMEDehradun Bro I tried this one, the data will upload but only one value read from arduino which is mentioned in first serial print line, for example use dht sensor it gives humidity and temperature,, In this only either humidity or temperature value will upload in nodemcu..

    • @starhero6314
      @starhero6314 ปีที่แล้ว +1

      I Need the humidity in nodemcu read data from arduino Serial.print line (humidity) ;and in the same way temperature in Nodemcu read value from arduino temperature line... Separately read and print.. Can u help me..

    • @SMEDehradun
      @SMEDehradun  ปีที่แล้ว

      Yes. Soon I will make the video in it soon.

    • @starhero6314
      @starhero6314 ปีที่แล้ว +1

      @@SMEDehradun ok bro,, Tq.. It's urgent..

  • @shaikkabeer1320
    @shaikkabeer1320 11 หลายเดือนก่อน +1

    Sir In my laptop the it's just showing com9 instead of com9 Arduino uno

    • @SMEDehradun
      @SMEDehradun  11 หลายเดือนก่อน

      It’s ok. Some time it will not display the Arduino Uno in com port.
      But be confirmed that you have selected the right COM Port of your board.

  • @beebonzgameplay
    @beebonzgameplay 3 หลายเดือนก่อน +1

    I have a problem! When i try to search the arduino's driver folder, i just couldnt find it!

    • @SMEDehradun
      @SMEDehradun  3 หลายเดือนก่อน +1

      Link is available in the video description.

  • @2cr496
    @2cr496 25 วันที่ผ่านมา +1

    bro my arduino is showing as unknown usb device i cant do anything please tell me how to fix

    • @SMEDehradun
      @SMEDehradun  25 วันที่ผ่านมา

      Only driver installation can help you.

    • @2cr496
      @2cr496 25 วันที่ผ่านมา +1

      @@SMEDehradun it helped me i had drivers installed now its fixed

    • @SMEDehradun
      @SMEDehradun  25 วันที่ผ่านมา

      Great 👍

  • @a_rahul_krishnan_2003
    @a_rahul_krishnan_2003 ปีที่แล้ว +2

    1st view and 1st comment

  • @a_rahul_krishnan_2003
    @a_rahul_krishnan_2003 ปีที่แล้ว +2

    Sir what driver we need to install, if we want to use nodeMCU

    • @SMEDehradun
      @SMEDehradun  ปีที่แล้ว +1

      There is 2 types of NodeMCU that you find in the market- with FTDI232RL IC & CH340C or CH2340G IC.
      Check which is with your NodeMCU board. And follow the same procedure as shown in this video for Arduino boards.

  • @bladexpixel1225
    @bladexpixel1225 หลายเดือนก่อน +1

    Bro how to check whether the Arduino is damaged or not

    • @SMEDehradun
      @SMEDehradun  หลายเดือนก่อน

      While your board is Not displaying com port or it shows the com port issue in computer.

  • @bladexpixel1225
    @bladexpixel1225 หลายเดือนก่อน +1

    My Arduino not displaying in other devices list
    My Arduino light is blinking also no ports are found and the 340 driver is pre-installed

    • @SMEDehradun
      @SMEDehradun  หลายเดือนก่อน

      Try to uninstall the driver then restart your computer then connect your board. It will automatically install the driver if it is available with window update otherwise you need to install it manually.
      Sometime window update resolve this issue.

    • @bladexpixel1225
      @bladexpixel1225 หลายเดือนก่อน +1

      @@SMEDehradun yes I have done it I guess the Arduino itself is damaged but I don't see any parts damaged I don't know what's the real reason

    • @SMEDehradun
      @SMEDehradun  หลายเดือนก่อน

      If you got uploading issue then there is bootloader issue in your board. Try upload bootloader. Below video may help you-
      th-cam.com/video/AwbcOT2z69k/w-d-xo.html

  • @coldguy
    @coldguy 3 หลายเดือนก่อน +1

    I have a problem, when I install a ch341 port driver for arduino nano it fixes an issue with error (avrdude: ser_open(): can't set com-state for "\.\COMx) but not forever, after couple of hours idk what happens, the error is back and i have to reinstall a driver to fix it again. Great video overall. I would be grateful if you could help me.

    • @SMEDehradun
      @SMEDehradun  3 หลายเดือนก่อน +2

      Try again after restart your PC and some times there is window update issue with arduino ide.

    • @wadebrewer7212
      @wadebrewer7212 หลายเดือนก่อน

      The problem is these little controllers and the software to run them is garbage. That's the problem.
      And Windows....what is it with the jackasses "fixing" stuff that isn't broken? Really sick of it. I'm not even I'm I.T.at work but spend a good portion of my day trying to un-f printers....or connection issues....or....Holy crap I will not even get started with how TERRIBLE one drive is.

    • @SMEDehradun
      @SMEDehradun  หลายเดือนก่อน +1

      If you are thinking, it will solved automatically, then it’s not possible.
      You have to work on it and it will get resolved. It’s very easy. I know you can do it because you are already in this field and can batter understand than others.

    • @wadebrewer7212
      @wadebrewer7212 หลายเดือนก่อน

      @SMEDehradun makes ZERO sense. I have LITTERALLY become the definition of "insanity" of doing the same thing over and over again.
      Right now the junk shows on the network amd I can ping the IP but still cannot control it from the app that was working this morning then simply stopped working.....without pushing code....without changing anything.

    • @wadebrewer7212
      @wadebrewer7212 หลายเดือนก่อน

      @SMEDehradun I did figure it out. It's something pretty stupid and not something of my own fault. For whatever reason when I use pin 2 as an INPUT_PULLUP..........it WRECKS the program and wifi Connection. Two different boards confirmed. If I set the exact same pin as a standard INPUT...no issues....wifi connects fine and the program runs fine....zero issues.
      I read somewhere that having serial begin following INPUT_PULLUP sometimes has issues. I am using someone else's code and inserting what I want for my project (Virtuino) so I will have to move stuff around or disable serial. We will see.

  • @pranavisgmr1744
    @pranavisgmr1744 3 หลายเดือนก่อน +3

    Bro but my ch340 driver is not installing and port section in device manager also is not coming when I connect ariduino board and ariduino boards light are also on 😢😢?

    • @SMEDehradun
      @SMEDehradun  3 หลายเดือนก่อน

      Try to update your window and then try to install the ch340 driver for com port

    • @jou4der
      @jou4der หลายเดือนก่อน +1

      I have the same problem did you solve it?

    • @SMEDehradun
      @SMEDehradun  หลายเดือนก่อน +1

      If even after installing the board driver, you are not getting com port that means your board is damaged.

  • @user-xk8bi1op5s
    @user-xk8bi1op5s 4 หลายเดือนก่อน

    sir Arduino TX light is blinking automatically please help me

    • @SMEDehradun
      @SMEDehradun  4 หลายเดือนก่อน

      Arduino TX?

    • @user-xk8bi1op5s
      @user-xk8bi1op5s 4 หลายเดือนก่อน +1

      transmitting light

    • @SMEDehradun
      @SMEDehradun  4 หลายเดือนก่อน

      Try to upload blank code in your baord and then check.

    • @user-xk8bi1op5s
      @user-xk8bi1op5s 4 หลายเดือนก่อน +1

      @@SMEDehradun Thank you, bro, just now I came to my Arduino was damaged.

    • @SMEDehradun
      @SMEDehradun  4 หลายเดือนก่อน

      Ohhh.

  • @panbotuk
    @panbotuk 14 วันที่ผ่านมา

    Ohh shit, my friend from aliexpress lie to me. Not ch340 like in description

    • @SMEDehradun
      @SMEDehradun  14 วันที่ผ่านมา

      Check there may be different IC in your board.