makerdiary / nrf52840-mdk-usb-dongle

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
https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/
Apache License 2.0
300 stars 79 forks source link

Zephyr support for this dongle version? #50

Open 424778940z opened 3 years ago

424778940z commented 3 years ago

I see they only have support for full mdk but not this dongle version. Any plan for it?

gbuzogany commented 3 years ago

It's limited by hardware, as there's no programmer embedded on the board. If you have a programmer (like a j-link) you can run zephyr on it like it was the full mdk.

424778940z commented 3 years ago

Already made a PR for it https://github.com/zephyrproject-rtos/zephyr/pull/31202

whjochim commented 3 years ago

Apparently there is already support for this board. I have already compiled and run the blinky example on it.

https://docs.zephyrproject.org/latest/boards/arm/nrf52840_mdk/doc/index.html It originates from this Pull Request in 2018 , which was merged

424778940z commented 3 years ago

https://docs.zephyrproject.org/latest/boards/arm/nrf52840_mdk/doc/index.html

dongle and normal version is not the same board

I got really busy recently, didn't get a chance to finish this pr

whjochim commented 3 years ago

Ah thank you for clarifying my misunderstanding. Then I'm also waiting for your Pull Request!

dchauran commented 3 years ago

@424778940z I just commented on the zephyr PR, I would love to see this completed.