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

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

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

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

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

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

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

      Then also I'm not getting

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

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

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

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

  • @SSW_1354
    @SSW_1354 11 дней назад +1

    Sir after opening device manager Ports ( COM & LPT) option is showing but
    In that yellow mark is showing
    Please can you help me

    • @SMEDehradun
      @SMEDehradun  10 дней назад

      Install the com port driver. You can also try to change the cable. If problem still persist, then try to update window operation system.

    • @SSW_1354
      @SSW_1354 9 дней назад +1

      ​@@SMEDehradun Sir how to download com port drive

    • @SMEDehradun
      @SMEDehradun  8 дней назад

      U have shown in the video.

  • @gurnoorsinghwadhwa3668
    @gurnoorsinghwadhwa3668 4 месяца назад +2

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

      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.

    • @ahmedmaheen123
      @ahmedmaheen123 6 дней назад +1

      change the cable I had same issue

    • @SMEDehradun
      @SMEDehradun  6 дней назад

      Then try to change the board or if possible update your computer window

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

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

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

      I have the same problem did you solve it?

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

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

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

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

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

    i dont even have a driver folder to select path and , when i installed those driver that u have provided and selected path to the arduino that i have installed(its folder, because drive folder is not showing) still windows shows me error with it. (and 1 mor thing the name of the device is cp2102 usb to UART bridge controller)

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

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

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

      Link is available in the video description.

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

      I have the same problem but I have the first Arduino type, the green one( 2:47 ). Where can I download its drivers? ​@@SMEDehradun

  • @mohanlalnewmail5047
    @mohanlalnewmail5047 Месяц назад +2

    I didn't found port option😢😢😢😢

    • @SMEDehradun
      @SMEDehradun  29 дней назад

      Have you Try to change the cable.

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

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

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

      Sir its showing that it is pre-installed

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

      Then check which com port it detects, then try.

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

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

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

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

      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

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

    Bro how to check whether the Arduino is damaged or not

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

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

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

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

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

      Only driver installation can help you.

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

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

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

      Great 👍

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

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

    Thank You ❤

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

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

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

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

      @@SMEDehradun nothing is flashing with any type of software

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

      Then you need to check your board hardware.

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

      @@SMEDehradun i already order esp32 5 pcs

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

      @MohammadHamza-hn4vj 👍

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

    Thank you.

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

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

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

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

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

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

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

    Thank you

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

    thanks man

  • @Blue.sapa.arpaiaSapa
    @Blue.sapa.arpaiaSapa 3 месяца назад +1

    Tankkkkk❤❤❤❤

  • @PraveenChintha-j2t
    @PraveenChintha-j2t Год назад

    sir Arduino TX light is blinking automatically please help me

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

    1st view and 1st comment

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

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

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

      Check there may be different IC in your board.