AWS IOT over Cellular and Wifi

HI,

I've got a project that needs to connect to AWS IOT over either cellular (using the nrf91) or Wifi (using the nrf7002 with the nrf53). The device will need to connect with either the Cell or Wifi on a dynamic and unpredictable basis.

There are code examples for connecting to AWS on the NRF91 and the NRF70 (with the nrf5340 as the host) but are there any examples of using the nrf53 as the host and taking care of the lower layers via nrf70/nrf91?

Parents Reply
  • Here is the answer from our developers

    The samples/net/aws_iot sample supports Wi-Fi and LTE depending on the board that it is built for.
    The sample supports the nRF7002 DK which uses the 53 as host and 7002 that implements lower level wifi protocol, for LTE it uses the 91DK. (91 sip by it self)
    7002: Memory size might be an issue if the user intends to add a lot of custom logic. Partly do to RAM requirements of the Wi-Fi stack and MBEDTLS needing to run on the application core.
    91: A lot more leeway due to the IP stack (TCP/IP and TLS) running on the modem.

    Kind regards,
    Øyvind

Children
Related