Arduino Nano Every – a deep dive

The Arduino Nano Every is much more than just an upgraded Arduino Nano. Its underlying ATmega4809 opens up a wide range of possibilities. The article provides an in-depth insight.

Read More

LGT8F328P – LQFP32 Boards

The LGT8F328P is a microcontroller compatible with the ATmega328P, but cheaper and even more powerful. I show how to program LGT8F328P based boards in the Arduino environment.

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

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

SRAM Management

This post is a journey into the depths of SRAM, Heap and Stack. How are variables stored there? What should be considered when using strings? Here you will find the answers.

Read More