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

I wish to merge the cloud_client example with GPS example. How should I go about it? Along with main.c files of both, which other files will I need to merge?

I wish to merge the cloud_client example with GPS example. How should I go about it? Along with main.c files of both, which other files will I need to merge?

Parents
  • I think this should be possible to merge cloud_client with the GPS sample in the following:

    • create a new folder gps_cloud_client with an src folder
    • Merge src/main.c from both samples into gps_cloud_client/src/main.c
    • Copy the files nrf\samples\nrf9160\gps\src\supl_support.c/h into gps_cloud_client/src
    • Merge the prj.conf files into gps_cloud_client/prj.conf
    • Merge the CMakeLists.txt files into gps_cloud_client/CMakeLists.txt
    • Merge the sample.yaml files into gps_cloud_client/sample.yaml
    • Copy nrf\samples\nrf9160\cloud_client\Kconfig into gps_cloud_client

    I have not tested this myself, but I think this is the way to go about it. Try to get started and if you encounter any issues, please get back to me in this ticket.

    Best regards,

    Simon

Reply
  • I think this should be possible to merge cloud_client with the GPS sample in the following:

    • create a new folder gps_cloud_client with an src folder
    • Merge src/main.c from both samples into gps_cloud_client/src/main.c
    • Copy the files nrf\samples\nrf9160\gps\src\supl_support.c/h into gps_cloud_client/src
    • Merge the prj.conf files into gps_cloud_client/prj.conf
    • Merge the CMakeLists.txt files into gps_cloud_client/CMakeLists.txt
    • Merge the sample.yaml files into gps_cloud_client/sample.yaml
    • Copy nrf\samples\nrf9160\cloud_client\Kconfig into gps_cloud_client

    I have not tested this myself, but I think this is the way to go about it. Try to get started and if you encounter any issues, please get back to me in this ticket.

    Best regards,

    Simon

Children
No Data
Related