05/11/2022

Background: Ceedling is a (rightfully) widely used build system for C projects developed in Ruby. Along with Unity and CMock, it is widely used in embedded software development. After a certain amount of familiarization, unit tests can usually be created quite quickly. ...

Read more

07/26/2021

Qt (like "cute" in English) is a C++-based framework of modules and libraries for cross-platform software development. Wrapper libraries, so-called "bindings," are used to enable the Qt framework to be used in Python. Python Qt enables ...

Read more

04/19/2021

The PCAN Explorer software from PEAK-System enables the sending, monitoring, and evaluation of messages on a system-internal CAN (Controller Area Network). At a comparatively low price, it offers a clear, customizable user interface and includes helpful tools for testing. ...

Read more

I frequently see product reviews that lack crucial information. Therefore, in this blog post, I want to shed some light on the subject and provide some essential tips for reading product reviews. This article is intended to be a helpful resource for anyone who reads product reviews. ...

Read more

08/09/2018

Unit tests are really great! Unit tests are usually written by the developer themselves, alongside the development process. Additional testing personnel aren't strictly necessary (although involving other people in software testing is highly recommended). ...

Read more