If you are attempting to use an Arduino Nano on a Windows machine and having no luck finding drivers automatically, chances are it is due to a counterfeit FTDI chip which unfortunately does not work with the automatic driver finding functionality in Windows.
Thankfully, there is a solution if you are running into this problem! Start off by downloading the drivers from the official FTDI site via http://www.ftdichip.com/Drivers/CDM/CDM%20v2.12.00%20WHQL%20Certified.zip (a mirror can be found Here, in case the official link dies in the future).
Launch SmartRF Flash programmer. At this point, I have one device listed: 'CC2540 SmartRF05EB' Flash with cc2540ble1.1USBdongleHostTestReleaseMaster.hex; The operation completes successfully, but I end up with both devices still listed in the 'Cebal controlled devices' section as 'CC2540 USB dongle' and 'SmartRF05EB' respectively. With CC2540 Read 20389 times previous topic. To find the latest driver for your computer we recommend running our Free Driver Scan. Ti Cc2540 Low Power Rf To Usb Cdc Serial Port Com4 Driver for Windows 7 32 bit, Windows 7 64 bit, Windows 10, 8, XP. Please note the assigned COM port, which is necessary to configure BTool in next step. Bluetooth V4.0 HM-11 BLE Module. This is a SMD BLE module used in our BLE Bee and Xadow BLE. It is based on TI cc2541 chip, enables robust network nodes to be built with low total bill-of-material costs and highly suited for ultralow power consumption systems. Chip combines an RF to use an account on GitHub. Tm-1029 Usb Lan Driver For Windows Download. You are provided by TI, you have CC2540 driver. The HostTestRelease project included with standard BLE SDK is the standard BLE Network Processor application. CC2540 USB Dongle Linux Driver. Contribute to yottayuan/CC2540USBLinux development by creating an account on GitHub.
Once downloaded, unzip the archive and then head to the device manager (Control Panel > Administrative Tools > Computer Management > Device Manager), you should see a device with a yellow exclamation mark next to it labelled “FT232R USB UART”, or possibly a slight variation if using a different FTDI chip. Right click this entry and click Update Driver Software...
.
On the next prompt, choose the option labelled “Browse my computer for driver software”, and on the next prompt choose “Let me pick from a list of device drivers on my computer”. You will now be presented with a list of device driver types. Highlight USB Serial Converter
and click the button labelled “Have Disk…”
You will now be presented with an open file prompt, click browse and select the file called ftdibus.inf
that is in the root folder of the archive we extracted earlier and confirm all the open prompts to install the driver.
Now that is done, you will see a new device with a yellow exclamation mark next to it, labelled “USB Serial Port”. Follow the same steps as we did for the FT232R USB UART
device, but this time, when choosing the device driver, select USB Serial Port
instead and click the Have Disk...
button:
This time, the driver file you need to select is the ftdiport.inf
file that is located in the same root folder of the archive that we used previously. Once again, confirm all the open windows and the driver installation will be complete.
Ti Cc2540
Now when you load up the Arduino IDE you should see it select the correct COM port and you should now be able to upload sketches to your Arduino Nano.