Character Arrays vs. Strings

Character arrays are less convenient than strings, but save resources. I show that character arrays are in no way inferior to strings in terms of functionality.

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

Using ChatGPT and Bing for Arduino

ChatGPT is THE topic par excellence at the moment. And one reads that ChatGPT can even program. That, and how else this AI can help us with Arduino projects, is what we’ll review in this post.

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

Logic Analyzer

The Logic Analyzer is a low-cost tool that allows you to analyze signals such as I2C, SPI, PWM and much more. I introduce the Analyzer and the Logic 2 software.

Read More