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

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • 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/d...
    CH340xx Series USB Driver Link: www.wch-ic.com/...
    Link to download winzip: www.winzip.com...
    Link to download WinRAR: www.win-rar.co...
    How to install ESP32 board in Arduino IDE: www.nuttyengin...
    How to install NodeMCU ESP8266 board in Arduino IDE: www.nuttyengin...
    Arduino IDE Software: www.arduino.cc...
    NuttyFi Wifi Development board: www.nuttyengin...
    Find Our Other Videos on RUclips: / @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.nuttyengin...
    Contact link for SME: www.smedehradu...
    Join us at Social Platform: Github: github.com/its...
    Twitter: / itsbhupendra
    LinkedIn: / smedehradun
    Facebook: / schematicslab
    Instagram: / itsbhupendrasingh
    #smedehradun #arduinocomport #comport #arduino #ch340 #ftdi #iot #usb #usbdriver #arduinodriver #innovation #makeinindia #madeinindia #sme #hillytech #hillytechstarter

Комментарии • 80

  • @lyndon123
    @lyndon123 Год назад +1

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

  • @gurnoorsinghwadhwa3668
    @gurnoorsinghwadhwa3668 Месяц назад +1

    even after connecting the Arduino board and checking the USB cable, i am not able to see the port option in the device manager

    • @SMEDehradun
      @SMEDehradun  Месяц назад

      You will get all options to install com port in your computer in the video. And still you are not getting the com port, then you need to check your board’s hardware.

  • @hdhdhdhhshdhd4376
    @hdhdhdhhshdhd4376 Год назад +3

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

  • @Kiraraa-rb5if
    @Kiraraa-rb5if 6 месяцев назад +2

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

    • @SMEDehradun
      @SMEDehradun  6 месяцев назад +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 6 месяцев назад +1

      Then also I'm not getting

    • @SMEDehradun
      @SMEDehradun  6 месяцев назад

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

  • @yousefmejdi5298
    @yousefmejdi5298 5 месяцев назад +1

    Does that mean my arduino board with Arduino UNO driver doesn’t work with ESP32 cam because i don’t have the ch340 driver ?

    • @SMEDehradun
      @SMEDehradun  5 месяцев назад

      Yes.
      For program ESP32 CAM, connect external UART TLT to usb converter.

  • @beebonzgameplay
    @beebonzgameplay 8 месяцев назад +1

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

    • @SMEDehradun
      @SMEDehradun  8 месяцев назад +1

      Link is available in the video description.

  • @bladexpixel1225
    @bladexpixel1225 6 месяцев назад +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  6 месяцев назад

      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 6 месяцев назад +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  6 месяцев назад

      If you got uploading issue then there is bootloader issue in your board. Try upload bootloader. Below video may help you-
      ruclips.net/video/AwbcOT2z69k/видео.html

  • @pranavisgmr1744
    @pranavisgmr1744 8 месяцев назад +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  8 месяцев назад

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

    • @jou4der
      @jou4der 6 месяцев назад +1

      I have the same problem did you solve it?

    • @SMEDehradun
      @SMEDehradun  6 месяцев назад +2

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

    • @homeah5318
      @homeah5318 3 месяца назад

      @@pranavisgmr1744 did you find a solution? Cause am struggling with same problem

  • @JimTheweiner
    @JimTheweiner Год назад +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  Год назад

      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.

    • @srinithip9760
      @srinithip9760 4 месяца назад +1

      Sir its showing that it is pre-installed

    • @SMEDehradun
      @SMEDehradun  4 месяца назад

      Then check which com port it detects, then try.

  • @bladexpixel1225
    @bladexpixel1225 6 месяцев назад +1

    Bro how to check whether the Arduino is damaged or not

    • @SMEDehradun
      @SMEDehradun  6 месяцев назад

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

  • @shaikkabeer1320
    @shaikkabeer1320 Год назад +1

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

    • @SMEDehradun
      @SMEDehradun  Год назад

      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.

  • @2cr496
    @2cr496 5 месяцев назад +1

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

    • @SMEDehradun
      @SMEDehradun  5 месяцев назад

      Only driver installation can help you.

    • @2cr496
      @2cr496 5 месяцев назад +1

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

    • @SMEDehradun
      @SMEDehradun  5 месяцев назад

      Great 👍

  • @MohammadHamza-hn4vj
    @MohammadHamza-hn4vj Месяц назад +1

    Lights are not blinking and in ide nothings is able to flash

    • @SMEDehradun
      @SMEDehradun  Месяц назад

      If your computer recognise the com port and the program is not flashed and board is not working, then try to upload bootloader in your IC.
      Below link may help you to upload bootloader-
      ruclips.net/video/AwbcOT2z69k/видео.html

    • @MohammadHamza-hn4vj
      @MohammadHamza-hn4vj Месяц назад +1

      @@SMEDehradun nothing is flashing with any type of software

    • @SMEDehradun
      @SMEDehradun  Месяц назад

      Then you need to check your board hardware.

    • @MohammadHamza-hn4vj
      @MohammadHamza-hn4vj Месяц назад +1

      @@SMEDehradun i already order esp32 5 pcs

    • @SMEDehradun
      @SMEDehradun  Месяц назад +1

      @MohammadHamza-hn4vj 👍

  • @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
      ruclips.net/video/V7l2ZWmMOQY/видео.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..

  • @djnikhilsingh
    @djnikhilsingh 3 месяца назад +1

    Thank You ❤

  • @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.

  • @coldguy
    @coldguy 8 месяцев назад +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  8 месяцев назад +2

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

    • @wadebrewer7212
      @wadebrewer7212 6 месяцев назад

      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  6 месяцев назад +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 6 месяцев назад

      @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 6 месяцев назад

      @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.

  • @nikihusein8975
    @nikihusein8975 10 месяцев назад +1

    Thank you.

  • @ilmakefrenembombeilobo190
    @ilmakefrenembombeilobo190 3 месяца назад +1

    thanks man

  • @dea6492
    @dea6492 Год назад +1

    Thank you

  • @Blue.sapa.arpaiaSapa
    @Blue.sapa.arpaiaSapa 25 дней назад +1

    Tankkkkk❤❤❤❤

  • @PraveenChintha-j2t
    @PraveenChintha-j2t 9 месяцев назад

    sir Arduino TX light is blinking automatically please help me

    • @SMEDehradun
      @SMEDehradun  9 месяцев назад

      Arduino TX?

    • @PraveenChintha-j2t
      @PraveenChintha-j2t 9 месяцев назад +1

      transmitting light

    • @SMEDehradun
      @SMEDehradun  9 месяцев назад

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

    • @PraveenChintha-j2t
      @PraveenChintha-j2t 9 месяцев назад +1

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

    • @SMEDehradun
      @SMEDehradun  9 месяцев назад

      Ohhh.

  • @a_rahul_krishnan_2003
    @a_rahul_krishnan_2003 Год назад +2

    1st view and 1st comment

  • @panbotuk
    @panbotuk 5 месяцев назад

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

    • @SMEDehradun
      @SMEDehradun  5 месяцев назад

      Check there may be different IC in your board.