top of page
Search


The Magic behind .EXE generation
In the build process of C, there are many steps involved from the creation of the C Program to converting it into an executable form....

BalajiV
May 14, 20233 min read


Terminal based Chat Bot using STM32
In this post, Chatbot is created on the terminal using STM32F446RE and USART Protocol Components: STM32F446RE as controller (link)...

BalajiV
Jan 17, 20211 min read


Register Level I2C using RTC and STM32
In this post, DS1307 is used as RTC and it is connected to STM32F446RE using I2C Components: STM32F446RE as controller (link) Jumper...

BalajiV
Jan 16, 20211 min read


Programming BluePill using STM32 Board
In this blog, I will be programming the STM32F103C8T6 using STM32F446RE which has an onboard ST-LINK- V2 Components: STM32F446RE (link)...

BalajiV
Dec 5, 20202 min read


Programming STM32F446RE using SWD connectors
In this blog, I programmed STM32F446RE using ST-LINK-V2 using SWD connectors Components: STM32F446RE as controller (link) Jumper...

BalajiV
Dec 5, 20201 min read


LCD Display controller using STM32 with no Library Function
In this Project, I controlled the LCD display using STM32F446RE on the Register level with no library function. Components: STM32F446RE...

BalajiV
Nov 13, 20201 min read


Register Level Coding in Arduino UNO
In this blog post, I will be doing register level coding using Arduino UNO Arduino is commonly programmed using ArduinoIDE although there...

BalajiV
Nov 8, 20201 min read
bottom of page