Practical Methods for Drawing Value Stream Maps (VSM)

Practical Methods for Drawing Value Stream Maps (VSM)

Value Stream Mapping (VSM) is the “sharp tool” for optimizing production processes. Written by | Banble Consulting Image | AI Generated Value Stream Mapping (VSM) is a visual tool used to analyze and improve production processes. In simple terms, it is like taking a “snapshot” of the production process, illustrating all the steps from raw … Read more

CR2032 Coin Battery Module Supporting Solar and RF Energy Harvesting with BLE 5.3 Protocol

CR2032 Coin Battery Module Supporting Solar and RF Energy Harvesting with BLE 5.3 Protocol

SMK’s HarvestLoop (Self-contained Power Supply (SCPS) Coin Battery Module) is a sensor-rich energy module capable of harvesting solar energy, supporting wireless power transmission, and communicating via Bluetooth Low Energy (BLE), all integrated within a size compatible with CR2032 batteries. This product combines solar energy harvesting technology with Bluetooth® Low Energy 5.3 technology to achieve low-power … Read more

Identification of Short-Range Wireless Technologies: Bluetooth, Wi-Fi, BLE, Zigbee, NFC, RFID, Z-Wave

Identification of Short-Range Wireless Technologies: Bluetooth, Wi-Fi, BLE, Zigbee, NFC, RFID, Z-Wave

Follow ▲RF Aesthetics ▲ , let’s learn and grow together This is the 1793rd issue of RF Aesthetics sharing. Source | Original; WeChat Group | To join the WeChat group, add WeChat: RFtogether521 ; Note | Nickname + Region + Product and Job Direction (e.g., Big Boss + Shanghai + Chip RF Engineer); Purpose | … Read more

Eddystone: Google’s Open Source BLE Beacon Protocol Launched in 2015

Eddystone: Google's Open Source BLE Beacon Protocol Launched in 2015

1. Protocol Basics ‌Protocol Positioning‌Eddystone is an open-source BLE beacon protocol launched by Google in 2015, supporting cross-platform (Android/iOS) and various data frame types, with a fixed service UUID of 0xFEAA.。 Core Advantages‌Compared to iBeacon, Eddystone has a fully open-source nature and supports dynamic data broadcasting (such as direct URL push).。 2. Frame Type Details … Read more

1.1 Automation Operations with Ansible Installation and Deployment

1.1 Automation Operations with Ansible Installation and Deployment

Introduction Ansible is a tool for deploying a group of remote hosts. It achieves communication between the management node and remote nodes through the SSH protocol. Theoretically, any operation that can be performed by logging into a remote host via SSH can be automated in bulk using Ansible. This includes tasks such as copying files, … Read more

Ansible Role: A Comprehensive Guide to Structuring Playbooks

Ansible Role: A Comprehensive Guide to Structuring Playbooks

nginx-role.yml roles/ └── nginx ├── tasks │ ├── group.yml # Create group │ ├── main.yml │ ├── restart.yml # Restart service │ ├── start.yml # Start service │ ├── templ.yml # Copy configuration file │ ├── user.yml # Create user │ └── yum.yml # Install service └── templates └── nginx.conf.j2 # Configuration file group.yml (0 … Read more

Technical Discussion: High Availability with Kolla-Ansible

Technical Discussion: High Availability with Kolla-Ansible

In our past technical practices, we have discussed how to achieve containerized deployment of the OpenStack cloud platform using the Kolla-Ansible tool. Now, with the dual demands of enterprise users for operational experience and system resilience, this article will integrate the new Skyline component into the Kolla-Ansible toolchain. Skyline, as the next-generation dashboard for OpenStack, … Read more

Comprehensive Automation Operations Tool with Ansible and Docker

Comprehensive Automation Operations Tool with Ansible and Docker

1. Introduction SSM is a lightweight server management platform that integrates Ansible and Docker, featuring graphical interface, modularity, and strong scalability. It allows for a series of tedious operations such as server deployment, container orchestration, resource monitoring, and alert notifications to be completed through a browser—no command line skills required, making it easy for beginners … Read more

Ansible Configuration from Beginner to Abandonment (Part 18)

Ansible Configuration from Beginner to Abandonment (Part 18)

Ansible-navigator Configuration You can obtain the default configuration by running <span>ansible-navigator –eei quay.io/ansible/awx-ee:24.6.1 settings –gs</span>. The <span>ansible-navigator</span> looks for the configuration files <span>ansible-navigator.yaml</span> or <span>ansible-navigator.yml</span>. Here is a default configuration: — ansible-navigator: # ansible: # config: # # Help options for ansible-config command in stdout mode # help: False # # Specify the path to … Read more