STM32 boards – Part 2: Selected functions
I will show you how to implement selected functions on STM32 boards using the Arduino Core package. I will cover timers, PWM, low power, I2C, SPI, ADC, DAC, RTC and more.
Read MoreI will show you how to implement selected functions on STM32 boards using the Arduino Core package. I will cover timers, PWM, low power, I2C, SPI, ADC, DAC, RTC and more.
Read MoreIn part 1, I give an overview of STM32 and Nucleo boards and explain how to upload sketches to them using the Arduino IDE. Various methods are available.
Read MoreI introduce the SCD4x CO₂ sensor modules and show you how to control them using the Sensirion library. I also check their reliability in comparison with a commercial measuring device.
Read MoreI present concepts for a DS3231-based alarm clock. The alarm clock is controlled with only two buttons and a slide switch. I use the Nokia 5110 and the DOGS164 as energy-saving displays.
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 More