Interrupts – Part 2: Pin Change Interrupts
Part 2 of my series about interrupts deals with pin change interrupts. These are specific for AVR based Arduino and MiniEVB boards.
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 MoreI will explain the features of the DS1302 and DS1307 RTCs and show how to control them with the Rtc by Makuna library.
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 MorePointers and references are very useful, but equally confusing, especially for beginners. This is an attempt to bring some light into the darkness.
Read MoreSD cards are the medium of choice for storing large amounts of data. I show how to control SD card modules with the Arduino.
Read More