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

nrf52 sdk, 802.11.4 documentation

Hi,

In the documentation [1] for 802.11.4 for nrf52-sdk it is mentioned that the documentation is for the nrf52840 soc only. Where can I find documentation regarding 802.11.4 for nrf52820 and nrf52833? It seems weird to me that these socs would have different documentation for the same library?

[1] https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Flib_802_15_4.html

Thanks
// Andreas

Parents
  • Hello,

    I believe that this is simply because the documentation was written before the nRF52833 was available.

    However, I see that we only have examples using the nRF52840 using this library, but a quick test showed that I could compile and run for the nRF52833 by changing the makefile and .ld file to use the nRF52833 instead of the nRF52840.

    Best regards,

    Edvin

Reply
  • Hello,

    I believe that this is simply because the documentation was written before the nRF52833 was available.

    However, I see that we only have examples using the nRF52840 using this library, but a quick test showed that I could compile and run for the nRF52833 by changing the makefile and .ld file to use the nRF52833 instead of the nRF52840.

    Best regards,

    Edvin

Children
Related