Home registers

registers

19 Articles

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

AVR #4. How to receive data via UART || Interrupt

This tutorial covers how to configure UART in AVR MCU, and how to receive the data via the uart using the interrupt..

Modbus #7. STM32 as Slave || Writing Coils

This tutorial will cover how the STM32 as a modbus slave device will response to the queries regarding writing a single and multiple...

Modbus #6. STM32 as Slave || Write Registers

This tutorial will cover how the STM32 as a modbus slave device will response to the queries regarding writing Registers.

Modbus #5. STM32 as Slave || Read Coils and Inputs

This tutorial will cover how the STM32 as a slave device will send a response to the queries regarding reading Coils and Discrete...

Modbus #4. STM32 as Slave || Read Holding and Input Registers

This tutorial will cover how the STM32 as a modbus slave, that will send a response to the queries regarding reading registers...

Modbus #3.1 STM32 Master Writes Multiple Coils and Registers

This is another tutorial in the Modbus series and today we will see how the STM32 as master Writes multiple coils and Holding...

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