The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit Europe 2025 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.
This schedule is automatically displayed in Central European Summer Time, CEST (UTC +2). To see the schedule in your preferred timezone, please select from the drop-down menu to the right.
IMPORTANT NOTE: Timing of sessions and room locations are subject to change.
Sign up or log in to add sessions to your schedule and sync them to your phone or calendar.
Zephyr Workbench is an open source Visual Studio Code (VSCode) extension. The purpose is to provide a "few-clicks" platform to manage Zephyr components. It is designed to simplify and accelerate the workflow for building Zephyr applications by automating the setup process (especially on Windows), importing Zephyr SDK, and managing West workspaces, thereby dramatically reducing the barrier to entry for developers of all levels. Whether you’re launching your first Zephyr project or working on a sophisticated multi-board application, this extension provides intuitive configuration wizards and seamless integration with built'in debugging tools.
Furthermore, Zephyr Workbench ensures reproducible builds and rapid turnaround times while effectively managing the projects. Its integrated one-click flashing and debugging feature that supports most West runners, including OpenOCD, J-Link, PyOCD, STLink, and Linkserver. The tool also offers a visual interface that executes West commands, streamlining the process of managing Zephyr projects from creation to deployment, while also providing easy access to memory reports and configuration tools, SPDX and more.
Roy Jamil, with a PhD in the field of Asymmetric Multiprocessing (AMP) and real-time embedded systems, has over six years of experience as a Training Engineer at Ac6. He trains hundreds of engineers annually. His experience includes programming, Linux, drivers, Yocto, and various... Read More →
This talk, based on my presentation at other Open source summit events would focus solely on the use of Zephyr for experimenting with new displays of different sizes and experience with the Zephyr display system. Talk would also cover some new sensor drivers that needed to be written. Highlight would be lessons learned and mistakes made and the hard learnt best practices.
This would draw on our previous experiences in building open source Health hardware and scaling from small wearable device to full fledged patient monitoring and handheld devices and all of them running Zephyr. Emphasis is on the single basic codebase across three different chip vendors.
We will also touch on a bit about Open Source health devices and their significance to the open source community as well as the community at large.
Ashwin is a part of a company called Protocentral Electronics, which is focused on developing open-source hardware for healthcare applications. He is a software and hardware engineer by education and profession, with Masters degrees in both subjects.
MQTT-SN (MQTT for Sensor Networks) is a lightweight variant of the popular MQTT protocol, designed specifically for constrained devices and wireless sensor networks. It replaces the TCP transport with UDP (or other lightweight transports) and introduces features like topic aliasing and gateway-based architectures to reduce overhead.
This talk introduces MQTT-SN, explains its motivation, and explores how it fits into the IoT protocol landscape. We will also discuss the current state of MQTT-SN support in Zephyr, including security aspects such as DTLS, and how developers can use it in real-world applications.
The device tree is one of the defining characteristics of the Zephyr project. Using concepts borrowed from Linux, along with its best buddy Kconfig, it allows us to leverage the ecosystem to avoid endlessly rewriting the same drivers. It is also one of the most challenging aspects of Zephyr for developers to get their head around as they venture into the woods beyond the “Getting Started” guide. Device trees can contain repeated, redundant information and parameters which are difficult to trace back to their source. On the other hand, the device tree caters to an incredibly wide range of users who might be setting up a single accelerometer or specifying the peripheral mapping for a multi-core SoC. So, is the device tree too complicated, is it just right, or are there other ways to tackle this problem?
Tim Guite is an embedded systems engineer with over 7 years of industry experience in medical devices, scientific research and biotechnology. He is a big fan of the increasing use of open source tooling in the embedded space. While he possesses a wide range of knowledge, Tim acknowledges... Read More →
Zephyr Twister tool allows to apply data-driven approach in firmware development - with extended test data collection as input for trends visualization, performance impact and root cause analysis, anomaly detection, ML/LLM applications, etc.
This session provides an overview of the recently added Twister features for extended data collection as well as several use cases including Zephyr benchmarks, memory footprint, and test coverage analysis.
It should be interesting and insightful for a wide range of Zephyr practitioners: for vendors dealing with huge amount of test data from their CI pipelines as well as for individual contributors.
This talk provides an in-depth, tutorial-style exploration of memory optimisation within Zephyr RTOS, using Nordic's nRF5340 SOC and nRF7002 WiFi chip in various case studies. By focusing on practical, real-world challenges, the presentation aims to empower developers with actionable strategies for optimizing memory usage in resource-constrained embedded systems.
We begin by clarifying fundamental memory concepts such as flash and RAM, heap memory versus stack memory and differences between static and dynamic allocation. We also going to look at how Zephyr allocates and manages it's memory memory. This foundational overview sets the stage for understanding which parts of the codebase are placed into which memory and what are possible choices of memory optimization.
The presentation then delves into our hands-on experience with the nRF5340, highlighting the increased memory demands posed by the Wi-Fi stack and discussing how to mitigate these challenges. We share specific configuration tweaks, code-level optimizations, and introduce essential memory analysis tools.
Electrical engineer (by education) turned into an embedded engineer. In the past 6 years at IRNAS, Marko has worked on a number of different projects ranging from animal conservation, consumer IoT devices and medical devices. He has dealt with low-power design, wireless radio protocols... Read More →
We invite you to join us in shaping the future of ZBus! Your ideas and perspectives are invaluable, and we genuinely want to hear them. Join us for a community-driven discussion about our strategic directions, and let’s work together to create something great.
Embedded Systems enthusiast and passionate surfer. Rodrigo has been the R&D Lead Embedded Systems Engineer at Edge Innovation Center since 2015. Professor at the Federal University of Alagoas since 2011. Co-founder at Citrinio. Zephyr bus maintainer (ZBus subsystem).
Since the 1980s, the MIDI (Musical Instruments Digital Interface) protocol has been the leading standard for connecting digital instruments and controllers in live performances and digital audio workstations. In the last 5 years, a brand new revision of this protocol has been released, supporting multiple transports that adapt it to the modern world of high-speed bidirectional communications.
In this talk, we will first look at an overview of the MIDI2 protocol, what it improves on the former MIDI (1) version, how to define its topology, and what kind of data it conveys. We will then dive into practical considerations for developing a custom MIDI2 device, using Zephyr as an example development platform considering:
- USB-MIDI2.0
- Network MIDI2 (UDP based)
- Universal MIDI Packet (UMP) Endpoints discovery and dynamic configuration
Titouan is an embedded and backend developer who worked in remote railway vehicle monitoring and automated visual quality control for the manufacturing industry. He's been using FLOSS and contributing occasionally.
In this session, we will explore the audio stack and frameworks available in Zephyr, with a particular focus on Sound Open Firmware (SOF) - an open-source audio digital signal processing (DSP) firmware and SDK that provides essential infrastructure and tools for audio and signal processing development.
With the release of SOF 2.0, the project has integrated Zephyr RTOS, simplifying and improving its codebase. However, SOF remains tightly coupled to a Linux host OS driver, making it primarily suited for MPUs.
This talk will dive into decoupling SOF from Linux to enable standalone operation on MCUs, making it the go-to audio framework for Zephyr.
Key topics will include:
• Replacing Linux-based host communication
• Modifying SOF firmware to run without Linux-driven configuration
• Leveraging Zephyr drivers for hardware control
Join us to discuss the next steps in making SOF a truly Zephyr-native audio framework.
The community spirit of open-source projects is extraordinarily captivating, and it was this very spirit that I experienced firsthand within my trainee program. During this time, I had the invaluable opportunity to immerse myself in various aspects of the Zephyr Project across different job stations.
In this session, I’ll share my journey of becoming part of the Zephyr Project community, highlighting:
• Navigating the Learning Curve: Insights from porting existing applications to Zephyr.
• Establishing a Repository Structure: Challenges and solutions in organizing code effectively.
• Exploring the Toolchain: Meeting the needs of embedded software development.
• Contributing My First Pull Request: The thrill and lessons from my first pull request.
By the end of this session, you’ll walk away with practical tips to kickstart your own journey with Zephyr and feel inspired by the empowering experience of being part of the Zephyr Project community!
Verena is a young professional at Carl Zeiss Meditec AG, where she has been working since April 2025. Prior to that, she successfully completed the ZEISS Global Graduate Program, specializing in embedded software development. During her time in the program, she became deeply involved... Read More →
The Institute of Embedded Systems at the Zurich University of Applied Sciences uses Zephyr for several lab exercises for BSc, MSc and students in further education.
These labs include topics like embedded security, bootloaders, and general operating system concepts.
In this lightning talk, we will showcase these labs and discuss the challenge of providing a uniform Zephyr development environment that can be set up quickly and reliably.
Born and raised in Switzerland, I started my journey with a four-year apprenticeship as an electronic technician, followed by earning a Bachelor of Science in Electrical Engineering. Now, I work full-time as a Research Assistant at the Institute of Embedded Systems at the Zurich University... Read More →
There is currently an urgent need for companies to reduce and eventually eliminate software-based memory safety vulnerabilities from their product lines. This requirement begins with the underlying operating systems and extends to the applications that depend on them.
This talk will advocate that now is the right time for the Zephyr operating system to embrace an emerging new hardware architecture extension called CHERI (Capability Hardware Enhanced RISC Instructions) to protect its software and applications against memory vulnerabilities from being exploited.
The CHERI technology has a development history spanning nearly 15 years and is backed by the recent formation of the CHERI Alliance - a consortium of businesses (including ARM, Google and Microsoft), academic institutions, and government organisations.
The talk will provide a summary of the CHERI technology, the latest developments, and the work being done to provide CHERI-RISC-V architecture support for Zephyr.
Jennifer Jackson is a Research Fellow at the University of Birmingham and has been working on projects involving CHERI-based hardware since 2021. She has a PhD from the University of Warwick and has worked both within academia and industry. Her background is in electronic engineering... Read More →