csnol / STM32-Examples

STM32 examples

Repository from Github https://github.comcsnol/STM32-ExamplesRepository from Github https://github.comcsnol/STM32-Examples

Examples' pictures:

STM32F103C8 Blackpill ( PB12)

  1. Serialport set and display RTC clock. based on https://github.com/rogerclarkmelbourne/Arduino_STM32

    . 1st step change to your timezone in the sketch; . next step get Unix epoch time from https://www.epochconverter.com/ ; . last step input the 10 bits number( example: 1503945555) to Serialport ; . the clock will be reset to you wanted; . use timelib library.

  1. Use new RTClock library of STM32F103, add Weekday. Others same function as 1.

About

STM32 examples


Languages

Language:C++ 44.7%Language:C 33.3%Language:Arduino 22.0%