Home slave

slave

32 Articles

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

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 use the SPI Peripheral in STM32

In this tutorial we will see how to use the SPI peripheral of STM32 to write and read the data from the ADXL345...