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

Is it possible to use SDK tools without evaluation/development kit?

Hello, i would like to know if its possible to use your SDK tools (S110 Soft Device, nRF51 SDK) without your evaluation/development kit. Since RFduino has a RF51822 chip, i would like to know if I can use your SDK directly (connecting the PC to the module by USB/BLE) to create and use a custom profile on the chip.

Thanks in advance

Parents
  • The SDK is just C-code, so it will work on any nRF51822 chip. However, most of the examples are tailored towards the pinouts used on either the Development or Evaluation Kit, so you'll most likely have to change this somewhat to run the examples on different hardware. This should however be fairly easy.

    For detailed question on how to use the SDK on the RFduino, you will most likely get better answers from the module manufacturer, since we haven't worked much with it.

Reply
  • The SDK is just C-code, so it will work on any nRF51822 chip. However, most of the examples are tailored towards the pinouts used on either the Development or Evaluation Kit, so you'll most likely have to change this somewhat to run the examples on different hardware. This should however be fairly easy.

    For detailed question on how to use the SDK on the RFduino, you will most likely get better answers from the module manufacturer, since we haven't worked much with it.

Children
No Data
Related