Skip to main content

From Local to Global: African Developers Take the IoT Leap

Over the past two years, I’ve had the privilege of expanding my open source developer advocacy to include countries in the Global South — Brazil last year, and Nigeria this year. What struck me during these trips is that a country lagging behind wealthier, industrialised economies doesn’t mean being left out of technological progress. Quite the opposite. Cutting-edge technologies are very much present. Yet, a closer look reveals a distinctive pattern: gaps in the usual technology adoption timeline. Take communications, for example — wireless networks are everywhere, and often far more reliable than wired infrastructure has ever been in those countries. The lesson is clear: as they advance, Global South countries don’t need to follow the same incremental path taken elsewhere. They can leapfrog transitional technologies and move straight to the most advanced solutions.

This was the essence of my message to the audience at OSCAFest 2025 a few weeks ago. During the event, which took place on August 15-16, 2025 in Lagos, I had the privilege of presenting on the Eclipse RISC-V embedded ecosystem. At the Eclipse Foundation, we host a broad portfolio of open source projects that cover virtually every need of an embedded developer—from a safety-certified real-time operating system to a modern IDE, along with specialised middleware for IoT, industrial IoT, and software-defined vehicles. The slide below, taken from my deck, provides a concise overview of the presentation.

On the software side, the value of open source for developers in the Global South is clear. Instead of reinventing the wheel, they can build on proven, widely adopted technologies and participate in the global ecosystem. Eclipse ThreadX is a prime example. Once a commercial product, ThreadX RTOS has powered more than 12 billion devices since the late 1990s, including systems certified for safety-critical applications. Today, with ThreadX available as open source under the permissive MIT license, developers gain an accessible and cost-effective path to building and certifying devices that meet rigorous standards such as IEC 61508 and ISO 26262, among others.

This even extends to hardware. Twenty years ago, the idea of a locally funded and owned silicon manufacturer from the Global South would have been a pipe dream. The introduction of the RISC-V architecture removed barriers to entry in that market, providing a well-defined, industrial-grade foundation for chip designers everywhere. The open source processor cores and processor IP hosted at the OpenHW Foundation make things even more accessible. You can now find professionally-verified embedded and application-class cores on GitHub! Armed with the appropriate FPGA, anyone can run, evaluate, and modify those cores. Yes, getting a new chip to market is still an expensive, complex, and time-consuming project. However, the OpenHW Foundation’s building blocks open significant opportunities for the Global South. After all, most silicon design firms nowadays are fabless, even in North America or Europe.

OSCAFest was an absolute delight. I had memorable conversations throughout the conference and returned home feeling energised. Compared to many technology events I’ve attended in the past, the audience stood out: noticeably younger, with greater representation of women. While not everyone I spoke with was focused on embedded systems or IoT, those who were impressed me with their depth of knowledge and, often, significant experience. That is why I’m convinced that African developers — empowered by open source hardware and software — are well-positioned to drive the next wave of IoT innovation. If the talent I encountered in Lagos is any indication, some may even leapfrog their peers in more affluent regions.
  


Comments

Popular posts from this blog

Eclipse ThreadX: Charting our course for 2025

On November 21, 2023, Microsoft announced that it was contributing Azure RTOS to the Eclipse Foundation, which gave birth to the Eclipse ThreadX project . Since then, the project team and Eclipse Foundation staff have been working tirelessly behind the scenes to transition ThreadX to a true community-driven open source project and ensure its continued certification for safety-critical applications. In this short post, I will review the major milestones of that first year and share what to expect from the team in 2025. ThreadX v6.4.1 On February 28, 2024, the ThreadX project released version 6.4.1 of ThreadX and its companion modules. This release, the first made under the Eclipse Foundation development process, completed the transition of ThreadX to open source. From a technical standpoint, there were no changes from the prior 6.4.0 release. And yet, v6.4.1 represents a significant milestone. The Eclipse Foundation intends to certify ThreadX v6.4.1 for safety-critical applications. Yo...

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 ...

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 ev...