Home read

read

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

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

STM32 I2C Configuration using Registers

This tutorial will cover both transmission and reception using the I2C and the configuration will remain common in both the processes.

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

FLASH Programming in STM32

This tutorial will cover how to program the internal Flash memory in STM32. We will cover 2 types of flash memory distribution...