Home admin
Written by

213 Articles

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

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

AVR Tutorial #5. How to use ADC

This tutorial covers how to implement the ADC with the AVR MCU. We will use the ATtiny85 with the microchip studio to interface...

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

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

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

AVR Tutorial #4. Send Data via UART

This tutorial covers how to use the bit banging in the AVR MCU to send the datta as the UART data. I used...