Home code

code

23 Articles

Interface Continuous Servo with STM32

This tutorial will cover how to interface a continuous rotation servo with STM32. We will use the PWM to vary the RPM and...

Interface Passive Buzzer with STM32

This tutorial will cover how to interface the passive buzzer with STM32 and how to play a melody containing tones of different frequencies...

W25Q Flash Series || Part 1 || Read ID

This is the first tutorial in the series covering W25Q Flash memories. Today we will cover how to connect the device, Reset and...

STM32 as I2C SLAVE || PART 6

This is the 6th tutorial in the series, which covers how to write an I2C slave driver for the STM32. The slave sends...

STM32 as I2C SLAVE || PART 4

This is the 4th tutorial in the series, which covers how to write an I2C slave driver for the STM32. The master send...

STM32 as I2C SLAVE || PART 3

This is the 3rd tutorial in the series, which covers how to write an I2C slave driver for the STM32. Slave starts processing...

STM32 as I2C SLAVE || PART 2

This is the 2nd tutorial in the series, which covers how to write an I2C slave driver for the STM32. The slave receives...

STM32 as I2C SLAVE || PART 1

This tutorial is the start of a new series covering the STM32 as I2C Slave device. This tutorial covers the basic funcctions needed...

Custom characters in LCD 1602 || STM32

This is yet another tutorial covering the LCD 1602, but this time we will see how to use custom characters with this display.