Stm32 tutorials
766 subscribers
4 photos
3 videos
14 files
58 links
Different sensors interface with STM32 controller. Simulation files, codes and output files provided. Output videos are uploaded for each YouTube video. Some cool tricks are made available which are rarely told. Let's create some magic...
Download Telegram
I ll be posting the codes here
With the proteus simulation files
So you'll have the work reduced
keep supporting the channel and videos
This media is not supported in your browser
VIEW IN TELEGRAM
Hello ,
You can DM for project help or for the full project. Engineering Projects available to sell.
A Bluetooth communication project
Controls like Led control or motor control are added
If you want help or this project, DM me.
Hello friends,
Welcome to STM32 tutorials, in this week we talk about the LCD interface with stm controller. From basics to interface circuit. The code is very simple to write and understand.
some major additions are: the LCD displays the characters depending on their ascii values.
These values can be found in the acsii table on internet.
2. as there are 8 lines, there are 5 columns to display one character.
3. The cursor increments from 0x80 position for first line
for second line it starts from 0x94
for third line it starts from 0xC0
and for forth line it starts from 0xD4
hope you enjoy the video, if you find it informative, click on like share and subscribe.
This media is not supported in your browser
VIEW IN TELEGRAM
LCD Commands
this video has some modification which were missing from our last video