Home code

code

23 Articles

How to use STM32 as a KEYBOARD

This tutorial will cover another USB Device HID example, and today we will see how to use STM32 F103C8 as a keyboard for...

Emulate STM32F103 as a MOUSE

In this tutorial of STM32 USB HID Device, we will see how to emulate STM32 as a mouse. The board is connected to...

IWDG and WWDG in STM32

This tutorial will cover how to use the IWDG (Independent Watchdog) and WWDG (Window Watchdog) watchdogs in STM32...

Esp8266 WebServer using STM32 HAL

This tutorial will cover how to set up the stm32 webserver using ESP8266. We will control the LEDs connected to the STM32 using...

LCD 20X4 using I2C with STM32

This tutorial will cover how to interface the LCD 20x4 using I2C with STM32 microcontroller...