
LoRaWAN in theory and practice: A trip through Munich
- Anna-Lena Marx
- Embedded , Conferences
- February 24, 2024
LoRaWAN (Long Range Wide Area Network) is becoming increasingly popular, thanks in part to public networks such as The Things Network, which allow users to dispense with their own gateways. LoRaWAN also promises potential in terms of range and energy efficiency. But how does the standard perform in practice?
The aim of the presentation is to shed light on the technical background and demonstrate how practicable LoRa is in the field using real tests. It will be shown how the standard behaves in urban and rural areas, how differences in height of the gateway and different antennas influence the transmission quality.
LoRaWAN in Theorie und Praxis: Ein Ausflug durch München
LoRaWAN (Long Range Wide Area Network) erfreut sich wachsender Beliebtheit, dazu tragen unter anderem öffentliche Netzwerke wie The Things Network bei, die ermöglichen, auf eigene Gateways zu verzichten. Potenzial verspricht LoRaWAN auch in den Punkten der Reichweite und Energieeffizienz. Aber wie verhält sich der Standard in der Praxis?
Ziel des Vortrags ist es, die technischen Hintergründe zu beleuchten und an realen Versuchen zu demonstrieren, wie praktikabel LoRa im Feldeinsatz ist. Es soll gezeigt werden, wie sich der Standard im urbanen und ländlichen Raum verhält, wie Höhenunterschiede des Gateways und unterschiedliche Antennen die Sendequalität beeinflussen.
Presented at
- buildingIoT, Munich, 2024
Download slides Blog post: Key Influences in Tracking with LoRaWAN
Related Posts

Building Embedded Systems with AOSP
- Anna-Lena Marx
- June 30, 2023
- Embedded , Conferences
In our community, building embedded systems based on Linux, e.g. with Yocto or buildroot, is standard and well known. Considering Android, respectively the AOSP as a base system feels strange at the beginning as it is a huge ecosystem that implies high system requirements. Of course, embedded Android is not a solution for each issue. Nevertheless, the AOSP provides a sophisticated base platform which is packed with a
- modern UI stack
- robust media and camera implementation
- modern AI runtime
- well known abstraction between system and app development
- energy optimization
and lots of other helpful infrastructure.
This makes AOSP an interesting approach for building more complex embedded systems.

Yocto on the Edge - Unusual challenges when building not so embedded systems
- Anna-Lena Marx
- October 8, 2024
- Embedded , Conferences
Building embedded systems with Yocto on ARM platforms is a common practice, but when the products move further to the edge and become less “embedded,” new challenges arise. In this session, we will explore the requirements and challenges faced when developing Yocto-based systems for edge computing based on Intel.
We will dive into topics such as provisioning x86-based platforms, securely managing Linux user logins on a read-only root file system with enforced password changes, and implementing A/B updates together with secure boot. Real-world project requirements will be used as a guide to discuss practical solutions and best practices for addressing these challenges.
Read Post
A Gentle Power Off for ZEReader: Replacing the Hard Switch with a Latching Power Circuit
- Anna-Lena Marx
- November 16, 2025
- Zereader , Electronics , Embedded
With the second revision, the way ZEReader is turned on and off got a massive redesign.
The hard on/off switch in the first revision was dead simple and worked great—with one big flaw from a user’s perspective. You could not recognize if the reader was on or off on the first sight. The old switch just closed or opened the loop with the power supply, and due to the E-Paper display just holding the state, you had no chance to tell.
Besides, there was no possibility at all to implement some kind of graceful shutdown mechanism, which would allow me to save all important state information and show a clear device off indicator.
This situation was totally fine for the very first prototype, but it started to get annoying very soon. A new approach was needed!