This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using Arduino framework for nrf9160 development

We are developing a controller for an Electric vehicle charging station. Already developed and successfully running the firmware on ESP32 for which we had used platformio and Arduino framework. We have to use RFID, J1772 charging protocol, LTE and AWS IoT. The existing firmware was developed using the required libraries. I would like to know if In can make use of the existing firmware we had made, with necessary changes for nrf9160. Is it possible to develop custom firmware for nrf9160 without the use of Zephyr RTOS?

Zephyr RTOS makes things easy, but how can I include Arduino libraries like MFRC522 RFID libraries and other libraries which I will require for my purpose?

Parents
  • Hi!

    Zephyr has some documentation on how to include third-party libraries here and here.
    But I would assume it depends on how "arduino-y" the library is. Zephyr doesn't provide the Arduino runtime libraries etc.

    We don't support nRF9160 development without Zephyr RTOS so if you go this route, there is a lot of Nordic provided support that won't be available to you.

    Best regards,

    Heidi 

Reply
  • Hi!

    Zephyr has some documentation on how to include third-party libraries here and here.
    But I would assume it depends on how "arduino-y" the library is. Zephyr doesn't provide the Arduino runtime libraries etc.

    We don't support nRF9160 development without Zephyr RTOS so if you go this route, there is a lot of Nordic provided support that won't be available to you.

    Best regards,

    Heidi 

Children
Related