In this tutorial we are going to interface DS3231 RTC module with STM32 Blue Pill Board on LCD Display. We have seen many tutorials earlier for interfacing RTC DS1307 with Arduino , ESP32 boards, PIC microcontroller using Proteus Simulation tools. Related post: How to Control LED Brightness with PWM on STM32 BluePill? STM32 Blue Pill vs. Other STM32 Boards:| Electronics - Microcontrollers - Tutorials and Projects
I’m using a Beaglebone Black to log some science data around the house. My internet connection isn’t the most reliable in the world so I first cache the data locally on the BBB and upload it separately; this means I need to capture accurate timestamps for the data. If the BBB reboots due to a … Continue reading "Add a real-time clock to a Beaglebone Black"| SaintGimp