How import modem library?

Hi,

I started evaluate actinius_icarus/nrf9160 board and create a new project copy secure_mqtt_sensor_actuator, I choose actinius_icarus/nrf9160 and despite an exclamation mark , with Use Sysbuild, it compiled.

Now I would like to add modem library but I do not know which steps I have to do. 

In KConfigGUI I selected modem library but if i try to include <nrf_modem_lib.h> I got message file not found. 

What I do not understand is where do I edit the environment path variables? How manage include of libraries and linker to libraries.

The examples copied compiles good but do not helps.

Can anyone tell which steps must be done to include a library, in the prj.conf in the makefile, in KConfig in all?

Best Regards

Parents
  • Hi,

    Thanks for checking with use about the problem, but actinius_icarus is not an offical DK from Nordic so it is not offically support by our nRF Connection SDK.

    However, I believe some offical sample like Cellular: UDP can directly run on actinius_icarus board. I can build the sample with following configuration without problem at least.

    If you can build and test it on your actinius_icarus board, I think you would able to learn how to use nrf_modem_lib from this sample. nRF Connect SDK structure and content - Nordic Developer Academy covers some knowledge to help understand how the zephyr building system works.

    Hope this will help you gest start to learn how to intergrated modem library in to your sample. Copy and modify an existing project could make you get start quickly.

    You can also contact https://www.actinius.com/about if you need direct help on actinius_icarus board.

    Best regards,

    Charlie

Reply
  • Hi,

    Thanks for checking with use about the problem, but actinius_icarus is not an offical DK from Nordic so it is not offically support by our nRF Connection SDK.

    However, I believe some offical sample like Cellular: UDP can directly run on actinius_icarus board. I can build the sample with following configuration without problem at least.

    If you can build and test it on your actinius_icarus board, I think you would able to learn how to use nrf_modem_lib from this sample. nRF Connect SDK structure and content - Nordic Developer Academy covers some knowledge to help understand how the zephyr building system works.

    Hope this will help you gest start to learn how to intergrated modem library in to your sample. Copy and modify an existing project could make you get start quickly.

    You can also contact https://www.actinius.com/about if you need direct help on actinius_icarus board.

    Best regards,

    Charlie

Children
Related