One of the main requirements of many IoT scenarios is extremely low power consumption of a device in exchange for only sending and receiving very little data and very long intervals in which no data is exchanged at all. If a device does not need to react instantly to incoming requests it doesn’t make sense to keep the radio module powered up all the time. If, for example it is enough to check once every half hour for incoming IP packets, the radio module can be completely switched off for most of this time which saves a lot energy. The downside is, of course, that in the worst case it takes 30 minutes for a device to respond to an incoming IP packet. To cater for such scenarios the 3GPP specifications were extended by a number of features for “High Latency Communication”. Let’s have a quick look at them.
Continue reading Cellular IoT – Part 6 – High Latency Communication