This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What's the difference between nRF51822 Evaluation and Development kits?

I'd like to start developing with the nRF51822, and have found the two kits supplied by Nordic, the nRF51822 Evaluation Kit and the nRF51822 Development Kit. What's the difference between these, and which one should I buy?

  • The difference is primarily that the Development Kit is made to be used with the nRFgo Starter Kit, while the Evaluation Kit is a standalone kit.

    With the Development Kit, you get two different modules that fits on the nRFgo Starter Kit, one with a PCB antenna an done with an SMA connector. The motherboard from the nRFgo Starter Kit is then used to provide power and I/O access. It also has 8 buttons and LEDs, an RS232 level converter and comes with a small LCD display. The Development Kit also comes with a separate J-Link Lite programmer that must be used to program the modules, but can also be used to program a custom board. Please note that this programmer only works on 3.3 V, so if your board runs on something else, this will most likely not work without an external level converter. The Development Kit also includes an nRF51 Development USB dongle, which is a small dongle with a Segger programmer chip and an nRF51822 chip. This is used for example as the dongle for the Master Control Panel.
    https://www.nordicsemi.com/var/ezwebin_site/storage/images/media/images/devtools-and-software/nrf51822-dk/349625-1-eng-GB/nRF51822-DK_medium.jpg

    With the Evaluation Kit on the other hand, you get this same dongle and just one other board, the Evaluation Kit itself. The Evaluation Kit board is a stand-alone board that includes an on-board Segger programmer and has two buttons/LEDs. The Segger chip also provides a virtual serial port that can be used to talk to the nRF51822 from the PC. Most importantly, the Evaluation Kit does not come with a separate programmer that can be used to program custom boards. https://www.nordicsemi.com/var/ezwebin_site/storage/images/media/images/press-releases/nrf51-evkit/213706-1-eng-GB/nRF51-evkit_imagelarge.jpg

    Which one to buy is therefore mostly a matter of cost and features needed. You get access to just the same SDK, softdevices and apps. There are more ready-made example applications for the Development Kit than for the Evaluation Kit, but most of them can be made to run on the Evaluation Kit as well by just doing small pin-out modifications to the code (and possibly adding more buttons/LEDs). There are no functional differences with regard to the chip itself.

    The Evaluation Kit should be available for USD 99, while the Starter Kit and Development Kit should be available for USD 399 plus USD 99. The nRFgo Starter Kit can also be used with development kits for most of our other chips, so if you or your company have previously used another Nordic chip (for example the nRF24-series), there most likely exists a Starter Kit somewhere that can also be used with nRF51.

    The product pages of the kits (Starter Kit, Development Kit, Evaluation Kit) shows what is included, and the user guides which are available without any product key, as long as you are signed into MyPage (Starter Kit User guide, DK User Guide, EK User Guide), also include more information on the kits’ contents and features.

  • Hello Morten,

    Your response was very clarifying.

    You say that: "With the Development Kit, you get two different modules that fits on the nRFgo Starter Kit" (...) "while the Starter Kit and Development Kit should be available for USD 399 plus USD 99. "

    Since the dev kit and starter kit are listed as two separated products, I didn't understand if I need both; or if the dev kit already includes the base board and all the components need for a full evaluation (and programmer for a custom made module from bare ICs).

    https://www.nordicsemi.com/eng/Products/Bluetooth-R-low-energy/nRF51822-Development-Kit/%28language%29/eng-GB

    https://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRFgo-Starter-Kit/%28language%29/eng-GB

    Since the dev kit includes: 1x nRF51822 nRFgo module with PCB antenna 1x nRF51822 nRFgo module with SMA connector 1 x Master emulator dongle 1x Segger J-Link Lite programmer

    Isn't it possible to program the nRF51822 with the J-link; and use the Master emulation dongle (PC connect) to communicate to them?

    Or the starter kit is needed / provides additional functionality?

    Thank you

    Best regards

  • The functionality of the Starter Kit is explained in its User Guide: https://www.nordicsemi.com/eng/nordic/download_resource/15229/6/33384164

    In summary, it's used to provide voltage, buttons, LEDs, RS232 level converting and a TWI display for the Development Kits. It's mostly possible to power the kits without it, but it isn't really supported, and you'll have to modify the examples to use buttons and LEDs on the pins you connect them to. Take a look at this question for details on how to power a kit standalone: https://devzone.nordicsemi.com/index.php/how-do-i-use-nrf51822dk

Related