my_abousamra
Junior Member level 3
Hi,
Recently, I got this BLE v5 dongle , I plugged it to an ubuntu machine and started to check it using these commands
$ sudo hciconfig -a
No output
$ sudo hcitool dev
Devices:
$ sudo hcitool lescan
Could not open device: No such device
But linux can see it from
$ lsusb
Bus 003 Device 004: ID 10c4:ea80 Cygnal Integrated Products, Inc. CP210x UART Bridge
and created a file for it /dev/hidraw0
In the dongle specs they say (Enumerated as generic HID device. No driver required for Windows XP/Vista/7/8/10, Mac OSX, Linux) so i think it should work directly. So, why bluez tools can't deal with it? And can I use it as a normal BLE dongle to scan and connect to other devices?
OS is ubuntu 16.04.06
and
$ uname -a
Linux breeze 4.15.0-74-generic #83~16.04.1-Ubuntu SMP Wed Dec 18 04:56:23 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Thanks!
Recently, I got this BLE v5 dongle , I plugged it to an ubuntu machine and started to check it using these commands
$ sudo hciconfig -a
No output
$ sudo hcitool dev
Devices:
$ sudo hcitool lescan
Could not open device: No such device
But linux can see it from
$ lsusb
Bus 003 Device 004: ID 10c4:ea80 Cygnal Integrated Products, Inc. CP210x UART Bridge
and created a file for it /dev/hidraw0
In the dongle specs they say (Enumerated as generic HID device. No driver required for Windows XP/Vista/7/8/10, Mac OSX, Linux) so i think it should work directly. So, why bluez tools can't deal with it? And can I use it as a normal BLE dongle to scan and connect to other devices?
OS is ubuntu 16.04.06
and
$ uname -a
Linux breeze 4.15.0-74-generic #83~16.04.1-Ubuntu SMP Wed Dec 18 04:56:23 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Thanks!