HOW TO DRIVE FT232R USB UART CLONE ARDUINO NANO BOARD 3.0

by Electrozubous in Circuits > Arduino

3416 Views, 2 Favorites, 0 Comments

HOW TO DRIVE FT232R USB UART CLONE ARDUINO NANO BOARD 3.0

Screenshot_20201120-064958~2.png
Today, i bought arduino nano v3.0 (clone), but i have problem. my computer always detect "FT232R USB UART" and
arduino Ide cant detect this board. why? whats wrong? okey i have tutorial for solve this problem.

DOWNLOAD FTDI COM DRIVE

Screenshot_20201120-081314~2.png
First you need to download FTDI CDM driver from this link https://www.ftdichip.com/Drivers/VCP.htm i use new version
"CDM v2.12.00 WHQL Certi5ed".

Create a New Folder

In your laptop create a new folder and renamed it with ft232.

Extract the Downloaded File

Extract the downloaded files into the new folder you just created and renamed it.

Plug USB Cable Into Arduino Nano Clone

Screenshot_20201120-081323~2.png
open device manager and go to other device "FT232R USB UART",
please look, if you find "FT232R USB UART" ?? Ok. if you find it click on it, okey next steps.

Update Driver or Browse in Your System Files

Screenshot_20201120-081403~2.png
Screenshot_20201120-091512~2.png
If you want to install via (Update Driver Software) or Browse for driver file in your laptop.
I recommend browse for driver file in your laptop.
click, browse in your laptop then search for the new folder you created and renamed it to ftdi click it. Just follow order
instructions the system will provide.
are you finish? okey next step!

USB Serial Port

Screenshot_20201120-081300~2.png
Click ftdi driver file your downloaded in your laptop install it.

Done

Screenshot_20201120-081300~2.png
Screenshot_20201120-081412~2.png
Screenshot_20201120-081418~2.png
You will receive a message, driver installed or updated successful.
Go back to device manager something like this will appear ( USB serial port (COM 10)
open your arduino ide, and make some project
having nice day.