About the corresponding part number list of Thread coap sample code

Hi,

The following URL does not include nRF54L15, is it supported?

https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/nrf/samples/openthread/coap_server/README.html

The CLI sample is compatible, so I think it will work.

https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/nrf/samples/openthread/cli/README.html

best regards,

Hiroki

Parents
  • Hi Hiroki,

    The list of supported boards includes the boards we tested the samples with, but often, the samples can work with other boards as well. Sometimes out of the box, and sometimes with slight modification. The CoAP server sample will not work on the nRF54L15 DK out of the box, but it is possible to get it to work. You will have to create board files for the nRF54L15 DK, similar to the ones in the CLI sample.

    Best regards,
    Marte

  • Hi,Matre

    Than you fore reply.

    The list of supported boards includes the boards we tested the samples with, but often, the samples can work with other boards as well.

    Does the list in the document only include boards that can be written with the sample code firmware as is?

    Also, am I correct in thinking that this board has been pre-tested by Nordic?

    You will have to create board files for the nRF54L15 DK, similar to the ones in the CLI sample.

    Does this mean I need to create an overlay file?

    Add it to the following folder.

    best regards,

    Hiroki

  • Hi Hiroki,

    H-ogawa said:
    Does the list in the document only include boards that can be written with the sample code firmware as is?

    The sample might work with other boards as is, but we do not make any guarantees that it will, since it has not been tested with those boards.

    H-ogawa said:
    Also, am I correct in thinking that this board has been pre-tested by Nordic?

    The boards listed in a sample have been tested with that sample.

    H-ogawa said:
    Does this mean I need to create an overlay file?

    You must create nrf54l15dk_nrf54l15_cpuapp.conf and nrf54l15dk_nrf54l15_cpuapp.overlay in the coap_server/boards folder:

    You can copy these from cli/boards.

    I have attached the sample with these files included. I quickly tested that the attached sample works on the nRF54L15 DK, and I can control it from a CoAP client. I have not done extensive tests, so please test it on your end and let me know if you have any issues.

    coap_server_54l15.zip

    Best regards,
    Marte

Reply
  • Hi Hiroki,

    H-ogawa said:
    Does the list in the document only include boards that can be written with the sample code firmware as is?

    The sample might work with other boards as is, but we do not make any guarantees that it will, since it has not been tested with those boards.

    H-ogawa said:
    Also, am I correct in thinking that this board has been pre-tested by Nordic?

    The boards listed in a sample have been tested with that sample.

    H-ogawa said:
    Does this mean I need to create an overlay file?

    You must create nrf54l15dk_nrf54l15_cpuapp.conf and nrf54l15dk_nrf54l15_cpuapp.overlay in the coap_server/boards folder:

    You can copy these from cli/boards.

    I have attached the sample with these files included. I quickly tested that the attached sample works on the nRF54L15 DK, and I can control it from a CoAP client. I have not done extensive tests, so please test it on your end and let me know if you have any issues.

    coap_server_54l15.zip

    Best regards,
    Marte

Children
Related