Hi
For the last three days, I have been trying to become familiar with the process of developing on the nRF52 DK. It has not been easy, and I still don't have a clue about most features.
This is how far I have gotten.
- Installed Segger Embedded Studio (SES)
- Downloaded nRF52 SDK 15.3.0
- Compiled and uploaded some examples from the SDK, f.x. the blinky example
Now, this is by scavenging information from various sources on the internet, often getting stuck with dead links to the official Nordic documentation.
I come from the well documented world of Arduino and web programming, so this is all very frustrating to me. The examples are very poorly commented and very hard for nRF52 virgin like myself to understand. Thus, I got a lot of questions, I hope some of you can answer
- Are there any up-to-date and easy to follow guides for beginners?
- Where to find documentation in general for basic functionality (both software and hardware pins)
- How to create a bare-bone project in SES for the nRF52
- How should I include libraries from the SDK to my "new project"
- What the heck is the sdk_config.h for?
- How to enable debugging with the NRF_LOG_INFO() command? Preferable inside the SES IDE.
I have been using the nRF24 modules in conjunction with an Atmega processor, but I would love to replace this with an nRF52, however it seems to be a much bigger task than expected