nrf52840-mdk-usb-dongle icon indicating copy to clipboard operation
nrf52840-mdk-usb-dongle copied to clipboard

An open-source, small and low-cost USB Dongle that supports Bluetooth 5.4, Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary protocols

Results 60 nrf52840-mdk-usb-dongle issues
Sort by recently updated
recently updated
newest added

I'm new to this board/Python etc. I bought this dongle in the hope to be able to sniff some bluetooth data on a windows environment. Does this dongle also work...

Hi! On OS X I'm unable to copy the CircuitPython UF2 file to the MDK drive. It disconnects automatically as soon as I start copying the file. I've used UF2CONV...

```bash nrfutil dfu usb-serial -pkg uf2_bootloader-0.2.13-44-gb2b4284-nosd_signed.zip -p /dev/ttyACM0 git clone https://github.com/google/OpenSK cd OpenSK ./setup.sh ./deploy.py --board=nrf52840_mdk_dfu --opensk --programmer=none python ../uf2conv.py -c -f 0xada52840 -o mdk_dongle_opensk_all_in_one.uf2 target/nrf52840_mdk_dfu_merged.hex ``` The OpenSK work...

I've struggled to get the user button on the dongle to work for the last few days. Still no success. I took the blinky example and modify it a little...

``` 在nrf connect desktop 可以识别并工作,但是我在跑官方给的pc-ble-driver-py example中 serial_port_enum.py例子时候报错。 $python3 serial_port_enum.py NRF52 tty.usbmodemC20FBBC0D20F2 [] enum_serial_ports: 0 serial ports found Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/pc_ble_driver_py/ble_driver.py", line 2732, in __init__ snr =...

cmake -G Ninja -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf52840_xxAA -DBOARD=nrf52840_mdk -DFLASHER=pyocd ../../nRF5-SDK-for-Mesh/ ninja my_light_switch_client_nrf52840_xxAA_s140_6.1.0 出现下面的问题: ![image](https://user-images.githubusercontent.com/65006931/81376620-842ca000-9136-11ea-91f4-cab100420cbe.png)

Hello, can I use this device directly on my Mac? I want to use it as an Ant+ transmitter. Do I have to program it or can be used on...

Hi, I wanted to flash the firmware to put TockOS into the nrf52840-mdk-usb-dongle by using a JTag probe. I build a card to connect the usb jtag probe to the...

I was having some issues reliably pushing new .hex files via OpenBootloader on one of my computers so I decided to try switching to the UF2 bootloader (using another computer...