Where is that headset now? Who hasn't experienced this: you want to connect your smartphone to a Bluetooth device, start the search process, and suddenly you can't see the forest for the trees, er... available clients. ...

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

08/02/2023

The days when embedded systems had to perform simple, dedicated, and manageable tasks are long gone. Features such as Bluetooth connectivity, safety, security, extensive configuration options, and the combination of multiple systems into a larger one (because microcontrollers have become more powerful) allow ...

Read more

Why develop a tool? Tools are utilities that can support us with specific tasks or subtasks, or can take them over completely. With C#, tools can also be created for specific tasks. Here at MEDtech Ingenieur, we have already ...

Read more

In this blog post, I would like to use a simple example to show you how you can use interfaces in C# to enable independent testing of individual classes in your C# projects. The example used for this purpose is based on my last ...

Read more

Unit tests are essential for software development. They help prevent errors that would otherwise be discovered late and difficult to locate. For C# developers, Visual Studio offers several extensions that help us create ...

Read more