Innovative Teaching Practice Research on Smart Mobile System Design Experiment

Innovative Teaching Practice Research on Smart Mobile System Design Experiment

Submission Date: 2023-4-18 Author Introduction: Ye Xianfeng (1967—), male, from Jande, Zhejiang, PhD, associate professor, research direction in electronic circuit experimental teaching; Shi Hongjun (1970—), male, from Cixi, Zhejiang, master’s degree, lecturer, research direction in electronic circuit experimental teaching; Deng Jingjing (1990—), female, from Xuzhou, Jiangsu, PhD, experimental teacher, research direction in terahertz technology applications. … Read more

PID Control for Robotic Arm Joint Control in ROS

Introduction PID control (Proportional-Integral-Derivative control) has a wide range of applications in industrial control and robotic control. This article takes robotic arm joint control as an example to explore the implementation and optimization of PID control in ROS. Unlike vision-related applications, this article focuses on the servo control of robotic arms, discussing how to adjust … Read more

Recent Advances in Non-Invasive Bladder Monitoring Technologies

Recent Advances in Non-Invasive Bladder Monitoring Technologies

Bladder monitoring, including urinary incontinence management and bladder urine volume monitoring, is an important aspect of urological nursing. Urinary incontinence is a common condition affecting the quality of life of over 420 million people globally, and bladder urine volume is a crucial indicator for assessing bladder function and health status. Previous studies have explored non-invasive … Read more

Using Eye-Tracking to Identify Pedestrians’ Critical Visual Tasks

Using Eye-Tracking to Identify Pedestrians’ Critical Visual Tasks

Introduction The paper featured in this issue is titled Using eye-tracking to identify pedestrians’ critical visual tasks. This article studies the critical visual tasks of pedestrians, which is the first step in residential road lighting design guidelines. An eye tracker was used to record pedestrians’ visual fixations while walking outdoors during the day and at … Read more

Exclusive Arduino Software Course | May Day Special with 8 Classes to Create an Interactive Device

The founder of Arduino commented: This open-source microcontroller: “You don’t need anyone’s permission to create amazing things.” You can use it to write code that produces such visual effects You can also create interactive effects with Arduino Daniel Rozin’s Penguins Mirror Daniel Rozin’s pom pom mirror 🎙️ This time we are inviting SKD instructor who … Read more

Overview of Intelligent Access Control Design Using NB-IoT Technology

Overview of Intelligent Access Control Design Using NB-IoT Technology

Lai Ruiqiang (Quanzhou Huaguang Vocational College, Quanzhou, Fujian 362121) Abstract: With the continuous development of smart campuses, the access control system of school computer rooms is also gradually becoming intelligent. This article designs an access control system for computer rooms using NB-IoT technology. The access control system is mainly controlled by Arduino Mega2560 Pro, and … Read more

Detailed Guide on Connecting Arduino to LCD1602

Detailed Guide on Connecting Arduino to LCD1602

What is the working principle of lcd1602? 1. Segment Display The dot matrix liquid crystal consists of M×N display units. Assuming the LCD screen has 64 rows and each row has 128 columns, every 8 columns correspond to 1 byte of 8 bits, meaning each row consists of 16 bytes, totaling 16×8=128 dots. The screen … Read more

Connecting Arduino with Obstacle Avoidance Car

Connecting Arduino with Obstacle Avoidance Car

1. Making the Obstacle Avoidance Car 1. Preparations for Making the Obstacle Avoidance Car Hardware: Arduino UNO, L298N driver module, ultrasonic module, car chassis, servo module, a breadboard, and some Dupont wires. Software: Arduino UNO programming download software Here is an image of the installed setup: 2. Understanding the Servo Module We are using a … Read more