Clear Sky Science · en

Multi-criteria selection of a synchronisation word for low-power IoT receivers based on the IQRF standard

· Back to index

Why tiny radio messages matter for big battery savings

Our homes, factories and cities are filling up with tiny wireless gadgets that sense temperature, motion or air quality and quietly report back. Many of these devices run for years on a coin cell battery, which means every millisecond their radios are on must be used wisely. This paper looks at one small but crucial part of that puzzle: the short pattern of bits a receiver listens for to decide, “a packet is starting now.” By choosing this pattern carefully, the authors show we can dramatically cut false wake‑ups, reduce wasted energy and make low‑power Internet‑of‑Things (IoT) networks more reliable.

Figure 1
Figure 1.

The secret handshake between devices

Before a sensor can read a message, it needs to know exactly when the message begins and how to line up its internal timing. To do this, radio protocols embed a short binary pattern called a synchronisation word at the front of each packet. The receiver continuously compares incoming bits to this “secret handshake.” If the match is strong enough, it treats it as the start of a real packet. But if random noise or other traffic happens to resemble the pattern, the receiver can be fooled into waking up or trying to decode garbage. For tiny IoT nodes that sleep most of the time to save power, those false alarms add up to lost battery life.

Turning many engineering demands into one score

Designing a good synchronisation word is trickier than simply picking a random sequence or reusing old textbook examples. The pattern must be easy to detect in weak, noisy signals but hard to confuse with anything else the radio might see. The authors build a mathematical model of a typical low‑power receiver that uses correlation detection, a standard way to spot known patterns in random noise. Using classical detection theory, they show how the length and structure of the synchronisation word affect both the chance of catching real packets and the rate of false detections. They then translate several practical needs—balanced numbers of zeros and ones, clean correlation peaks, insensitivity to time shifts, and low similarity to common traffic patterns—into a set of simple metrics and combine them into a single weighted score.

Searching the space of possible patterns

Armed with this score, the team systematically explores synchronisation words of 8, 16, 24 and 32 bits, focusing on the IQRF standard, a representative low‑power IoT technology. For the shorter lengths they test every possible pattern; for the longer ones they sample tens of thousands while excluding obviously bad, highly repetitive candidates. Each surviving sequence is rated on several fronts: how sharp and isolated its main correlation peak is, how different it looks when rotated or shifted, how dissimilar it is from recurring byte patterns found in real frames, and how evenly it balances zeros and ones. These metrics are normalised and blended using weights tuned so that the resulting score tracks what really matters at system level: how many false alarms per hour the receiver experiences.

From idealised noise to messy real‑world airwaves

The authors first validate their framework in computer simulations where the radio channel is modelled as pure random noise. In this ideal world, longer synchronisation words unsurprisingly make it easier to detect weak packets while keeping false alarms extremely rare, and different 16‑bit words with the same length behave almost identically in terms of basic sensitivity. The story changes when they shift to sliding‑window searches over realistic frames and then to laboratory tests with two physical Texas Instruments receivers sharing an unshielded environment full of other wireless devices. There, the detailed structure of the synchronisation word strongly affects how often the detector is tricked by fragments of preambles and payloads, and words that look good on paper can perform worse than simpler, more regular patterns because of how they interact with ambient traffic and the radios’ gain‑control behaviour.

Figure 2
Figure 2.

Practical rules for longer‑lived sensors

By combining theory, simulation and hands‑on measurements, the paper distils clear, practical guidelines for engineers choosing synchronisation words in low‑power IoT systems. Good patterns have nearly equal numbers of zeros and ones, keep their correlation “side ripples” small and uniform, differ strongly from any rotated version of themselves, and avoid looking like common header or payload motifs. Where the link budget allows it, using longer words—24 or 32 bits—can reduce false alarms by nearly an order of magnitude compared with naive, highly periodic choices, without sacrificing detection sensitivity. The central takeaway for non‑specialists is that a few carefully chosen bits at the start of each packet can have an outsized impact on how often tiny devices wake up, how hard their digital logic has to work, and ultimately how long their batteries last. Treating that choice as a structured, multi‑criteria design problem rather than an afterthought can therefore translate directly into more robust, energy‑efficient wireless networks.

Citation: Skula, M., Pies, M., Hajovsky, R. et al. Multi-criteria selection of a synchronisation word for low-power IoT receivers based on the IQRF standard. Sci Rep 16, 8777 (2026). https://doi.org/10.1038/s41598-026-38142-1

Keywords: low-power IoT, wireless synchronization, false alarms, energy-efficient radios, IQRF standard