Using FreeRTOS with ESP32 and Arduino

FreeRTOS is a real-time system, with which multitasking can also be realized on relatively small MCUs. This article is an introduction to the topic, whereby I will limit myself to the ESP32 and the AVR-based Arduinos.

Read More

Pointers and references

Pointers and references are very useful, but equally confusing, especially for beginners. This is an attempt to bring some light into the darkness.

Read More