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

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

ESP-NOW

With ESP-NOW you can easily send messages of up to 250 bytes between ESP32 and/or ESP8266 boards. A step-by-step introduction.

Read More

WiFi BBQ thermometer

I will show you how to build a WiFi BBQ thermometer with a temperature sensor, an ESP32 board and a few other components.

Read More