BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Zephyr Project - ECPv6.16.3//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://zephyrproject.org
X-WR-CALDESC:Events for Zephyr Project
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:UTC
BEGIN:STANDARD
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
TZNAME:UTC
DTSTART:20230101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;VALUE=DATE:20240916
DTEND;VALUE=DATE:20240920
DTSTAMP:20260531T194214
CREATED:20240726T024228Z
LAST-MODIFIED:20240726T024228Z
UID:10000103-1726444800-1726790399@zephyrproject.org
SUMMARY:Open Source Summit Europe (Vienna\, Austria)
DESCRIPTION:The Open Source Summit Europe\, which takes place on September 16-18 in Vienna\, Austria\, is packed with technical content. It is the premier event for open source developers\, technologists\, and community leaders to collaborate\, share information\, solve problems\, and gain knowledge\, furthering open source innovation and ensuring a sustainable open source ecosystem. \nAs a conference umbrella\, Open Source Summit is composed of a collection of microconferences covering the most important technologies\, topics\, and issues affecting open source today. Zephyr will be featured as a microconference. Check out the schedule below. \nMonday\, September 16\n15:25 CEST: Bringing Existing Open-Source Code into MISRA Compliance – Roberto Bagnara\, University of Parma and BUGSENG – Roberto Bagnara\, Professor at University of Parma and BUGSENG \nBringing an existing codebase into MISRA compliance is known to be a difficult\, risky and time-consuming task. Yet\, when a product needs a functional safety certification and rewriting the software is out of question\, this is a necessity. Such an endeavor requires facing multiple tradeoffs and\, consequently\, lots of experience both on the codebase and on MISRA. The choices between deviating the guideline\, and the (often\, many) ways in which code may be changed and deviations may be formulated\, are tough and with consequences that are not immediately evident. The situation is particularly interesting in the case of open-source software\, where additional challenges have to be faced. In this presentation\, we illustrate our experience and the several lessons learned while undertaking MISRA compliance work in open-source projects\, most notably the Zephyr RTOS and the Xen hypervisor\, both used in many embedded systems. Key take-home points include: effective deviation strategies and mechanisms; dealing with the MISRA C essential type model (guidelines related to that account for many of the violations in existing codebases); interaction with open-source communities. \nTuesday\, September 17:\n9 am CEST: How to Contribute a Zephyr Sensor Driver – Maureen Helm\,  Distinguished Engineer at Analog Devices \nThe Zephyr sensor driver API is a popular area for new contributors to submit code upstream; a sensor driver is well-contained\, it doesn’t touch more intimidating or complex subsystems\, and most importantly\, it enables your Zephyr application to interact with the physical world in a new way. Naturally\, you want to share it with the open source community\, but how do you do it? This talk will share best practices and common pitfalls encountered by new contributors submitting their first sensor driver\, and provide insight into why maintainers request certain changes. \n09:50 CEST: Zephyr Build System: Sysbuild and New Hardware Model – Torsten Tejlmand Rasmussen\, Open Source Software Engineer at Nordic Semiconductor  \nThe Zephyr build system had been reaching its limits in its ability to build multiple images for modern SoCs in its previous hardware model.\nThe original build system began with the concept of a simple board containing a single core SoC for which you would build a single image. In today’s world however\, developers want to build multiple images for boards which may have multiple SoCs and / or SoCs with multiple CPU cores. This evolution towards complexity led us to the development and introduction of sysbuild and a new hardware model in Zephyr. \nThe purpose of this talk is to dive into the new hardware model\, and what it provides seen from a developer’s point of view\, and from there continue into sysbuild\, where the new hardware model is leveraged in order to build multiple images for a single device. The talk will go over how you as a developer can make the best use of the new hardware model and sysbuild to effectively build a complete project. \n11:00 CEST: Secure and Encrypted Boot in Zephyr RTOS – Parthiban N\, Software Engineer at Linumiz \nMCUboot enables secure booting of Zephyr RTOS using asymmetric cryptographic signature verification with a public key. The hash of the public key is embedded or compiled with the MCUboot binary by default\, which is used for checking the integrity of the public key. To tamper-proof\, as an alternate secure boot option\, the hash of the public key can be stored securely and retrieved when hardware keys are enabled. Security of embedded SoC’s (e.g.\, i.MX RT) offers more capabilities\, such as High Assurance Boot (HAB)\, Data Co-Processor (DCP)\, or Trusted Firmware-M (TF-M) implementing the Trustzone for SoC’s (e.g.\, nRF91) to enable secure storage with hardware crypto acceleration or external security modules (e.g.\, TPM\, EdegeLock) to store keys in hardware vaults. \nThis talk will detail MCUboot secure booting with hardware keys. NXP i.MX RT as an example using HAB for booting singed and encrypted bootloader MCUboot\, enabling hardware root of trust\, and booting Zephyr RTOS using keys from OTP for verification. We will also see about using the TF-M backend and OTP for secure booting Trustzone-enabled SoCs. \n11:20 CEST: Zephyr Network Subsystem Status and Overview – Jukka Rissanen\, Principal Engineer at Nordic Semiconductor \nNetwork connectivity is important part of Zephyr. This talk will give information of current status of the network stack. \n11:55 CEST: Lightning Talk: The CFU: Custom Hardware with RISCV and Zephyr – Mohammed Billoo\, CEO at MAB Labs Embedded Solutions \nRISC-V’s instruction set architecture (ISA) has enabled seasoned embedded software engineers to experiment with FPGAs since numerous open-source RISC-V cores can be flashed onto an FPGA. \nThe Zephyr Project is rapidly emerging as a leading real-time operating system (RTOS). Zephyr integrates open-source and security best practices to ensure a vendor-neutral\, secure\, and reliable platform. \nOne of the exciting features of the RISCV ISA is the Custom Function Unit (CFU)\, which enables a framework to support custom operations in hardware\, which is accessible from software. In this talk\, Mohammed will demonstrate how to add a CFU into a RISCV core on an FPGA\, and how to make the appropriate calls from Zephyr. \n12:05 CEST Lightning Talk: Zephyr Portability with an AI Application on Very Different MCUs – Ales Ryska\, Systems Engineer at NXP \nCode portability is one of the compelling benefits of adopting Zephyr. In this session we will discuss a single AI-based face detection application that scales from a high performance\, Arm Cortex-M7 based MCU to a low power Cortex-M33 based MCU with a neural processing accelerator. In addition to different main processor cores\, these two platforms have quite different camera and display interfaces\, and one has a limited frame buffer capability\, leading to required improvements in the display driver which NXP has contributed back to the project. This session will also explore the specifics of how devicetree and Kconfig were leveraged to switch between platforms. \n12:15 CEST: Lightning Talk: Using Zephyr to Power the Sustainable Cloud – Dan Kalowsky\, Firmware Engineer at Ampere Computing \nShare how Ampere Computing uses Zephyr to re-imagine the cloud in a more sustainable way. Covering some of the challenges encountered aligning product goals with Zephyr\, adding new code coverage beyond the upstream support\, and getting a test environments up and running. \n12:25 CEST: Lightning Talk: Implementing the Precision Time Protocol (PTP) in the Zephyr Project – Adam Wojasiński\, Software Engineer at BayLibre \nIn order for highly distributed communication to function well\, there must be a reliable time source and a way to synchronize time between devices. In applications such as automotive and industrial control\, the requirements here can be strict and subject to regulatory constraints. Precision Time Protocol (PTP) is a response to these hard time synchronization requirements by achieving clock accuracy in the sub-microsecond range. \nAs Zephyr becomes more broadly used in these environments\, it needs support for precision timekeeping. This talk will cover a brief overview of PTP\, discussion of various implementation choices for Zephyr\, challenges along the way and upstreaming plans. \n14:00 CEST: Developing Wildlife Camera Traps with Zephyr RTOS – Alex Bucknall\, Software Engineer at Arribada Initiative \nMonitoring wildlife and environmental changes often requires deploying remote camera traps that can capture imagery and activity over long periods of time. These camera systems need to be low-power\, portable\, and easily adapted to different hardware configurations based on project requirements. \nThis talk will cover how we utilised Zephyr to develop flexible time lapse camera solutions for conservation applications. We’ll explore our time lapse camera deployment in Bermuda and how we’re using Zephyr to monitor and understand the impact of seagrass decay on the local marine life. Zephyr allowed us to rapidly target different hardware platforms by abstracting away complex hardware interactions. We’ll discuss how Zephyr’s hardware and driver APIs simplify peripheral access to cameras\, RTCs\, and power management features across multiple vendor SoCs. \nAdditionally\, we’ll explore challenges associated with this kind of cross-platform support\, such as lack of core features for certain vendor SoCs. We’ll also share insights into optimising for size\, performance\, and battery life on constrained embedded devices. \n14:20 CEST: Exploring the Potential of Zephyr in Automotive and Software Defined Vehicles – Philipp Ahmann\, Sr. OSS Community Manager at Etas  GmbH (BOSCH) \nIn the automotive industry more than 100 embedded control units (ECUs) are present in a typical car. They are equipped with microcontrollers responsible for various peripherals within the vehicle. Although it may be challenging to adapt automotive-specific interfaces to an IoT-driven RTOS like Zephyr\, the use of standard peripherals such as GPIOs\, I2C\, and UART can lead to significant synergies with other products. \nHowever\, as starting point\, the talk will delve into the automotive specific requirements and technology stacks necessary for integrating Zephyr into automotive development. Additionally\, it will highlight areas where Zephyr may not yet be a perfect fit for automotive applications. Key touchpoints for discussion will include the compatibility of Zephyr with established automotive standards like Autosar\, COVESA VSS\, and CAN stack. Furthermore\, the talk will address the challenges related to process compliance and adherence to safety integrity standards in the automotive industry. \nThis talk aims to initiate a discussion on the potential wider adoption of Zephyr in automotive products and to foster an engaging discussion among industry professionals. \n14:55 CEST: Lightning Talk: Open Source Fleet Management in Zephyr – Maciej Sobkowski\, Software Engineer at Antmicro \nComplex\, real-life embedded system deployments often consist of multiple SoCs/MCUs running a mix of OSes\, ranging from user-facing high-end nodes based on Linux/Android to MCUs dedicated to controlling specific low-level functions of the device\, using an RTOS like Zephyr. Over-the-air updates for such systems poses a challenge\, as the firmware needs to be updated in a safe & coordinated way. \nRemote Device Fleet Manager is a permissively licensed\, fully open source and self-hostable framework for modular\, configurable OTA updates\, fleet management and ML data management that supports Linux\, Android\, and\, since recently\, also Zephyr-based platforms. \nThis talk will delve into how RDFM was extended to support Zephyr-based systems\, the motivations and considerations of the development and some interesting use cases it enables. RDFM allows for fully redundant updates\, incl. rollback to the previous version\, grouped device updates and mixed OS deployments. \nTo enable tight interoperability with Zephyr’s ecosystem\, the integration is based on the MCUmgr library\, communicating with Zephyr devices via the SMP protocol. The MCUboot bootloader is used for managing the firmware on the device. \n15:05 CEST: Lightning Talk: Delta Firmware Over The Air (DFOTA) Update: Optimizing Device Updates in Zephyr – Romain Pelletant\, Embedded Software Enginner\, & Clovis Corde\, Embedded Software Engineer at Kickmaker \nFirmware Over The Air (FOTA) updates are a well-established method for updating devices\, but this approach shows its limitations in the embedded world. Indeed\, in embedded systems we have 2 main constraints (among others) when discussing firmware updates : memory and bandwidth. Regarding memory\, developing a low-memory-footprint API was our priority when creating this solution. To explain how we built this API\, we will discuss compression algorithms and justify our choice of implementing in Zephyr the open-source library “Heatshrink” which is ideally suited for DFOTA’s needs and for embedded systems in general (we can demonstrate the memory footprint differences compared to the already implemented compression algorithm “LZ4”). Next\, we will see how deltas (or patches) between two firmware versions are generated (we could present a benchmark to illustrate the data savings achieved by sending patches instead of the full firmware\, as it is done during FOTA update). Further\, we will explore the implementation of the DFOTA API to explain how it works and how it can be implemented into your project. \n15:15 CEST: Lightning Talk: How to Create an Asset Tracker With Zephyr and Thingsboard In No Time – Tobias Marquardt\, Embedded Software Engineer at grandcentrix GmbH \nIn this lightning talk I’ll show you how to create a working PoC of an asset tracker with very little effort by using Zephyr. It’s based on an off-the-shelf cellular SoC that sends GPS data over CoAP to the open source Thingsboard IoT cloud platform. \n15:25 CEST: Lightning Talk: From Ideas to 3 Firmwares Powering Railway-Infrastructure Monitoring in 2 Years – Tobias Meyer\, Software Firmware Developer at Konux GmbH \n\n\nUsing Zephyr OS\, we successfully developed three firmware versions in under two years\, establishing a scalable wireless sensor network for enhanced railway infrastructure monitoring. \nThis talk will detail the rationale behind our technology selections\, including Zephyr OS\, BLE\, LTE-M\, and AWS Iot Core. \nWe will discuss specific features of Zephyr that facilitated rapid development and the aspects that presented a learning curve. Our session will explore critical design decisions\, architectural frameworks using Zephyr\, and effective strategies for MCU communication and optimizing battery life. It will show how projects are setup\, dependency are managed using west\, how firmware is tested\, and which features of zephyr we use where. We’ll also share common pitfalls and practical lessons learned. \nConcluding with recent Zephyr updates and our reflective insights\, this presentation will end with what we would have done differently this time. \n\n\n16:00 CEST: Preparing Zephyr for Safety Element out of Context Certification – Nicole Pappler\, Senior Safety Expert at AlektoMetis.com \nZephyr\, as also other open source projects\, is heading towards functional safety\, to achieve a safety certification as a Safety Element out of Context (SEooC) the question of what this really means comes up quite often. \nThere are usually three stakeholders in a project like project community\, the assessor and the user\, who actually wants to use the certified software \nAs all these parties have different expectations of what this certification will require\, there are a lot of different rumours and opinions out there regarding functional safety certification. This talk will give an introduction to what qualification evidence is usually prepared and assessed for a SEooC certification\, what this means for the project and how it can actually be integrated into a safety relevant software system. \nThis talk will also give an update of the current status of the safety working group\, how to participate and what to expect there. \n16:55 CEST: Level Up Your Embedded Testing Game: FRETish\, Robot\, and Twister: A Dream Team – Christian Schlotter\, Software Architect at Carl Zeiss Meditec AG & Tobias Kästner Bridle Maintainer at TiaC Systems \nDeveloping embedded software for regulated environments like medical devices presents unique challenges. Crucially\, we need to document how the software design fulfills stated product requirements. While functional testing remains dominant for verifying functional suitability\, deriving and maintaining effective test suites can quickly become cumbersome. \nThis talk explores a novel approach to this longstanding problem. We leverage NASA’s FRETish method for formally capturing requirements. We will talk about how the formal nature of FRETish requirements allows for automatic test case generation leveraging the Robot Framework. The latter was specifically chosen as it is partially supported by Zephyr’s test harness today and allows to utilize twister for automated test execution of these test suites on real hardware. This method has the potential to streamline testing\, offering benefits such as reduced time and maintenance efforts as well as accurate coverage metrics from very early on in the project’s lifecycle. \nWe’ll discuss our progress in implementing this approach\, the challenges we encountered\, and potential solutions for deeper integration with the Zephyr project. \n17:45 CEST: Zephyr LPWAN: Connectivity Options and When to Choose Them – Jordan Yates\, Co-Founder and Head of Engineering at Embeint \nDevelopers are spoiled for choice when it comes to Low-Power Wide-Area-Network technologies\, which can make it difficult to choose where to focus your time when starting a project. \nIn this session we will run through the advantages and tradeoffs of the various LPWAN solutions that Zephyr supports out of the box\, with respect to power consumption\, range\, reachability and more.\nTechnologies to discuss include Bluetooth\, WiFi\, LTE CAT-M1\, LTE NB-IoT\, LoRa/LoRaWAN and Thread. \nThursday\, September 19\n9-12:30 CEST: Zephyr Workshop (Additional Fee\, pre-registration required) \nRegistration Cost: $10 \nThe Zephyr Workshop\, sponsored by Infineon\, is designed to introduce you to the leading Open Source RTOS built with safety and security in mind. Attendees will learn why Zephyr is gaining the attention of developers and product makers. This session will provide a general overview of the Zephyr OS along with an overview of how to begin building Bluetooth® Low Energy applications using Zephyr RTOS. \nThe hands-on portion of the session will feature the building of two connected applications using Infineon’s AIROC™ CYW20829 Bluetooth® LE MCU Evaluation Kit: \n\nSensor to Phone application – For this hands-on application\, attendees will program a Bluetooth LE peripheral Zephyr application on the AIROC CYW20829 evaluation kit and connect it to a phone running the AIROC™ Bluetooth® Connect App.\nPeriodic Advertising with Responses (PAwR) application – For this hands-on application\, attendees will program a PAwR Zephyr application on the AIROC CYW20829 evaluation kit. Each participant will communicate with a central node and see how a “many to one” Bluetooth LE network can be created.\n\n** Notes: \n\nParticipants will use their own machines for the hands-on portion\, and they will get to walk away with the Infineon AIROC CYW20829 Bluetooth LE 5.4 MCU Evaluation Kit.\nSome (minimal) pre-work is needed to make the best use of the time allotted. An email will be sent to registrants prior to the event with further instructions.\nSpace is limited to 50 participants.\n\nHow to Register: Pre-registration is required. To register for Zephyr Workshop\, add it to your Open Source Summit Europe registration. \nTo learn more about Open Source Summit\, visit the main event website: https://events.linuxfoundation.org/open-source-summit-europe/.
URL:https://zephyrproject.org/event/open-source-summit-europe-vienna-austria/
CATEGORIES:Ambassador Speaking,Linux Foundation Event
ATTACH;FMTTYPE=image/jpeg:https://zephyrproject.org/wp-content/uploads/2024/07/Zephyr-@-OSSummit-EU.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20240824T080000
DTEND;TZID=UTC:20240826T170000
DTSTAMP:20260531T194214
CREATED:20240704T121232Z
LAST-MODIFIED:20240704T121232Z
UID:10000101-1724486400-1724691600@zephyrproject.org
SUMMARY:Opportunity Open Source
DESCRIPTION:Join us for Opportunity Open Source 2024\, organized by Canonical! Explore the world of open source software with talks\, workshops\, and hackathons at IIT Kanpur\, India\, from August 24-26\, 2024. \nDiscover insights into Zephyr\, the Real-Time Operating System for IoT\, ideal for low-resource hardware like microcontrollers. Learn how Zephyr is shaping the future of embedded systems and IoT applications. \nWhether you’re a developer\, designer\, writer\, or enthusiast\, there’s something for everyone. Enhance your skills\, contribute to impactful projects\, and boost your career in open source. \nDon’t miss out – submit your ideas for talks\, workshops\, demos\, and more! \nCall for abstracts is open – submit soon!
URL:https://zephyrproject.org/event/opportunity-open-source/
LOCATION:IIT Kanpur\, G66M+W5J\, Kalyanpur\,Uttar Pradesh\, 208016\, India
CATEGORIES:Ambassador Speaking,Industry Conference
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20240609
DTEND;VALUE=DATE:20240615
DTSTAMP:20260531T194214
CREATED:20240506T123736Z
LAST-MODIFIED:20240506T123736Z
UID:10000093-1717891200-1718409599@zephyrproject.org
SUMMARY:36TH ANNUAL FIRST CONFERENCE (Fukuoka\, Japan)
DESCRIPTION:FIRST is an international confederation of trusted computer incident response teams who cooperatively handle computer security incidents and promote incident prevention programs. FIRST is a front-line enabler in the global response community\, providing access to the best practices\, tools\, and trusted communication. \nEstablished in 1990\, the Forum of Incident Response and Security Teams\, Inc. (FIRST) is an international non-profit association of Computer Security and Incident Response Teams (CSIRTs)\, Product Security and Incident Response Teams (PSIRTs)\, and independent security researchers from the public\, private\, and academic sectors. \nFIRST aims to foster cooperation and coordination in incident prevention\, to stimulate rapid reaction to incidents\, and to promote information sharing between members and the community at large. Membership comprises of over 600 teams with representation from over 100 nations. \nThe conference provides a forum for sharing goals\, ideas\, and information on how to improve computer security on a global scale. This yearʼs annual conference will be held June 9-14\, 2024 Fukuoka\, Japan with a virtual option. \nKate Stewart\, Vice President of Dependable Embedded Systems\, will be on-site with presentation focused on security. Stay tuned for more details…
URL:https://zephyrproject.org/event/36th-annual-first-conference-fukuoka-japan/
CATEGORIES:Ambassador Speaking,Industry Conference
ATTACH;FMTTYPE=image/png:https://zephyrproject.org/wp-content/uploads/2024/05/Screenshot-2024-05-06-at-11.38.36-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20240509
DTEND;VALUE=DATE:20240511
DTSTAMP:20260531T194214
CREATED:20240506T090652Z
LAST-MODIFIED:20240506T090652Z
UID:10000092-1715212800-1715385599@zephyrproject.org
SUMMARY:Trusted Computing Center of Excellence Summit 2024 (Annapolis\, Maryland)
DESCRIPTION:Trusted Computing Center of Excellence is hosting the TCCoE Summit on May 9-10 held in conjunction with High Confidence Software and Systems Conference on May 6-8 in Annapolis\, Maryland.  \nKate Stewart\, Vice President of Dependable Embedded Systems at the Linux Foundation\, will be on-site for two sessions.  \nOn Thursday\, May 9\, Kate will present “Building Dependable Embedded Systems with Open Source Components\,” at 3-3:30 pm. She’ll also return for a panel discussion at 4-5 pm about “Technology Advances and Modern Software Development.” Other panelists include Dr. Sergey Bratus from Dartmouth Univeristy\, Dr. Trent Jaeger from UC Riverside\, Dr. Ryan Craven from ONR and moderated by Ray Richards. \nCheck out the complete schedule: \n \n  \n \nLearn more about this conference here. \n  \n 
URL:https://zephyrproject.org/event/trusted-computing-center-of-excellence-summit-2024-annapolis-maryland/
CATEGORIES:Ambassador Speaking,Industry Conference
ATTACH;FMTTYPE=image/webp:https://zephyrproject.org/wp-content/uploads/2024/05/tcg-logo.webp
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20240203
DTEND;VALUE=DATE:20240205
DTSTAMP:20260531T194214
CREATED:20231220T143349Z
LAST-MODIFIED:20231220T143349Z
UID:10000077-1706918400-1707091199@zephyrproject.org
SUMMARY:FOSDEM (Brussels\, Belgium)
DESCRIPTION:[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text text_direction=”default”]FOSDEM\, which takes place on February 3-4 in Brussels\, is a free event for software developers to meet\, share ideas and collaborate. Every year\, thousands of developers of free and open source software from all over the world gather at the event in Brussels. This event is expecting 636 speakers\, 591 events\, and 65 tracks. \nZephyr will be featured in several presentations. For more information or to register for the event\, visit the FOSDEM website. \nSaturday\, February 3:\n11 – 11:25 am: Introducing Sound Open Firmware project – Daniel Baluta \nSound Open Firmware is an open source audio DSP firmware and SDK that provides audio firmware infrastructure and development tools for developers who are interested in audio or signal processing on modern DSPs. \nSound Open Firmware is supported on platforms from Intel\, NXP\, Mediatek and AMD. It comes with Linux kernel ALSA driver and open source firmware. Past year saw a major effort on integrating Sound Open Firmware with Zephyr RTOS. \nThe goal of the presentation is to offer a gentle introduction to the project\, building blocks\, community and tools. \nProject page: https://www.sofproject.org/ Project documentation page: https://thesofproject.github.io/latest/index.html \n12:00 pm – 2:00 pm: Zephyr Project Hour at the cafe in building F \nAre you interested in learning more about Zephyr? Come meet the developers\, engage in conversations\, and enjoy a casual and friendly environment. Whether you’re a seasoned developer or just starting out\, seize this perfect opportunity to network\, ask questions\, and gain insights into the Zephyr project. \nWe look forward to seeing you there! \n2:30 pm – 2:55 pm: Power to the People – Technology for Access to Energy – Vivien Barnier & Martin Jäger \nThe world has made great progress in providing everyone with access to energy; however\, recently\, the number of unelectrified people on Earth has increased. Providing access to energy is a critical and complex challenge as most unelectrified people live in extremely remote and hard-to-reach areas\, often having limited mobile network connectivity\, unknown (future) demand patterns\, and extreme weather conditions combined with very low purchasing power of the affected population. The power of Open Source is still completely underrepresented in technological innovations in this sector. We are working towards improving this situation and will showcase one of our flagship examples: An Open Source Battery Management System (BMS) specifically developed for off-grid energy application. Energy storage and its related technologies are key to any off-grid energy application and the Libre Solar BMS has been specially developed for this use case. We will deep dive into the design decisions and features\, covering hardware\, firmware and an app. The BMS was developed leveraging solely open source tools: The PCB is designed in KiCad\, the firmware runs on Zephyr RTOS and the communication interfaces use the ThingSet protocol over various lower layers like Serial\, CAN\, WebSocket or MQTT. The hardware went through three design iterations and has been lab and field-tested by several organizations. We will conclude and show why this kind of Open Source technology is of such great importance to bring power to the people in both the sense of bringing electricity literally and also creating the grounds for local value creation in the affected geographies. We invite the whole Energy Open Source community to contribute with their efforts to where the contributions can be most impactful on various levels. The Open Source BMS is one great piece\, but we need much more of those. \n2:30 pm – 2:55 pm: How open source projects approach Functional Safety – Nicole Pappler & Philipp Ahmann \nOpen Source is a winning solution for many industries already – and now even safety critical applications want to make use of it. While “security” is a capability of open source since many years\, a few years ago using open source in safety critical applications seemed to be impossible even to think about. Nowadays it has become a valid option for upcoming applications. This kind of application that should save lives\, or at least not harm anyone. However\, with advancements in technology and safety integrity standards\, open source is becoming a valid option for upcoming safety critical applications. This talk will provide an overview of how open source projects approach their integration to safety critical applications. Depending on the expectations of these applications\, there are different solutions to address their needs. The talk will introduce example projects such as ELISA\, the Zephyr Project\, and the Xen Project\, which are currently addressing these expectations with various mechanisms and approaches. \n4 – 4:25 pm: Zephyr and RISC-V: I Ain’t Afraid Of No Ghosts – Mohammed Billoo \nRISC-V’s instruction set architecture (ISA) has enabled seasoned embedded software engineers to experiment with FPGAs since numerous open-source RISC-V cores can be flashed onto an FPGA. The Zephyr Project is rapidly emerging as a leading real-time operating system (RTOS). Zephyr integrates open-source and security best practices to ensure a vendor-neutral\, secure\, and reliable platform. \nIn this talk\, Mohammed Billoo will describe the process of getting to Zephyr to run on the UPduino (https://tinyvision.ai/pages/the-upduino)\, flashed with the neorv32 RISC-V processor (https://github.com/stnolting/neorv32). He will walk through building and flashing the neorv32 RISC-V core on the FPGA\, creating a Zephyr application that can output Hello World to the UART\, and loading the application to the FPGA. Mohammed will also walk through the necessary Zephyr drivers to get the application running. This talk will demonstrate how combining RISC-V and Zephyr on an FPGA opens up new opportunities for embedded software applications. Using open-source software and firmware on a low-cost FPGA reduces the bar for entry for enthusiasts and hobbyists. The audience will learn the following in this talk: \n\nRelevance of the RISC-V instruction set architecture for hobbyists\nOverview and structure of the neorv32 RISC-V processor\nOverview and structure of The Zephyr Project RTOS\nRISC-V support in Zephyr\nRelevant Zephyr drivers\nDemo: From Empty Silicon To Zephyr Boot\n\n5-5:25 pm: From an artificial nose weekend hack to a future-proof IoT device – Benjamin Cabe \nIt was a long weekend in May 2020. Like many of my human siblings stuck at home with time on their hands due to an ongoing pandemic\, I was busy trying to perfect my bread recipe. Fast forward to a few hours later\, I had assembled an Arduino-based “artificial nose” that used a gas sensor and AI (so-called TinyML) to learn and detect scents (hence potentially the smell of a perfectly fermented sourdough starter). As I open-sourced and started to share the project on social media\, it went viral… and I felt like an impostor\, as most of the code powering it was\, frankly\, hackish. Or maybe it wasn’t\, as it had the merit of having helped me invent something new\, in literally a few hours. \nIn this talk I will walk you through some of the key features of the artificial nose\, and how I eventually rewrote my original code to leverage Zephyr (an open-source real-time operating system) in order to make it easier for myself and the community to extend the project\, and run it on a variety of hardware targets. \nYou will learn\, among other things: * How to move from a complex “super loop” to well architected threads and event-based programming ; * How to run TinyML models (ex. TensorFlow Lite) while not compromising the rest of your embedded system ; * How to build an efficient and easy-to-maintain graphical user interface ; * How to leverage Zephyr hardware-abstraction layer. \nAll the code and demonstrations shown in the talk is open source and available on GitHub\, and you are very much encouraged to go ahead and build your own artificial nose after the presentation! \nSunday\, February 4:\n12:30 – 1 pm: Application of the SPDX Safety Profile in the Safety Scope of the Zephyr Project – Nicole Pappler\, Stanislav Pankevich \nCreating and maintaining a safety critical project comes with a lot of challenges. One central issue is keeping your documentation\, starting from planning and guideline documents\, down to requirements\, safety analysis\, reviews and tests\, consistent and up to date. These project artefacts often have their own lifecycle and are natively managed in different tools\, with usually great traceability capabilities regarding dependencies between these artefacts as long as you stay within one tool or within a (usually propriety) tool family of one single tool vendor. Currently the resulting traceability gaps between these tools are handled either by the popular engineering tools like MS Excel or methods like “search for identical names”\, depending highly on manual maintenance. Using SPDX relationships\, the upcoming Safety Profile in SPDX 3.1 will provide a model to represent all these dependencies as a knowledge model that can be used both to analyse possible impacts after a change (be it because of a security update or functional variants of your product)\, provide evidence of completeness and compliance as a Safety SBOM or simply keep track of your product variants. In this talk we will provide both an introduction to the SPDX Safety Profile as well as a real life example using StrictDoc and the Zephyr Project’s Functional Safety scope. \nCheck out the complete schedule and dev rooms like SBOM\, Embedded\, Automotive and more. https://fosdem.org/2024/[/vc_column_text][/vc_column][/vc_row]
URL:https://zephyrproject.org/event/fosdem-brussels-belgium/
CATEGORIES:Ambassador Speaking,Industry Conference
ATTACH;FMTTYPE=image/jpeg:https://zephyrproject.org/wp-content/uploads/2023/12/FOSDEM.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240125T183000
DTEND;TZID=America/Los_Angeles:20240125T203000
DTSTAMP:20260531T194214
CREATED:20240117T112007Z
LAST-MODIFIED:20240117T112007Z
UID:10000078-1706207400-1706214600@zephyrproject.org
SUMMARY:RISC-V Munich Meetup
DESCRIPTION:Get ready for the next in-person RISC-V meetup\, which takes place in Munich on Thursday\, January 25 at 6:30 – 8:30 pm CET.  This meetup brings together RISC-V enthusiasts from Munich\, Bavaria and more. Register here. \nZephyr will be included via presentation by Michael Gielda\, Vice President Business Development at Antmicro and Chair of the Zephyr Project Marketing Committee. Michael will give a talk about\, “Zephyr and Renode\, pushing RISC-V to the next level of reliability and testability.” \nThis event is managed by members of the RISC-V community. To learn more or to register\, visit the main meetup page.
URL:https://zephyrproject.org/event/risc-v-munich-meetup-munich/
CATEGORIES:Ambassador Speaking,Meetup,Member Event
ATTACH;FMTTYPE=image/png:https://zephyrproject.org/wp-content/uploads/2024/01/Screenshot-2024-01-17-at-11.17.58-AM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20231024
DTEND;VALUE=DATE:20231027
DTSTAMP:20260531T194214
CREATED:20231009T190725Z
LAST-MODIFIED:20231009T190725Z
UID:10000068-1698105600-1698364799@zephyrproject.org
SUMMARY:The Linux Foundation Member Summit (Monterey\, California)
DESCRIPTION:[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\nThe Linux Foundation Member Summit\, hosted on October 24-26 in Monterey\, California\, is the annual gathering for Linux Foundation member organizations. \nAn annual gathering for Linux Foundation members that fosters collaboration\, innovation\, and partnerships among the leading projects and organizations working to drive digital transformation with open source technologies. It is a must-attend for business and technical leaders looking to advance open source strategy\, implementation\, and investment in their organizations and learn how to collaboratively manage the largest shared technology investment of our time. \nThe Zephyr Project will be represented at the conference in a session presented by Kate Stewart\, Vice President of Dependable Embedded Systems at the Linux Foundation. On Tuesday\, October 24 at 4:15-4:45 pm\, Kate will present\, “Enabling UN Sustainable Development Goals: Zephyr Project Contributions.” \nGiven the Zephyr Project’s focus on being able to operate in resource constrained environments\, it’s not surprising that we’re seeing products emerge that help conserve and make better use of this planet’s resources\, that are built with Zephyr. This talk will walk through some of the capabilities of the Zephyr project. It will show how the products emerging using it are contributing to the UN Sustainable Development Goals. Add it to your schedule here. \nLearn more about how the Linux Foundation projects advance the UN Sustainable Development Goals in this new research report here. \nCheck out the full schedule for the LF Member Summit on the main event page here.[/vc_column_text][/vc_column][/vc_row]
URL:https://zephyrproject.org/event/the-linux-foundation-member-summit-monterey-california/
CATEGORIES:Ambassador Speaking,Linux Foundation Event
ATTACH;FMTTYPE=image/png:https://zephyrproject.org/wp-content/uploads/2023/10/Screenshot-2023-10-09-at-6.55.26-PM.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20231015
DTEND;VALUE=DATE:20231018
DTSTAMP:20260531T194214
CREATED:20230706T160248Z
LAST-MODIFIED:20230706T160248Z
UID:10000057-1697328000-1697587199@zephyrproject.org
SUMMARY:All Things Open (Raleigh\, NC)
DESCRIPTION:[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]All Things Open will be hosted on October 15-17 in Raleigh\, North Carolina. ATO is an educational conference where attendees learn about new technologies and topics\, and it’s always been that way. The goal is for attendees to leave having learned something or been made aware of something new. \nZephyr will be represented at the conference with a few sessions including: \nMonday\, October 16:\n11:30 am – 12:15 pm: From an Artificial Nose Weekend Hack to a Future-proof IoT Device – Benjamin Cabe\, Zephyr Project Developer Advocate \nIt was a long weekend of May 2020. Like many of my human siblings stuck at home with time on their hands due to an ongoing pandemic\, I was busy trying to perfect my bread recipe. Fast forward to a few hours later\, I had assembled an Arduino-based “artificial nose” that used a gas sensor and AI (so-called TinyML) to learn and detect scents (hence potentially the smell of a perfectly fermented sourdough starter). \nAs I open-sourced and started to share the project on social media\, it went viral… and I felt like an impostor\, as most of the code powering it was\, frankly\, hackish. Or maybe it wasn’t\, as it had the merit of having helped me invent something new\, in literally a few hours. \nIn this talk I will walk you through some of the key features of the artificial nose\, and how I eventually refactored my original codebase to leverage Zephyr (an open-source real-time operating system) in order to make it easier for myself and the community to extend the project\, and run it on a variety of hardware targets. \nYou will learn\, among other things: \n\nHow to move from a complex “super loop” to well architected threads and event-based programming ;\nHow to run TinyML models (ex. TensorFlow Lite) while not compromising the rest of your embedded system ;\nHow to build an efficient and easy-to-maintain graphical user interface ;\nHow to leverage Zephyr hardware-abstraction layer.\n\nAll the code and demonstrations shown in the talk will be available on GitHub\, and you are very much encouraged to go ahead and build your own artificial nose after the presentation! \nThis event is managed by All Things Open and not the Linux Foundation or the Zephyr Project. To register or learn more about the conference\, click here: https://2023.allthingsopen.org/.[/vc_column_text][/vc_column][/vc_row]
URL:https://zephyrproject.org/event/all-things-open-raleigh-nc/
CATEGORIES:Ambassador Speaking,Industry Conference
ATTACH;FMTTYPE=image/jpeg:https://zephyrproject.org/wp-content/uploads/2023/07/https___cdn.evbuc_.com_images_527214189_72322412725_1_original.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20231004T090000
DTEND;TZID=America/Los_Angeles:20231004T100000
DTSTAMP:20260531T194214
CREATED:20230908T114528Z
LAST-MODIFIED:20230908T114528Z
UID:10000062-1696410000-1696413600@zephyrproject.org
SUMMARY:Women of Zephyr - Ask Me Anything
DESCRIPTION:[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]Join the Women of Zephyr on Wednesday\, October 4 at 9-10 am PT to discuss the opportunities and challenges of working in technology\, open source and more. Panelists will share their backgrounds\, their roles within the Zephyr ecosystem and will answer any questions you have. Register here. \n\n\n \nSpeakers: \n\nAmy Occhialino\, Zephyr Project Governing Board Chair and Director of Open Source OS Engineering at Intel\nKate Stewart\, Vice President of Dependable Embedded Systems at the Linux Foundation\nMaureen Helm\, Member of the Zephyr Technical Steering Committee and Distinguished Engineer at Analog Devices\nNicole Pappler\, Zephyr’s Functional Safety Manager and CTO and Founder of AlektoMetis\n\nRegister: https://zoom.us/webinar/register/WN_HpIgJ-wJQ4y2W5Bh2xETdw#/registration \n\n\n[/vc_column_text][/vc_column][/vc_row]
URL:https://zephyrproject.org/event/women-of-zephyr-ask-me-anything/
CATEGORIES:Ambassador Speaking,Webinar
ATTACH;FMTTYPE=image/svg+xml:https://zephyrproject.org/wp-content/uploads/2023/03/zephyr_project_r_stacked_color_positive_big.svg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230314T180000
DTEND;TZID=America/Los_Angeles:20230314T213000
DTSTAMP:20260531T194214
CREATED:20230222T160936Z
LAST-MODIFIED:20230222T160936Z
UID:10000052-1678816800-1678829400@zephyrproject.org
SUMMARY:IoT Stars (Embedded World)
DESCRIPTION:[vc_row type=”in_container” full_screen_row_position=”middle” column_margin=”default” column_direction=”default” column_direction_tablet=”default” column_direction_phone=”default” scene_position=”center” text_color=”dark” text_align=”left” row_border_radius=”none” row_border_radius_applies=”bg” overflow=”visible” overlay_strength=”0.3″ gradient_direction=”left_to_right” shape_divider_position=”bottom” bg_image_animation=”none”][vc_column column_padding=”no-extra-padding” column_padding_tablet=”inherit” column_padding_phone=”inherit” column_padding_position=”all” column_element_direction_desktop=”default” column_element_spacing=”default” desktop_text_alignment=”default” tablet_text_alignment=”default” phone_text_alignment=”default” background_color_opacity=”1″ background_hover_color_opacity=”1″ column_backdrop_filter=”none” column_shadow=”none” column_border_radius=”none” column_link_target=”_self” column_position=”default” gradient_direction=”left_to_right” overlay_strength=”0.3″ width=”1/1″ tablet_width_inherit=”default” animation_type=”default” bg_image_animation=”none” border_type=”simple” column_border_width=”none” column_border_style=”solid”][vc_column_text]\nOn March 14\, IoT Stars\, a community of IoT professionals who gather during industry events\, will host a networking event for IoT professionals in Nuremberg\, during the first night of Embedded World. The community consists of entrepreneurs\, developers\, designers\, investors\, industry players\, press and media working in the Internet of Things (IoT) ecosystem.\n\nTo register for this event\, click here: https://www.eventbrite.com/e/iot-stars-embedded-world-2023-tickets-526427638237 (Use the FRIEND-OF-ZEPHYR code for a 25% discount) \nIoT Stars speakers include several Zephyr Project members and ambassadors including:  \n\nBlues Wireless – Brandon Satrom\nAVSystem – Marcin Nagy\nZephyr – Benjamin Cabé\n\nOther speakers include: \n\nRAK Wireless – Ken Yu\nSoracom – Dora Terjek\nEmbedded Computing Design – Brandon Lewis\n\n\n\n\nEvent details:\n\n\nZOLLHOF Tech Incubator\nZollhof 7 90443 Nürnberg Germany\n6 – 9:30 pm\n\n\n\n\n[/vc_column_text][/vc_column][/vc_row]
URL:https://zephyrproject.org/event/iot-stars/
CATEGORIES:Ambassador Speaking,Industry Conference
ATTACH;FMTTYPE=image/png:https://zephyrproject.org/wp-content/uploads/2023/02/Screenshot-2023-02-22-at-3.53.09-PM.png
END:VEVENT
END:VCALENDAR