Home control

control

28 Articles

Modbus #3. STM32 Master Writes single Coil and Holding Register

Today in the modbus series we will see how to use the STM32 as the master, which will Force a single coil and...

Modbus #2. STM32 Master Reads Coils and inputs

This is second tutorial in the Modbus series and today we will see how to use the STM32 as the master to read...

Modbus #1. STM32 Master Reads Holding and Input Registers

How to use the STM32 as the master requesting the data from the holding registers and input registers from the slave device..

MODBUS PROTOCOL 101

Modbus has become a standard communications protocol in industries, and is now the most commonly available means of connecting...

FDCAN in Normal Mode || STM32H7

This tutorial will cover how to implement the FDDCAN in Normal mode. I am going to use STM32H7 microcontroller..

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

STM32 TIMERS #3. How to use the ENCODER Mode

This tutorial will cover How to use Incremental Encoder with STM32. Also we will see how can we control the angle in Servo...

Esp8266 WebServer using STM32 HAL

This tutorial will cover how to set up the stm32 webserver using ESP8266. We will control the LEDs connected to the STM32 using...

How to Interface Stepper motor with STM32

Interface the stepper motor 28BYJ-48 with STM32. The motor is connected via the driver ULN2003. We will use the Half Drive mode...