Home series

series

31 Articles

LVGL on STM32 || PART 4

In this LVGL tutorial we will send the UART and ADC data to the display, and retrieve the button states from the display...

AVR #2. How to use input button || Ext. Interrupt

This tutorial covers how to read the Input button in AVR with and without using the Interrupt. We will also blink a LED...

ATtiny817 Xplained mini || Clock setup || LED Blink

This tutorial covers how to setup the first project in the microchip atudio for the AVR ATtiny817 xplained mini board and blink the...

W25Q Flash Series || Part 4 || How to Program Pages

This is the 4th tutorial in the series covering W25Q Flash memories. Today we will cover how to program a page or number...

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 7

This is the 7th tutorial in the STM32 I2C slave series. This tutorial covers clock stretching, General Call and Dual Address Acknowledgement.

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 TIMERS #5. Timer synchronization || Slave Trigger mode

In this tutorial we will see how to use the timer in the slave trigger mode. This is an example of the timer...

Modbus #7. STM32 as Slave || Writing Coils

This tutorial will cover how the STM32 as a modbus slave device will response to the queries regarding writing a single and multiple...