Home HAL

HAL

107 Articles

STM32 ETHERNET #6. HTTP WEBSERVER SIMPLE

This is 6th Tutorial in the ethernet series, and today we will see how to use our STM32 to create a HTTP Webserver...

STM32 ETHERNET #5. TCP CLIENT

This is the 5th tutorial in the STM32 ethernet series, and in this tutorial will cover how to set the STM32 as the...

STM32 ETHERNET #4. TCP SERVER

This it the fourth tutorial in the STM32 Ethernet series, and today we will see how to configure the STM32 as TCP Server...

STM32 ETHERNET #3. UDP CLIENT

This is the 3rd tutorial in the STM32 Ethernet series and today we will see how to configure the STM32 as the UDP...

STM32 ETHENRET #2. UDP SERVER

Create a new UDP control block using udp_new (). Bind the block to the local IP address and Port by using udp_bind

STM32 Ethernet #1. Connection

This tutorial is the start of the Ethernet series in STM32. Today we will simply see how to configure the Hardware and ping...

CAN Protocol in STM32

This tutorial will cover the Basic Can protocol in STM32. Here we will see, how to communicate between two STM32 devices using the...

EEPROM and STM32

This tutorial will cover how to interface an I2C based AT24C EEPROM with STM32. The EEPROM is connected via the I2C peripheral...

How to communicate between HC-12 using STM32

This tutorial will cover how to communicate between STM32 MCUs using the HC-12 Module. We will use the uart to send the data...