Preprocessor directives

Preprocessor directives determine what the compiler shall ultimately process. To do this, they replace character strings and include or exclude lines of code. They also influence the behavior of the compiler.

Read More

Formatted output

Generating formatted output with sprintf(), snprintf() and dtostrf() is convenient and simple. I will explain the various options as well as the pitfalls.

Read More

ESP-NOW Serial

ESP-NOW Serial is a new feature of the ESP32 board package from version 3.0.0, which is really easy to use. I will show you how to use ESP-NOW Serial.

Read More