ATmega328PB based boards
I will go into the differences of the ATmega328PB vs. the ATmega328P and introduce three 328PB-based boards and board packages.
Read MoreI will go into the differences of the ATmega328PB vs. the ATmega328P and introduce three 328PB-based boards and board packages.
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 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 MoreThis 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 MoreThanks to the package megaTinyCore, you can easily program the ATtinys of the tinyAVR series 0, 1 and 2 with Arduino code. I present several options for the upload of your setches.
Read MoreTo save valuable flash memory on ATtinys when using I2C, you can use alternatives to Wire.h such as TinyWireM. I show how it works.
Read More