Home configuration

configuration

32 Articles

Interface 7 segment display with STM32 || TM1637

This tutorial covers how to connect the TM1637 seven segment display with STM32 and how to print the basic numbers on the display..

W25Q Flash Series || Part 11 || XIP

In this PART 11 of the W25Q series, we will cover how to run an application from the External Flash, also known as...

STM32 UART #1 || Configure UART & Transmit Data

This is the first tutorial in the STM32 UART Series. Today we will cover how to configure the different parameters of the peripheral...

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 9 || SPI Flash Loader

This tutorial cover how to create and use the external loader for the W25Q flash memory using the SPI peripheral. Using cube programmer...

AVR #3. How to Configure UART & Send Data

This tutorial covers how to configure UART in AVR MCU, and how to transmit a single byte or the entire string via the...

STM32 FDCAN in Loopback Mode

This tutorial will cover how to configure the FDCAN peripheral in the loopback mode. We will also see how to configure the timings...

STM32 Ethernet #12 HTTP Server using AJAX PART2

In this tutorial, we will see how to reload a specific part of the webpage with AJAX using the XMLHTTPRequest..

STM32 Ethernet #11 HTTP Server using AJAX PART1

In this tutorial, we will see how to use the webserver with AJAX making the XMLHTTPRequest, and understanding it's functions..