Cc2540 Driver Github

  1. This page is about the CC2540 bluetooth low-energy sniffer dongle and getting it to work with Linux. A nice end result could be that it becomes possible to sniff directly in WireShark with this dongle. I have such a 'WeBee' dongle that can be found for about E15,- on websites like Aliexpress.
  2. I can get the cdc driver, that's located in the C: TexasInstruments Stack Accessories Drivers, installed by clicking install legacy hardware under device manager but get a code 10 under the device manager when it tries to start the driver. Is this a known error? Has anyone had luck using BTool w/ cc2540 usb dongle on windows 10?

Cc2540 Driver Github Software

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.

Ti cc2540 dongle driver

If it detects the CC2540 device, the CC Debugger LED will be green. Now you should be able to see the CC2540 in SmartRF Flash Programmer, and you can program the CC2540 dongle with the sniffer firmware. If all of this is succcessful, the Packet Sniffer software should detect the CC2540. BLE-STACK (Support for CC2540/CC2541) - Modified the PID in the driver.inf to match the PID of the dongle. Driver in C:Texas InstrumentsBLE-CC254x-1.4.2.2ComponentshaltargetCC2540USBusbdriver. Changed PID to 16B3 - Then did driver reinstall, pointing to above directory, got msg about unsigned drivers and it installed.

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

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.

Cc2540 Driver Arduino

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.

Comments are closed.