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

Exporting, importing and modifying libraries from Arduino IDE to SES IDE

Hello,

I'm in the process of migrating from arduino to SES IDE(For more practicality and functionality now what I'm trying to achieve is saving time by not having to rewrite all arduino libraries I'm currently using so my questions are:

1)How to import an external library to SES?

2)How would you go about converting those libraries to support the SDK(Say the newest 14.1) and import them into SES?

Thanks for your time.

Parents
  • Hi,

    We have I2C and UART libraries in the SDK, that are optimized and written specifically for the nRF5 devices. I would recommend taking a look at those first.

    That said, it should be able to compile the SDK using a C++ compiler, since we are using "extern "C" wrappers in our SDK libraries. There is also a Arduino Core for the nRF here, but again, I would recommend trying first with the SDK libraries before you start any porting.

Reply
  • Hi,

    We have I2C and UART libraries in the SDK, that are optimized and written specifically for the nRF5 devices. I would recommend taking a look at those first.

    That said, it should be able to compile the SDK using a C++ compiler, since we are using "extern "C" wrappers in our SDK libraries. There is also a Arduino Core for the nRF here, but again, I would recommend trying first with the SDK libraries before you start any porting.

Children
No Data
Related