The 2026 Embedded and AI edition of Elektor is now available. Inside, you’ll find innovative design projects and helpful tutorials on a range of topics.
Abstract: In this technical article, we present a dual active-set solver for quadratic programming that has properties suitable for use in embedded model predictive control applications. In particular ...
Join us at embedded world 2025 Discover the future of open source embedded technology at embedded world 2025, taking place from March 11-13 at the Exhibition Centre Nuremberg. Meet with Eclipse ...
The US government’s report on unsafe programming languages has sparked significant discussions within the software development community. The report highlights the vulnerabilities associated with ...
Functional programming, as the name implies, is about functions. While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique ...
Generates a report of how much flash memory all monitored functions occupy. Very useful for profiling several versions of an implementation for a function, and then ...
Apple has released a beta version of Embedded Swift that notably works with Espressif ESP32-C6 wireless RISC-V microcontroller, and the company also built a Matter sample based on ESP-IDF and ...
In Part 2 of this series, MathWorks' Heather Gorr details how to take advantage of Python-based AI and ML libraries via MATLAB. This illustration shows the integration of MATLAB and Simulink with ...
Abstract: The tutorial explores key security and functional safety challenges for Artificial Intelligence (AI) in embedded automotive systems, including aspects from adversarial attacks, long life ...
JavaScript’s arrays can hold heterogeneous types, change size on the fly, and readily insert or remove elements. Traditional methods like slice, splice, and push/pop do this by operating on the array ...