tinyAVR Series Part 3: Timer D
The third part of this article deals with the Timer D, which is used exclusively for the tinyAVR Series 1.
Read MoreThe third part of this article deals with the Timer D, which is used exclusively for the tinyAVR Series 1.
Read MoreIn this sequel of my article about the tinyAVR series 0, 1 and 2, I cover the topics Timer A, Timer B, the Configurable Custom Logic (CCL) and the Sleep Control module (SLPCTRL).
Read MoreThe microcontrollers of the tinyAVR family differ significantly from the classic ATtinys. This is an introduction to programming at register level.
Read MoreGenerating formatted output with sprintf(), snprintf() and dtostrf() is convenient and simple. I will explain the various options as well as the pitfalls.
Read MoreESP-NOW Serial is a new feature of the ESP32 board package from version 3.0.0, which is really easy to use. I will show you how to use ESP-NOW Serial.
Read MoreI will go into the differences of the ATmega328PB vs. the ATmega328P and introduce three 328PB-based boards and board packages.
Read MoreWith the HC-14 module, you can use LoRa wireless technology very conveniently via simple serial functions such as println(). I’ll show you how it works.
Read MoreIn this article, you will learn how Serial and SoftwareSerial work, which functions are available to you and how to use them.
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 More