Programming AVR MCUs with MiniCore
I will show you how to use the MiniCore board package to program the microcontrollers of the ATmega8/48/88/168/328 family standalone or the boards based on them.
Read MoreI will show you how to use the MiniCore board package to program the microcontrollers of the ATmega8/48/88/168/328 family standalone or the boards based on them.
Read MoreThe programming of timer interrupts is hardware-specific. I show in detail how it works on the ATmega328P, ATtiny85, ESP8266 and ESP32.
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 MoreThe aTeVaL 2.0 is a development board that you can use as an ISP programmer as well as a serial programmer for the Arduino IDE. Here’s an introduction.
Read MoreBy using sleep modes and power management, valuable battery power can be saved on projects. I’ll show you how to control these features.
Read MoreI’ll show you different ways to program the heart of the Arduino UNO, the ATmega328P, standalone. This saves space, costs and battery.
Read More