Using LoRa with the EByte E220, E22 and E32 series
With the Ebyte LoRa modules from the E220, E20 and E32 series, you can send data over long distances with low energy consumption. An overview and introduction.
Read MoreWith the Ebyte LoRa modules from the E220, E20 and E32 series, you can send data over long distances with low energy consumption. An overview and introduction.
Read MoreCharacter 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 MoreFreeRTOS 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 MoreThe 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 MoreThe programming of timer interrupts is hardware-specific. I show in detail how it works on the ATmega328P, ATtiny85, ESP8266 and ESP32.
Read MorePart 2 of my series about interrupts deals with pin change interrupts. These are specific for AVR based Arduino and MiniEVB boards.
Read MoreInterrupts can be used to solve many challenges in microcontroller programming. However, there are also some stumbling blocks. This first part is about external interrupts.
Read MoreLGT8F328P MiniEVB boards are available in different versions. I go into the differences and compare their power consumption.
Read MoreThe 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 MoreChatGPT 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