SCHC Day

02.07.2025

Program ⇩

Mastering SCHC

Powering Efficient Communications from IoT to Deep Space

Applications Across the Communications Spectrum

Internet of Things (IoT)

Enabling IPv6 over LPWANs.

Traditional Networks

Optimizing bandwidth usage in conventional internet communications.

Satellite Communications

Improving efficiency in space-to-Earth transmissions.

Deep Space

Supporting communications with lunar bases and Mars missions where every bit counts.

Underwater Networks

Enabling efficient protocols in highly constrained submarine environments.

Why SCHC Matters

  • ✔️ Reduces transmission overhead by up to 90% through intelligent header compression.
  • ✔️ Maintains protocol compatibility while drastically improving efficiency.
  • ✔️ Provides reliable fragmentation for challenging network conditions.
  • ✔️ Essential technology for both terrestrial and space communications.
  • ✔️ Adaptable to various network constraints and requirements.

Hands-on

  • Understand compression rules and compress IoT Traffic.
  • Fragmentation mode.
  • Gain insights into space communication optimization.

  • Hands-on experience with openSCHC implementation.
  • Real-world protocol analysis using Wireshark.
  • Direct experience with embedded systems in our laboratory.
  • Practice with actual network scenarios.

  • SCHC is an IETF standard with growing adoption.
  • Essential for both terrestrial and space communications.
  • Increasing demand for SCHC expertise across industries.
  • Stay ahead in the evolving field of efficient communications.

Who Benefits Most

avatar

IoT and network developers.

Satellite communication engineers.

avatar
avatar

Space mission communication specialists.

Network optimization experts.

avatar
avatar

Embedded systems developers.

Anyone working with constrained or challenging networks.

avatar

This tutorial bridges theory and practice, providing you with the knowledge and hands-on experience needed to implement SCHC across various communication scenarios - from local IoT networks to interplanetary communications.

Join us to master this transformative technology that's shaping the future of communications on Earth and beyond. Limited spots available to ensure optimal hands-on learning experience.

SoC Workshop

From IoT SoCs to low-power protocols

Session Overview

This 3-hour session comprises three parts, a presentation, a demonstration and a «hands-on» part, each of approximately one hour.

Objectives

  • ✔️ Understand the presented concepts and components related to low-power IoT architectures.
  • ✔️ Gain some practical skills with real components on prepared IoT development platforms.

Platforms

ESP32-C3

🧠 Single core RISC-V (RV32) with 4 stage pipelines.

ESP32-C4

🧠 Dual core RISC-V (RV32) with 4 and 2 stage pipelines.

  • 💾
    SRAM, low-power SRAM, EEPROM for user data with low-power consumption operation modes.
  • 🛜
    WiFi (STA, AP,..) + BLE
  • 🔗
    Numerous connection inputs/outputs allow for the implementation of different kinds of buses and interfaces to sensors, actuators and external communication modems.

These functional components allow us to develop a number of low-power IoT protocols carrying the “streams” of IoT data. Here we distinguish several operational cycles based on two power consumption stages: high_power (~ 50mA) and low_power stages (~ 20µA).

Two power reduction mechanisms

As-long-as-possible Low Power stage

The High Power stage is built from several phases (initialization, sensing, processing, transmission, reception).

To-send or Not-to-send decision

The consumption of the transmission phase is several times higher than that of the other phases.

The proposed low-power IoT protocols operate with the control of these two power reduction mechanisms via several parameters such as:

Cycle Time

Implying the low_power stage time.

Delta

Indicating minimum distance between last send and current sensor(s) value.

Low/High Thresholds

Indicating urgent transmission events.

kpack

Indicate when to force the transmission phase (after numerous cycles without transmission).

Effective use of the power reduction mechanisms allows us to build IoT protocols with low (<1mA) or even very low (<100µA) average power (current) consumption.

Program

2nd July

Morning: SCHC fundamentals & Developments

  • 9h - 10h30 - Discovering SCHC

    Based on the Coursera MOOC, the first part will give an overview of compression and fragmentation mechanisms. Then, a data science approach to rule creation.

    L. Toutain, M. Dumay, Q. Lampin

  • 11h - 11h30 - CORECONF Integration

    Defining a Data Model for SCHC rules and implementing CORECONF for context management between end-points.

    L. Toutain, J. Fernandez

  • 11h30 - 12h - SCHC for embedded systems & Smart Meters

    Exploring Lab.SCHC's implementation for embedded systems and smart meters, with a demo on enabling DLMS over LoRaWAN.

    J. Fernandez, D. Ochkas

  • 12h - 12h30 - SCHC in 5G

    Examining the role and implementation procedure of SCHC within the core of a 5G network.

    A. Mokdad

Afternoon: Perspectives & SoC Workshop

  • 14h - 14h30 - Interplanetary communication

    Exploring the challenges and solutions for reliable communication between Earth and distant spacecraft, where every bit counts.

    L. Toutain

  • 14h30 - 17h30 - IoT SoC Architectures Workshop

    A presentation, demo, and hands-on session to understand low-power IoT SoC architectures.

    P. Bakowski