Bluetooth BLE Protocol Study: Introduction to Concepts

Bluetooth BLE Protocol Study: Introduction to Concepts

Background In school, I used Bluetooth technology to participate in competitions (and won awards); as Bluetooth is a common protocol in the Internet of Things, it is necessary to study it in depth. The subsequent articles will focus on BLE (v4.0). Introduction Bluetooth technology was originally created by the telecommunications giant Ericsson in 1994 as … Read more

ATF3/SPI1/SLC31A1 Pathway Promotes Copper Death Induced by AGEs in Diabetic Myocardial Injury

ATF3/SPI1/SLC31A1 Pathway Promotes Copper Death Induced by AGEs in Diabetic Myocardial Injury

Shengqi Huo 1, Qian Wang 1, Wei Shi 1, Lulu Peng 1, Yue Jiang 1, Mengying Zhu 1, Junyi Guo 1, Dewei Peng 1, Moran Wang 1, Lintong Men 1, Bingyu Huang 1, Jiagao Lv 1, Li Lin 12023 Jan 14;24(2):1667. doi: 10.3390/ijms24021667. Affiliationsexpand PMID: 36675183 PMCID: PMC9862315 DOI: 10.3390/ijms24021667 Research Background The acquisition, distribution, … Read more

Analysis of BLE Communication in Loock Touch Smart Lock

Analysis of BLE Communication in Loock Touch Smart Lock

This article is a featured article from the Kanxue ForumAuthor of Kanxue ForumID: Hu Yimi 1 Introduction In this article, we share some research content about the Loock Touch smart lock, which is produced by Yunding Technology. Yunding Technology is a company focused on the research and production of smart home security products, with two … Read more

Bluetooth Basics Overview

Bluetooth Basics Overview

1. Background Last time, the Bluetooth discussion was quite rushed. This time, I am determined to clarify the fundamental knowledge and applications of Bluetooth. 1.1 Reference Materials Overview of Bluetooth Version Development http://blog.sina.com.cn/s/blog_d2db96110102xnj6.html In-depth Understanding of Low Energy Bluetooth (BLE) Protocol Stack https://blog.csdn.net/shunfa888/article/details/80140475 BLE Protocol Series (1) Introduction to Bluetooth https://blog.csdn.net/zwc1725/article/details/80703326 2. Basic Knowledge of … Read more

Overview of Home Network Simulation for Multiple Services

Overview of Home Network Simulation for Multiple Services

Xiang’an Sun, Hongyi Zhu (Shanghai Broadband Technology and Application Engineering Research Center, Shanghai 200436) Abstract: Smart home devices are making home networks increasingly complex. This article starts from two aspects: the types of smart home network devices and their traffic characteristics. It selects some representative and easy-to-operate real terminal devices, builds a home network simulation … Read more

Embedded Hardware Communication Protocol – UART (Part 5) Packet Design and Parsing

Embedded Hardware Communication Protocol - UART (Part 5) Packet Design and Parsing

The previous section discussed the Start-Stop-Type frame structure protocol, which constructs the frame structure using frame headers, lengths, and checksums, enabling reliable and accurate transmission of packets based on the frame structure. Application Layer Packet Design Ideas Returning to the project itself, the packets within the frame structure are what the application ultimately needs to … Read more

Summary of Low Energy Bluetooth in Android

Summary of Low Energy Bluetooth in Android

(Star this for Selected Android Development) Source: Android Developer Community First, we need to clarify one point: the Bluetooth broadcast packet we obtain through the Android SDK is a 62-byte array that has been processed by the underlying SDK. How is this 62-byte array generated? To understand this, we first need to know what the … Read more

Exploring Bluetooth Low Energy Communication in Android

Exploring Bluetooth Low Energy Communication in Android

Hello everyone, I am an experienced Java tutorial author. Today we will learn how to use Bluetooth Low Energy (BLE) for Android development. BLE is an emerging Bluetooth technology that helps us develop Bluetooth applications with lower power consumption and more stable connections. BLE is a new low-power Bluetooth technology introduced with Bluetooth 4.0. Compared … Read more

Development and Application of BLE in Hearing Aids

Development and Application of BLE in Hearing Aids

Speaker Wen-Yuan Zhou Wen-Yuan Zhou, Master’s in Auditory and Speech Rehabilitation Science, Bachelor’s in Rehabilitation and Chinese Language Literature ▪ Trainer at ReSound Hearing Equipment Trading (Shanghai) Co., Ltd. ▪ National Senior Hearing Aid Fitter ▪ Practice Mentor at East China Normal University, Department of Rehabilitation Science ▪ Developer of the Nordic Hearing Rehabilitation Series … Read more

Low Power Bluetooth Testing Tool

Low Power Bluetooth Testing Tool

Hello, masters, good evening. Today we will introduce a low power Bluetooth tool. Before that, let’s briefly introduce low power Bluetooth (BLE). Here is the address | Welcome masters to star https://github.com/nian-hua/Litchi Bluetooth started supporting low power from version 4.0. During the interaction with BLE, the most important concepts are Characteristic, Descriptor, and Service: Characteristic: … Read more