NRF52840¶
This chip is just one model in the nRT52 series. It is available on a variety of development kits, from Nordic's (see below) to others that are small and very inexpensive (under $10).
From the Design Lab's perspective, we have standardized on the ESP32 family and board. We currently only used this product for a specificclient.
Support¶
There are many supporting web pages and YouTube videos. These are only a few.
The Nordic development kit for this microprocessor is the 52840dk. | https://www.nordicsemi.com/Products/Development-hardware/nRF52840-DK/GetStarted |
This page provides a starting point for understanding the tool set. It is authored by a third party other than Nordic: | https://novelbits.io/nordic-bluetooth-le-development-tools/ |
Nordic Getting Started | https://www.nordicsemi.com/Products/Development-software/nRF-Connect-SDK/GetStarted |
The Nordic DevAcademy page | https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/ |
Nordic uses the Zephyr real time operating system (RTOS) for this chip. | https://docs.zephyrproject.org/latest/introduction/index.html |