[S7-1200]: MQTT Protocol Communication with Siemens PLC for IoT Environmental Monitoring

[S7-1200]: MQTT Protocol Communication with Siemens PLC for IoT Environmental Monitoring Application Overview Hello friends! Today I want to share an amazing project with you—using the Siemens S7-1200 PLC to achieve IoT environmental monitoring through the MQTT protocol! Imagine, your PLC not only controls the equipment in the factory but also uploads environmental data (such … Read more

How Data Flow Works in Message Queue Telemetry Transport (MQTT)

Translator | Li RuiReviewer | Sun ShujuanThe data created by humans on the internet and computers is not always accurate; human typing, scanning, photographing, or recording is not always reliable. But what if there are sensors on machines that collect data and can communicate with other machines? What if there is a protocol that allows … Read more

Introduction to TCP/IP Communication Protocol (1) – Overview of LwIP

1. Introduction 1. Why use Ethernet for communication? Ethernet refers to a local area network that complies with the IEEE 802.3 standard. It is a type of internet technology, and since it occupies the highest proportion in networking technology, many people directly equate Ethernet with the internet. However, IEEE also has other local area network … Read more

Understanding the TCP/IP Protocol

TCP/IP ProtocolThe TCP/IP protocol (Transmission Control Protocol/Internet Protocol) is the most widely used protocol today, encompassing over 100 protocols used on the Internet, with the two most important being TCP and IP. Due to its cross-platform and routable characteristics, TCP/IP enables the interconnection of networks and communication across different network segments. This has led many … Read more

Summary of PLC Communication Technologies (Including EtherCAT, Modbus, Profibus, Profinet, EtherNet/IP, CAN, etc.)

After introducing the content related to OPC UA communication, we have basically covered the main communication buses and protocols related to industrial automation. So, why have we focused on communication for nearly two years? Of course, for PLC/PAC engineers, or for electrical engineers or automation engineers, the core is not just communication; there are also … Read more

CANopen to DeviceNet Slave – ADFweb Converter – Guangzhou Xinyu IoT

CANopen to DeviceNet Slave — ADFweb Converter – Guangzhou Xinyu IoT Author: Zou Wuyi Mobile185-020-77899 Email: [email protected] 1 Product Features HD67134 – A1 is a CANopen / DeviceNet slave converter. It has the following features: Provides triple isolation between CANopen and power, CANopen and DeviceNet, and power and DeviceNet. Can be mounted on a 35mm … Read more

CANopen to CANopen – ADFweb Gateway Converter – Guangzhou Xinyu IoT

CANopen to CANopen – ADFweb Gateway Converter–Guangzhou Xinyu IoT Author: Zou Wuyi Mobile185-020-77899 [email protected] 1、Product Features: The CANopen to CANopen gateway has the following features: Realizes high-level bidirectional conversion of information between two different CANopen buses; Provides electrical isolation between the two buses; Can associate device module objects located on different buses, which can be … Read more

In-Depth JTAG Boundary Scan: Hardcore Techniques for Embedded Testing

Hello everyone, welcome to <span>LiXin Embedded</span>. Today, we will discuss JTAG boundary scan. This tool is essential for testing PCB interconnections and internal chip logic, defined in the IEEE 1149.1 standard. If you haven’t read the first two articles in this series, I recommend going back to catch up on the basics of JTAG debugging. … Read more

Understanding JTAG Debugging and CMSIS-DAP

CMSIS-DAP (Cortex Microcontroller Software Interface Standard – Debug Access Port) is a debug interface standard defined by ARM. In the introduction to JTAG debugging – DAP, it mentions that an implementation of ARM ADI is called DAP, so does CMSIS-DAP with the DAP suffix mean it is an implementation of DAP? See the diagram from … Read more