Mioty
Mioty is a low-power wide-area network (LPWAN) protocol. It uses telegram splitting, a standardized LPWAN technology in the license-free spectrum. This technology splits a data telegram into multiple sub packets and sends them after applying error correcting codes, in a partly predefined time and frequency pattern. This makes a transmission robust to interferences and packet collisions.[1] It is standardised in the TS 103 357 ETSI.[2] Its uplink operates in the 868 MHz band, license free in Europe, and 916 MHz band in North America. It requires a bandwidth of 200 kHz for two channels (e.g. up- and downlink).[3]
History and Origins
[edit]- Research into splitting wireless data transmissions into multiple short telegrams began in 2009 at the Fraunhofer Institute for Integrated Circuits (Fraunhofer IIS), aimed at increasing robustness in low-power networks.
- Fraunhofer IIS filed a German patent in 2013 and subsequently a U.S. patent in 2014 for methods based on that research.[4][5]
- The trademark MIOTY was registered by Fraunhofer IIS in 2015. In 2024, the mioty Alliance registered mioty (stylized, with a polygon word-and-design mark).[6]
- In June 2018, ETSI published the first complete specification of the TS-UNB protocol as TS 103 357, formalizing the technology underlying mioty.[7]
- In November 2019, the mioty Alliance e.V. was formed by founding members including Fraunhofer IIS, Texas Instruments, Diehl Metering, Diehl Connectivity Solutions, ifm, Ragsol, Stackforce, and WIKA. The Alliance publicly launched in February 2020 at Embedded World in Nuremberg, with the objective of promoting an open, interoperable ecosystem for mioty in IoT applications. By mid-2022, it had grown to 10 full members and 25 associate members.[8][9]
- In April 2020, Sisvel announced that it would manage a patent-pool for mioty, offering manufacturers a centralized licensing source for mioty-related patents.[10]
- In June 2024, ETSI released TS 103 357-2, a major revision of the TS-UNB standard that further refines the Low Throughput Network (LTN) protocol used by mioty.[11][12]
Technology attributes
[edit]- Long range: The operating range of LPWAN technology varies from a few kilometers in urban areas to over 10 km in rural settings. It can also enable effective data communication in previously infeasible indoor and underground locations.[13][14]
- Low power: Optimized for power consumption, LPWAN transceivers can run on small, inexpensive batteries for up to 20 years.
- Telegram splitting: (or TSMA, telegram splitting multiple access) Splits the packets of data under transport in small sub-packets at the sensor level. The small packets getting then transmitted over variable frequency and time.[15][16]
- More than a million packets a day. [17]
- Serving moving clients. It can serve data from clients moving at up to 120 km/h.[18]
mioty physical layer (PHY)
[edit]mioty implements an Ultra Narrowband (UNB) physical layer combined with a telegram-splitting multiple access technique (Telegram Splitting, also referred to as TS-UNB) that distributes each message across many short sub-packets transmitted on narrow 2 kHz carriers over different time-frequency slots.[19] The telegram-splitting approach (also called Telegram Splitting Multiple Access, TSMA) breaks a MAC payload (telegram) into multiple sub-packets which are channel-coded, interleaved and transmitted with short on-air durations (≈15 ms per burst) and gaps between bursts. This time-frequency diversity reduces the probability that an interferer corrupts all sub-packets and enables the gateway to reconstruct messages even when a substantial fraction of sub-packets are lost; the specification notes that forward error correction (FEC) can tolerate roughly 50% sub-packet loss in typical configurations.[20]
mioty is specified for operation in worldwide licence-free sub-GHz bands (examples: 868 MHz in Europe, 915–920 MHz / 916 MHz in parts of North America). The PHY uses very narrow 2 kHz channels and explicit time-frequency hopping patterns defined by the TS-UNB profiles in ETSI TS 103 357 and its later revision TS 103 357-2.[21][22]
In addition to the ETSI specifications, the exact regional frequency allocations, channel plans and regulatory constraints for mioty deployments are defined in the mioty Regional Radio Profiles document, which is maintained and regularly updated by the Technical Committee of the mioty Alliance.[23] These profiles ensure compliance with regional spectrum regulations and specify operational parameters for each country or regulatory domain.
For the European region, mioty typically operates under the 1% duty-cycle limitations defined by ETSI EN 300 220, using narrowband TS-UNB channels combined with time–frequency hopping schemes to maximize reliability within these constraints. In contrast, for the United States, mioty uses the US0W profile, which operates under the FCC Part 15 frequency-hopping rules. This mode allows continuous uplink messaging while respecting the FCC dwell-time requirements, enabling significantly higher throughput and message density than duty-cycle-restricted bands.[24]
Key PHY design elements include data whitening, convolutional channel coding (FEC), interleaving, pilot insertion and a modulation scheme optimised for short coherent bursts; frame and sub-packet formats and the time-frequency patterns for core and extension frames are described in the mioty physical layer specification and the ETSI TS-UNB documents.[25]
Compared with other LPWAN PHY approaches (for example LoRaWAN's chirp spread spectrum or typical narrowband schemes used for NB-IoT uplinks), mioty emphasises distributed short bursts and time-frequency diversity rather than long single-packet transmissions or spreading a packet over a long chirp. This trade-off yields improved robustness to narrowband and intermittent interferers, higher aggregate capacity in dense deployments and enhanced mobility tolerance in many scenarios.[26]
Practical consequences documented in the technical literature include low per-message energy (examples in the specification show µAh per message figures under typical assumptions and projected multi-year battery lifetimes for low reporting rates), long range (several kilometres in urban settings and up to ≈15 km in flat terrain under favourable conditions), and support for mobile end nodes at vehicular speeds when processed by a sufficiently capable base-station receiver.[27]
mioty MAC and higher layers
[edit]The mioty MAC and higher-layer documents define how application data are mapped to the telegram-splitting PHY, how addressing and security are managed, and how medium access, acknowledgements and retransmissions are coordinated. The MAC specification supports a star topology in which end devices transmit uplink telegrams asynchronously; downlinks are delivered only in response to uplink transmissions and are scheduled by the base station and service-center(s) to respect regulatory duty-cycle limits and network capacity constraints.[28]
Primary MAC/LLC features documented in the specification include:
- Addressing and authentication: devices are identified with persistent EUI-64 identifiers; the MAC carries compact address hints and authentication tags so that base stations can resolve device IDs and verify message integrity on partial receptions.[29]
- Network and application security: the stack defines network-level encryption (session keys, AES-128 based primitives) and supports application-level end-to-end encryption, with key management performed via the network service centre.[30]
- Acknowledgements and retransmissions: the MAC supports acknowledgement strategies and retransmission management that leverage the PHY’s FEC and sub-packet diversity; because the PHY can reconstruct messages from partial receptions, the MAC may avoid unnecessary retransmissions in many collision or interference cases.[31]
- Timing and duty-cycle compliance: uplink transmissions are asynchronous but the service-center and base station coordinate downlinks and duty-cycle budgets to comply with regional regulations; the MAC tracks timestamps and assigns downlink windows approximately seconds after an uplink reception to ensure correct delivery and regulatory compliance.[32]
- Logical Link Control (LLC): a separate LLC layer handles attachment/detachment, over-the-air management, and service-center interactions for device provisioning and de-duplication of messages received by multiple base stations.[33]
- Comparative behaviour versus other LPWAN MACs: unlike some LPWAN protocols whose MAC layer provides adaptive data-rate or tight channel coordination (for example certain LoRaWAN network server features), many of mioty’s capacity and reliability properties stem from the telegram-splitting PHY (time-frequency diversity and strong FEC) rather than from heavy MAC-layer channel arbitration. This design favours massive concurrent access and interference resilience in dense sensor deployments.[34]
- Performance, capacity and mobility: mioty documentation gives numerical performance examples (e.g., single-gateway capacities such as ≈3,500,000 messages/day within 200 kHz of spectrum under stated assumptions, projected multi-year battery lifetimes for low reporting intervals, and mobility support up to vehicular speeds when the base-station receiver implements advanced processing). These figures are presented as examples in the Fraunhofer/mioty technical documents and ETSI TS-UNB profiles and depend on message size, duty-cycle limits and regional regulations.[35]
- Standards and ecosystem: the TS-UNB protocol and telegram-splitting concept are formalised in ETSI TS 103 357 (initial release) and the updated TS 103 357-2; the mioty Alliance (Fraunhofer IIS among its originators) publishes the public technical documents that describe PHY, MAC and higher layers and acts as an industry forum to promote interoperability and ecosystem adoption.[36][37][38]
Applications
[edit]mioty is designed for large-scale, interference-resistant IoT deployments where other LPWAN technologies may reach limitations such as spectrum congestion, high collision rates or reduced capacity in dense urban and industrial environments.[39]
Its robustness, scalability and tolerance for interference make it suitable for a wide range of monitoring and automation tasks.
Typical application areas include:
- Safety-critical monitoring, such as lone-worker protection, emergency alert systems or underground industrial environments, where robust uplink delivery is required even under harsh radio conditions.[40]
- Utility metering, including water, gas and heat meters, as well as smart-city networked meters. Many deployments use mioty due to its long-range coverage and low power requirements.[41][42]
- Industrial monitoring, such as vibration sensing, power monitoring, and factory automation in RF-challenging environments.[43]
- Integration with metering standards, particularly through the inclusion of the mioty PHY in the OMS 5 LPWAN specification via "OMS Splitting Mode", enabling interoperable smart-metering solutions.[44]
- Industrial communication systems, supported by collaboration agreements with automation consortia such as the IO-Link Community, enabling the use of mioty as a wireless transport layer in Industry 4.0 systems.[45]
- Asset tracking and positioning in large industrial areas, ports or airports. mioty can support hybrid positioning methods, combining GNSS with TSMA-based link metrics, which provide additional ranging information from the telegram-splitting process.[46][47]
- Smart-city and smart-building infrastructure, including environmental monitoring, leakage detection, fire protection and air-quality sensing.[48][49]
- Hybrid LPWAN deployments, where cities or utilities combine mioty with LoRaWAN to leverage both ecosystems. Hybrid gateways and dual-technology LPWAN products are commercially available to support these deployments.[50][51][52]
See also
[edit]References
[edit]- ^ "mioty technology". MIOTY Alliance e.V.
- ^ "Technical specs" (PDF). www.etsi.org. Retrieved 2020-08-28.
- ^ Nolan, Keith; Kelly, Mark (2018-04-28). "IPv6 Convergence for IoT Cyber–Physical Systems". Information. 9 (4): 70. doi:10.3390/info9040070.
- ^ DE 106263779, "Method for transmitting data telegrams"
- ^ US 20140176341, "Method for transmitting data telegrams"
- ^ "TMview: mioty".
- ^ "ETSI TS 103 357" (PDF).
- ^ "Introducing the MIOTY Alliance".
- ^ "TI, Fraunhofer, Diehl start alliance …".
- ^ "Sisvel MIOTY LPWAN Licensing Program".
- ^ "ETSI TS 103 357-2" (PDF).
- ^ "mioty Alliance: release of ETSI TS 103 357-2".
- ^ "StackPath". 2020-03-26.
- ^ "Radiocrafts Releases the World's First Shielded Mioty Module for Massive IoT Deployments!". 2020-07-02.
- ^ "Espacenet – search results".
- ^ "Termindatenbank".
- ^ "Radiocrafts Releases the World's First Shielded Mioty Module for Massive IoT Deployments!". 2020-07-02.
- ^ "How data from smart buildings supports health and wellbeing -". 2020-11-30.
- ^ "mioty — Physical Layer Technology" (PDF). mioty Alliance / Fraunhofer IIS. Retrieved 2025-11-25.
- ^ "mioty — Physical Layer Technology (Telegram Splitting)" (PDF). mioty Alliance / Fraunhofer IIS. p. 10.
- ^ "ETSI TS 103 357 V1.1.1 (TS-UNB)" (PDF). ETSI. Retrieved 2025-11-25.
- ^ "ETSI TS 103 357-2 V2.1.1 (TS-UNB update)" (PDF). ETSI. Retrieved 2025-11-25.
- ^ "MIOTY Regional Radio Profiles" (PDF). v1.1.4. mioty Alliance. 2025.
- ^ "MIOTY Regional Radio Profiles" (PDF). v1.1.4. mioty Alliance. 2025.
- ^ "mioty — Physical Layer Technology (frame & modulation)" (PDF). mioty Alliance / Fraunhofer IIS.
- ^ "mioty — Physical Layer Technology (comparative notes)" (PDF). mioty Alliance / Fraunhofer IIS.
- ^ "mioty — Physical Layer Technology (power & range examples)" (PDF). mioty Alliance / Fraunhofer IIS. p. 6.
- ^ "mioty — MAC and Higher Layers" (PDF). mioty Alliance / Fraunhofer IIS. Retrieved 2025-11-25.
- ^ "mioty — MAC and Higher Layers (address & auth)" (PDF). mioty Alliance / Fraunhofer IIS. p. 9.
- ^ "mioty — MAC and Higher Layers (security)" (PDF). mioty Alliance / Fraunhofer IIS. p. 6.
- ^ "mioty — Physical Layer Technology (FEC & retransmissions)" (PDF). mioty Alliance / Fraunhofer IIS. p. 30.
- ^ "mioty — MAC and Higher Layers (timing & duty cycle)" (PDF). mioty Alliance / Fraunhofer IIS. p. 10.
- ^ "mioty — MAC and Higher Layers (LLC & backend)" (PDF). mioty Alliance / Fraunhofer IIS. p. 32.
- ^ "ETSI TS 103 357-2 (scope & TS-UNB relation)" (PDF). ETSI. Retrieved 2025-11-25.
- ^ "mioty — Physical Layer Technology (capacity & mobility examples)" (PDF). mioty Alliance / Fraunhofer IIS. p. 6.
- ^ "ETSI TS 103 357 V1.1.1 (TS-UNB)" (PDF). ETSI.
- ^ "ETSI TS 103 357-2 V2.1.1" (PDF). ETSI.
- ^ "mioty — MAC and Higher Layers" (PDF). mioty Alliance / Fraunhofer IIS.
- ^ "IoT Use Case Podcast – Reliable IoT data transmission".
- ^ "Swissphone – mioty in critical infrastructures".
- ^ "Diehl Metering – mioty technology".
- ^ "Diehl Metering – HYDRUS 2.0 mioty Alliance Certification".
- ^ "ifm – Vibration monitoring".
- ^ "OMS TR08 – mioty" (PDF).
- ^ "Cooperation with IO-Link Community".
- ^ "Fraunhofer IIS – IoT positioning technologies".
- ^ "Safectory – Airport Demo".
- ^ "Lansen Systems – mioty applications".
- ^ "Loriot – mioty for smart cities and buildings".
- ^ "N-ERGIE – LoRaWAN and mioty in municipal networks".
- ^ "RAKwireless – Hybrid WisGate".
- ^ "WIKA – LPWAN product line".