Assembly Language Day 07

Assembly Language Day 07

PrefaceSummer time Establishing a daily learning and note-sharing chapter, here I mainly share some notes I wrote during my learning process. Then I share it with everyone to help with learning. The content of this chapter is not limited to evasion, malicious development, reverse engineering, etc. At the same time, please do not use the … Read more

3 Techniques to Solve Slow PLC Program Execution and Instantly Boost Device Performance

3 Techniques to Solve Slow PLC Program Execution and Instantly Boost Device Performance

3 Techniques to Solve Slow PLC Program Execution and Instantly Boost Device Performance Five years ago, on a late night, I was urgently called to a packaging production line. The client was frantic—the newly commissioned equipment was running 30% slower than expected, packaging 20 fewer products per minute, leading to significant daily losses. Upon inspecting … Read more

Practical Python | A Review of Useful Large Model APIs (Including Free Options)

Practical Python | A Review of Useful Large Model APIs (Including Free Options)

1. Introduction (First, let’s set the stage) Why emphasize free large models in the title? Aren’t most large models free to use? Not at all; free usage is limited to mobile apps and official websites, and the API services they provide are all paid. Alright, let’s get to the main content. In the previous article, … Read more

Comparison of Shadow Blade RPA Commands with Python Code

Comparison of Shadow Blade RPA Commands with Python Code

Shadow Blade RPA Commands Shadow Blade RPA is a software that can simulate human operations on a computer, such as mouse clicks and keyboard inputs, to achieve office process automation.Shadow Blade RPA commands are a set of instructions for these operations, which can be programmed and configured to perform specific tasks across different applications.These commands … Read more

Movella Utilizes Motion Sensors for Offshore Wind Farm Site Selection

Movella Utilizes Motion Sensors for Offshore Wind Farm Site Selection

Source: Xsens The offshore wind power industry is experiencing a continuous and rapid growth trend. According to data from the Global Wind Energy Council, by the end of 2022, the global offshore wind power capacity reached 64.3 gigawatts, spread across 19 countries on three continents. It is expected that by 2032, the global new capacity … Read more

Choosing an IoT Edge Platform: A Guide and Current Status Analysis

Choosing an IoT Edge Platform: A Guide and Current Status Analysis

Source: IoT Space Station Author: Silver Craftsman Translated from i-scoop Reprinted by IoT Think Tank Introduction The role of IoT platforms in the entire IoT ecosystem is self-evident. However, the demand for platforms is increasingly not just for remote management but also for powerful edge capabilities. Edge capabilities are becoming a key indicator that distinguishes … Read more

Learning the CAN Bus Communication Protocol: (6) How to Avoid Long Execution Times in Interrupt Service Routines During CAN Interrupt Reception

Learning the CAN Bus Communication Protocol: (6) How to Avoid Long Execution Times in Interrupt Service Routines During CAN Interrupt Reception

Click the blue text Follow us 1. Problem Description Performing a large number of complex operations during CAN interrupt data reception can indeed lead to long execution times for the Interrupt Service Routine (ISR). This may cause issues such as missing other interrupt requests and affecting the real-time performance of the system. Since the ISR … Read more

Edge Computing Technology in C Language: Data Processing on the Device Side

Edge Computing Technology in C Language: Data Processing on the Device Side

Introduction With the rapid development of the Internet of Things (IoT) and smart devices, edge computing has gradually become an important technological trend. Edge computing refers to processing data closer to the source to reduce latency, bandwidth consumption, and improve response speed. In this article, we will explore how to implement simple edge computing using … Read more

An Enterprise-Level Open Source IoT Platform Supporting Millions of Device Clusters

An Enterprise-Level Open Source IoT Platform Supporting Millions of Device Clusters

Hello everyone, I am Feng Ge. In the era of the Internet of Things, an efficient and reliable IoT platform has become the core hub connecting the physical world with the digital world. Today, we will delve into ThingsBoard — this Java-based open-source IoT platform that provides powerful support for device management, data processing, and … Read more