NordicPlayground / nRF5x-custom-ble-service-tutorial

61 stars 21 forks source link

nrf SDK can be used for dongle 52840 or not? #6

Closed ashwinr3421 closed 1 year ago

ashwinr3421 commented 1 year ago

There is a requirement for me to create a custom service and test it via nrf52840 dongle. Now I got a doubt, to use nrf SDK we need nrf52840 development board, or nrf52840 dongle is enough?

bjornspock commented 1 year ago

@ashwinr3421: The nRF5 SDK supports the nRF52840 Dongle (PCA10059), see Supported Boards in the nRF5 SDK documentation.

ashwinr3421 commented 1 year ago

Thank you @bjornspock.