Home device

device

35 Articles

Display Clock on TM1637

This tutorial will cover how to display the clock on the TM1637 seven segment display using the internal RTC of STM32F103C8 MCU...

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 #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...

W25Q Flash Series || Part 7 || QUADSPI Write, Read, Memory Mapped mode

This tutorial covers how to use the W25Q Flash memory in QuadSPI mode. We will write, read, erase and use the flash in...

W25Q Flash Series || Part 5 || how to update sectors

This tutorial will cover how to update the data in a sector or number of sectors in the W25Q flash.

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 3 || How to Erase Sectors

This is the 3rd tutorial in the series covering W25Q Flash memories. Today we will cover how to erase a sector or number...

W25Q Flash Series || Part 2 || Read Data from Device

This is the second tutorial in the series covering W25Q Flash memories. Today we will cover how to Read and Fastread the data...

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...