Home mcu

mcu

8 Articles

W25Q Flash Series || Part 10 || QSPI & Ext Loader in H750

This is the 10th tutorial in the W25Q Flash series using STM32 and today we will interface W25Q64 Flash using QSPI mode on...

AVR #8. I2C Master PART 4 || Read data from Slave

This tutorial covers how to use the AVR MCU as the I2C Master and read data from the I2C slave. We will use...

AVR #7. I2C Master PART 3 || Interface LCD1602 via I2C

This tutorial covers how to use the AVR MCU as the I2C Master and send data to the LCD1602, which is connected via...

AVR #6. I2C Master PART 2 || comm. with Slave Device

This tutorial covers how to configure the AVR MCU as the I2C Master. We will transmit the data to the PCF8574 and control...

AVR #5. I2C Master PART 1 || Configuration

This tutorial covers how to configure the AVR MCU as the I2C Master. We will also transmit the data to the slave device...

AVR #4. How to receive data via UART || Interrupt

This tutorial covers how to configure UART in AVR MCU, and how to receive the data via the uart using the interrupt..

LVGL ON STM32 || PART5

In this LVGL tutorial we will see how to use the on screen keyboard. The data entered in the text fields will be...

TouchGFX #8. Send data from GUI to MCU

This tutorial will cover how to retrieve the data from the TouchGFX GUI and send it back to the MCU, where it can...