Can WiFi Measure Heartbeats? No Sensors Needed! ESP32 CSI Tutorial

Can WiFi Measure Heartbeats? No Sensors Needed! ESP32 CSI Tutorial

Introduction:WiFi is not just for internet access! By analyzing signal fluctuations, it can “see through” the environment and perceive vital signs without additional sensors. With just an ESP32, you can unlock this technology. Seeing this title, I can tell you are skeptical, thinking this is just another one of those “academic gimmicks” that sounds impressive. … Read more

Introduction to MIPI Interface Standards

Introduction to MIPI Interface Standards

MIPI (Mobile Industry Processor Interface) is a mobile device interface standard established by the MIPI Alliance, founded in 2003 by companies such as ARM, Nokia, and TI. Its core goal is to standardize internal interfaces of mobile devices (such as cameras, displays, baseband chips, etc.) to reduce design complexity, enhance flexibility, and address compatibility issues. … Read more

Introduction to MIPI Interface Standards

Introduction to MIPI Interface Standards

MIPI (Mobile Industry Processor Interface) is a mobile device interface standard established in 2003 by the MIPI Alliance, which includes companies such as ARM, Nokia, and TI. Its core goal is to standardize internal interfaces of mobile devices (such as cameras, displays, baseband chips, etc.) to reduce design complexity, enhance flexibility, and address compatibility issues. … Read more

Linux | I.MX6ULL Peripheral Function Verification (Day 10)

Linux | I.MX6ULL Peripheral Function Verification (Day 10)

01 CSI Camera Test The I.MX6ULL Terminator development board exposes a CSI camera interface, supporting the OV5640 camera module from 【007】. First, we connect the OV5640 camera module to the development board, as shown in the figure below (when connecting, be sure to pay attention to the direction, the camera should face the inside of … Read more

Connecting CSI Camera to Raspberry Pi with OpenCV

Connecting CSI Camera to Raspberry Pi with OpenCV

Click the above“Mechanical and Electronic Engineering Technology” to follow us My requirements: Raspberry Pi 3B+, operating system Raspbian-stretch, with both Python 2.7.13 and Python 3.5.3 versions. The CSI (Camera Serial Interface) camera is a common camera interface used in embedded systems or mobile devices. It is typically used for direct connection to processors or image … Read more

A Grain Moisture Detection Method Based on ESP32-CSI

Click the Blue Text | Follow Us DOI:10.3969/j.issn.1671-7775.2024.04.008 Open Science (Resource Service) Identifier (OSID): Citation Format:Gao Xiangshang, Yang Weidong, Shen Erbo. A Grain Moisture Detection Method Based on ESP32-CSI[J]. Journal of Jiangsu University (Natural Science Edition), 2024, 45(4): 426-433. Funding Project:Henan Provincial Natural Science Outstanding Youth Fund Project (222300420004); National Natural Science Foundation Project (62172141, … Read more

Understanding MIPI: Mobile Industry Processor Interface

Understanding MIPI: Mobile Industry Processor Interface

Table of Contents: http://blog.chinaaet.com/justlxy/p/5100052503 MIPI stands for Mobile Industry Processor Interface. The MIPI protocol was introduced to address the growing demand for high-definition image (video) transmission with high bandwidth requirements, while resolving the conflicts with the low-speed rates of traditional interfaces. It aims to provide a unified standard for the entire industry, thereby shortening the … Read more

Installing and Using Cameras with NVIDIA Jetson Nano 2GB

Installing and Using Cameras with NVIDIA Jetson Nano 2GB

In the previous article of this series, we introduced the visual function library. In this article, we will guide you through the installation and usage of cameras. In both AI deep learning and IoT applications, visual processing occupies a significant usage proportion, and cameras are the most commonly used data source devices. This article will … Read more