Transformation and Application of ZigBee-Based Sensor Experiment Platform

Transformation and Application of ZigBee-Based Sensor Experiment Platform

Transformation and Application of ZigBee-Based Sensor Experiment Platform Authors: Ye Yangting, Wang Li (Jianghan University, School of Physics and Information Engineering, Wuhan, Hubei 430056) Abstract To address the issues of single functionality and poor mobility of sensor experimental equipment, this paper analyzes the structural characteristics of the sensor and detection technology experimental platform at Jianghan … Read more

Using Timer Interrupts to Implement Breathing Light Effect with CC2530

Using Timer Interrupts to Implement Breathing Light Effect with CC2530

Introduction Today, we will not cover the Zigbee protocol, but rather some operations of the timer in the CC2530 microcontroller. This article uses 8-bit Timer 3 for experimentation, and other timers can be similarly applied. Through this article: You will learn some basic knowledge about timers. You will see configuration instructions for some timer registers. … Read more

Research on Smart Home Systems Based on ZigBee and PLC Technologies

Research on Smart Home Systems Based on ZigBee and PLC Technologies

Abstract: Considering the characteristics and requirements of smart homes, this study adopts a combination of wireless ZigBee sensor networks and power line communication technology. This approach not only realizes the low power consumption, low cost, and flexible networking capabilities of ZigBee, but also utilizes existing household power lines as communication channels through power line carrier … Read more

Application of Android and Zigbee in Smart Home Systems

Application of Android and Zigbee in Smart Home Systems

With the continuous development of Internet of Things technology, smart home systems are no longer a fantasy, and more and more smart home products are occupying market share. Smart homes apply electronic technology, wireless communication technology, etc., allowing household appliances and security devices in the living environment to be remotely controlled via wireless networks. This … Read more

CC2530 Serial Communication Control LED

CC2530 Serial Communication Control LED

Click the blue text above to follow for continuous updates!!! Introduction Today, we will also not involve the Zigbee protocol, focusing solely on serial operations in the CC2530 microcontroller. This article uses Serial Port 0 for data transmission. The main function is to send serial data from a PC’s serial debugging tool to the microcontroller, … Read more

Control LED with Button Using CC2530

Control LED with Button Using CC2530

Introduction Today’s content does not involve the Zigbee protocol, but rather the use of the CC2530 microcontroller to control an LED with a button. This tutorial is divided into two parts: Polling to detect button levels for controlling the LED. Using button interrupts to control the LED. 1. Principle Analysis 1. Button Functionality The schematic … Read more

Overview of Smart Home System Design Based on ZigBee Technology

Overview of Smart Home System Design Based on ZigBee Technology

Deng Kaixuan, Zhang Jinyao, Xu Caiwang, Sun Zhaopeng (Anhui University of Science and Technology, School of Electrical and Information Engineering, Huainan, Anhui 232001) Abstract: With the development of science and technology, social changes are rapid, and people’s requirements for living standards and quality are increasing. To address the current high costs and single operation methods … Read more

Controlling LED Lights with Zigbee Protocol

Introduction From this article, we officially step into the Zigbee protocol. This article will start with the basic Zigbee protocol, without using any packaged protocol stack. The content is migrated from a basic protocol template to the project, and has been updated to the code repository. Repository address: https://gitee.com/jeady5/zigbee-emaple Based on today’s project, I will … Read more

Research and Design of Smart Home System Based on ZigBee Technology

Research and Design of Smart Home System Based on ZigBee Technology

 Abstract: This paper analyzes the characteristics of ZigBee wireless communication technology and home networks, introducing a smart home system that utilizes ZigBee technology for wireless networking. It focuses on the networking methods of ZigBee, the implementation of automatic control between nodes, and data collection and transmission. 1 Overview and Characteristics of ZigBee Technology   1.1 Overview … Read more