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

Merging SMP server into Connectivity Bridge

Hi there, 

Please let us ask about SMP server sample. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html#smp-svr-sample

We are working on IoT development with nRF connect SDK. Under the SDK, Nordic offers a sample called "Connectivity bridge." https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/connectivity_bridge/README.html
We believe that it is possible theoretically to merge SMP server sample into the Connectivity Bridge, but we couldn't make it so far. If someone can help me or share any clues, hints, or reference, that would be great!

Thanks

Parents
  • I have not tried this myself but it think it should be possible (as  confirms). Use the connectivity_bridge project as the base project and merge prj.conf main.c from smp_svr into it. Do it one step at the time and try to build the project regularly to confirm that it works.

    Could you be more specific about what's causing the problem? When building the (so far) merged project, what error messages are you getting?

    Best regards,

    Simon

Reply
  • I have not tried this myself but it think it should be possible (as  confirms). Use the connectivity_bridge project as the base project and merge prj.conf main.c from smp_svr into it. Do it one step at the time and try to build the project regularly to confirm that it works.

    Could you be more specific about what's causing the problem? When building the (so far) merged project, what error messages are you getting?

    Best regards,

    Simon

Children
No Data
Related