Hi All
I am having problems getting my dongles to work. I purchased 2 nrf52820 dongles from ebay.
Here is the facts:
-
Product details here:
https://blog.aprbrother.com/product/april-usb-dongle-52820
-
OS Details
Linux charl-pc 5.10.105-1-MANJARO #1 SMP PREEMPT Fri Mar 11 14:12:33 UTC 2022 x86_64 GNU/Linux
-
Confirmed device is detected using
lsusb
Bus 003 Device 014: ID 1915:520f Nordic Semiconductor ASA nRF52 USB Product
-
Confirmed device detected as ACM device
dmesg | grep tty
. New entry always added after reconnecting device.
[ 8260.426702] cdc_acm 3-1:1.0: ttyACM0: USB ACM device
-
More detail on using
usb-devices
for output.
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1915 ProdID=520f Rev=01.00
S: Manufacturer=Nordic Semiconductor
S: Product=nRF52 USB Product
S: SerialNumber=E**********B
C: #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=01 Driver=cdc_acm
E: Ad=82(I) Atr=03(Int.) MxPS= 64 Ivl=16ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_acm
E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
-
Ran the
echo "AT\r\n" > /dev/ttyACM0
command and did NOT receive any OK response. Also tried setting the baud rate using thestty -F /dev/ttyACM0 115200
command. Tested with all available rates listed forAT+BAUD
[9600, 19600,38400,57600,115200,230400]. -
LED’s on the device do not light up ever. SW1 and SW2 do not respond when pressed.
I suspect that the devices will need to be re flashed with the ABSniffer Firmware.
Do you know where I can get the firmware downloaded from?
Unfortunately the nrf52820 is not supported for the Nordic Sniffer Firmware.
Any other ideas welcome too.
Best Regards