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

nRFGO services.c files with nRF8001 Arduino SDK

Hi, I have been using the nRF8001 Arduino SDK with nRF8001 chip. I wanted to set the data for the different services I'm using and thought I would go ahead and use the services.c file generated by nRFGO Studio. But the file that nRFGO Studio generates (and I have the latest 1.16.1 version) won't work with the Arduino SDK. The function calls in services.c to lib_aci.h functions are wrong. Is there any version of nRFGO Studio that could be used to generate a working services.c file?

  • Hi,

    Thank you for sharing these information about Arduino SDK and nRF product. I am currently developping a CSC bluetooth profile. Would it be possible to obtain an Arduino compatible code that implements the CSC profile? (I could not find it within nRF SDK)

    As Fred put it, it would be great to have more information on the nRF code generator. That would motivate people to enrich Arduino exemples with different BT profiles and help Nordic enhance nRFgoStudio...

  • We will add a queue example which is similar to the generated code in services.c to the heart rate example for Arduino. This makes it easy to move the code and not depend on the tool. You can always use the generated code and edit it for your use with the Arduino SDK. Can you post the CSC question as a separate question so we can track the thread better.

Related