11/12/2024

In safety-critical software projects, software quality is paramount. Especially for Class C software, which must be certified according to strict standards such as IEC 62304 (medical technology), it is essential that every aspect of the software is thoroughly tested. Errors can ...

Read more

Nowadays, apps in the healthcare sector are very important. Apps that can read and process data from medical sensors are particularly useful. Flutter is an open-source framework from Google that is ideal for developing such apps. Our goal was ...

Read more

06/13/2024

No more errors when using flash memory! A dream that is within reach with a little effort? Yes, at least you can make the developer's life much easier if errors are avoided from the outset or the system in which a ...

Read more

02/28/2024

In my previous blog post, I discussed aspects that significantly influence the design of a good software architecture. Here I would just like to mention them again: Simplicity: Simpler is in most cases better. Maintainability and extensibility: Software is in the ...

Read more

Eliminating EMC problems – a practical exampleIn a project, the interference emission of a device was to be investigated before the EMC test was carried out at the TÜV. This was a battery-operated medical device (DUT) with an applied part, which was ...

Read more

11/15/2023

How do I analyze electrodermal activity with Python? In this short blog post, I'll explain how you can use Python for evaluating and analyzing EDA data and which libraries are useful. 1. Python for Data Analysis: Python is ...

Read more