Skip to main content

A Few Embedded and IoT Sessions Worth Your Time at OCX 2024

2024 marks the 20th anniversary of the Eclipse Foundation. It also represents a brand-new start for our annual flagship conference. Its new name, Open Community Experience (OCX), emphasises our community's place in the broader open source ecosystem. The event will take place in Mainz, Germany, on October 22-24, 2024.

OCX, as EclipseCon before, features several distinct tracks. One of them is dedicated to Embedded, IoT, and Edge Computing topics. If you look at the conference’s agenda, you will find them by activating the “OCX Tracks” filter. Click this link to access a pre-filtered version of the agenda. Not sure about which sessions to catch? See below the top five sessions I hope to attend. Of course, there are many other great ones, so please browse the full agenda.

*

How IoT can save a life - A real-world example
October 23, 2024 11:30 AM-12:15 PM CET

I love talks that showcase concretely how technology can make the world better. IoT devices, after all, embed software in everyday objects and have the potential to make our lives easier and safer.

Can we adopt Eclipse IoT projects on Android Embedded Devices?
October 23, 2024 1:30 PM-2:15 PM CET

We often forget it, but IoT devices are just specialised embedded systems. Although Android is closely tied to mobile devices, it is also widely used in various embedded use cases. Naturally, this means Eclipse IoT projects are useful beyond IoT.

Bringing Memory Safety to Time-Critical Embedded Systems for Automotive and Industrial Systems
October 23, 2024 2:15 PM-3:00 PM CET
 
Rust has made memory safety fashionable, but just using the trendy programming language by itself is not enough. This presentation advocates for a more comprehensive approach, which I like.


Thingweb's Next Chapter: How we are scaling our Project for better IoT and Digital Twin Applications
October 24, 2024 1:45 PM-2:30 PM CET

The W3C’s Web of Things (WoT) standard has been gaining considerable market momentum lately. Eclipse ThingWeb is a first-class implementation of several WoT aspects, suitable for IoT and digital twin projects.


Magic industrial data acquisition with Apache PLC4X, TsFile and IoTDB
October 24, 2024 3:15 PM-4:00 PM CET

If you care about Programmable Logic Controllers (PLCs), you probably know Eclipse 4diac is a great way to build the innovative PLCs of today and tomorrow. But what about the legacy PLCs that still drive most businesses? Apache PLC4X is a great tool to keep them around and integrate them with modern infrastructure.

*

I cannot end this post without a shameless plug for my own sessions. One is on Eclipse ThreadX, the only open source Real-Time Operating System (RTOS) certified for safety-critical applications. Think planes, trains, and automobiles (not the movie!), and you will understand what I mean. The other one will excite fans of Eclipse open specifications. It is now possible for these specifications to become ISO/IEC international standards, and my colleague Javier Valiño and I will tell you all about what this means and how you (yes, you!) can do it.

Eclipse ThreadX: A Star is (Re)born — October 22, 2024 9:00 AM-9:45 PM CET

You Too Can Be a Standards Expert! — October 22, 2024 4:45 PM-5:30 PM CET

If you poke around the OCX website, you will also see references to several co-located events. Open Community for Java will offer a wealth of content targeted at Jakarta EE and Adoptium community members. Our growing Software-Defined Vehicle (SDV) community will gather at Open Community for Automotive. We even have one-day events for fans of OSGi and dataspaces. Naturally, fans of the Eclipse IDE will not be forgotten. EclipseCon is now a co-located event focused on modelling and developer tools.

With plenty of good presentations on many topics, you’ll be happy to learn that your OCX conference pass provides access to all the co-located events. So feel free to mix-and-match sessions as you please! If you’re curious about the latest and greatest across the whole device-to-edge-to-cloud continuum, like I am, you should not miss OCX.

Comments

Popular posts from this blog

Eclipse IDE for Embedded Developers Now Runs on the Raspberry Pi!

The Eclipse IDE is the project that started it all for the Eclipse Foundation . From the beginning, Eclipse IDE was meant to run on multiple platforms; it now supports Linux, Mac OS and Microsoft Windows. Since it is written in Java, it also supports multiple processor architectures. However, support for 32-bit architectures has been dropped in version 2018-12. This meant recent versions of the IDE would not run on the Raspberry Pi anymore. The introduction of the Raspberry Pi 4 in June 2019 gave hope to Eclipse on Pi fans. With its 64-bit quad core ARM Cortex-A72, the Pi 4 was a good hardware platform to work with. It became even more attractive in May 2020, with the introduction of the 8Gb variant. The Eclipse community took notice of those developments. Version 2020-09 of Eclipse IDE now ships with experimental support for 64-bit ARM (aarch64) on Linux.  Those developments mean embedded and IoT developers can now work on the Raspberry Pi 4 by installing the plugins provided by ...

Sparkplug: From Specification to Standard

This week, the Eclipse Foundation announced that the Sparkpug® 3.0 specification has been published as an International Standard. That sounds impressive. But what does it mean, exactly? And how will this impact the evolution of Sparkplug? To answer this question, let’s take a step back and consider what standards are. The technology industry loves standards. For example, USB is a set of standards managed by the USB Implementers Forum, Inc. (USB-IF), a non-profit corporation founded by the companies that developed the USB specification. The Eclipse Foundation describes Jakarta EE as a standard: a set of  specifications for enterprise Java application development. In the IoT and Industrial Automation world, OASIS Open also presents the MQTT protocol as a standard. However, standards play a much more pervasive role in society. There are standards for building homes and others that define how cars should work. Standards permeate our lives. To understand the significance of this ...

A Robotic Dream Team: ROS 2 and Cyclone DDS

The Eclipse Cyclone DDS team has been hard at work recently ; this got them noticed in a big way. Open Robotics recently declared that Eclipse Cyclone DDS will be a tier one middleware in ROS 2 Foxy Fitzroy! Eclipse Cyclone DDS, an implementation of the Data Distribution Service standard under the stewardship of the DDS Foundation and the Object Management Group (OMG), is a project of the Eclipse IoT and OpenADx working groups. Some of the key benefits of Cyclone DDS include: Secure ROS 2 (SROS2) integration & testing contributed by Eclipse IoT member Canonical .  Implementation of DDS Security contributed, tested, optimized and ready for ROS users. The team backported this feature to the ROS 2 Dashing and Eloquent releases! Full coverage of QoS supported by ROS including lifespan and deadline  New high-speed RMW serializer contributed by Rover Robotics Ability to discover a single robot among a swarm of 1,000+ (thanks to iRobot for the use case!) Too many performan...