Tuesday , November 4 2025

VN43 – LCD i2c, Python serial example

This video is in addition to VN42 and includes how to read data by using stm32 USART, how to send data (system clock, cpu temperature values) to the LCD i2c  with a Python serial interface and how to split received data by using strtok() function(string.h).

<<Source Code>> Download

Check Also

VN41 – Make a simple library

In this video, I will show you how to make a simple library while programming …