Where can I find the presentation for the "Best Practices for Cellular IoT Development" webinar?

Where can I find the presentation for the "Best Practices for Cellular IoT Development" webinar?

Parents Reply
  • All Theory is gray

    Just as an idea:

    Last weekend I started a small "battery runtime" experiment with a Thingy:91 using NB-IoT and CoAP/DTLS CID, see Zephyr CoAPs Client.

    Let's see, how long and stable that runs from battery. You may watch the progress by yourself using libcoap:

    coap-client coap://californium.eclipseprojects.io/echo/cali.352656100985434

    219831 s, Thingy:91 v0.3, 0*60, 1*1, 2*0, 3*0, failures 0
    4114 mV 89% battery
    RSSI q,p: 255,255
    Network: NB-IoT
    Released: 53 ms

    "219831" (uptime), "0*60" 60 exchanges without retransmission. "1*1" 1 exchange with 1 retransmission.
    "4114 mV 89% battery" explains itself.

    That test uses PSM and wakes up every hour exchanging that simple message.


    So setup a similar demonstration of a battery powered Thingy:91 with LTE-M or NB-IoT and the protocol of your choice. Please use encryption, as my CoAP/DTLS CID demo does as well. Choose a communication configuration, which fits best to the approach you want to show.  

    I'm looking forward to your results.

Children
Related