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

How to start programming nrf51822

I have bought nrf go starter kit with pca10005 board( nrf51822 ic). I want to program the nrf51822 using these tools.The guide that I got from the nordic website not explaining how to program the nrf51822 ic. Can I use Keil software for that purpose. I don't know where I have to start. Can you explain the basic steps for the development

Parents
  • There are lots of docs you will need to read (or at least take a look) before you can start tweaking the examples and programming.

    I recommend you to:

    1. Read tutorials (devzone.nordicsemi.com/.../), especially this tutorial devzone.nordicsemi.com/.../

    2. Go to the infocenter and take a general look infocenter.nordicsemi.com/

    3. Take a look at the reference manual (RM) of your chip at infocenter

    4. Study the SDK you plan to use, libraries, examples, etc. Also at the infocenter if you are using latest SDK9.

    For further info:

    1. Read the softdevice especification you plan to use, also on infocenter

    2. Looking for something more detailed? Take a look at the Bluetooth specification. (search on google)

    Extra tip: if you use the search bar in questions website you will find lots of useful info people asked before you. :) More experienced users please let me know if there is something missing.

Reply
  • There are lots of docs you will need to read (or at least take a look) before you can start tweaking the examples and programming.

    I recommend you to:

    1. Read tutorials (devzone.nordicsemi.com/.../), especially this tutorial devzone.nordicsemi.com/.../

    2. Go to the infocenter and take a general look infocenter.nordicsemi.com/

    3. Take a look at the reference manual (RM) of your chip at infocenter

    4. Study the SDK you plan to use, libraries, examples, etc. Also at the infocenter if you are using latest SDK9.

    For further info:

    1. Read the softdevice especification you plan to use, also on infocenter

    2. Looking for something more detailed? Take a look at the Bluetooth specification. (search on google)

    Extra tip: if you use the search bar in questions website you will find lots of useful info people asked before you. :) More experienced users please let me know if there is something missing.

Children
Related