Home how to

how to

31 Articles

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

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

How to Interface STONE HMI with ESP32

In this tutorial we will see how to interface the Stone HMI Display with ESP32 using the ESP-IDF. We will control a LED...

Getting started with TouchGFX || STM32F750

This tutorial will cover how to setup your first project in touchGFX and control the LED attached to MCU using the button on...

Interface STONE HMI Display with Arduino

In this tutorial we will see how to interface the Stone HMI Display with ARDUINO. We will control a LED using the buttons...

GPS (Neo 6M) with STM32

The GPS module Transmits the data via the UART in the NMEA format. We will see how to decode it and extract the...