20 Types of Sensors Every Industrial Control Professional Should Know

Search WeChat Jicheng Training Electronic technology is rapidly developing. One thing that excites me the most is: many electronic devices around us operate without human supervision. With the advancement of technology, we have created many sensors that can perceive the surrounding environment.Sensors play an indispensable role in monitoring and detecting human activities, providing this information … Read more

The Endless Creative Possibilities of Arduino: An Electronic Magic Platform

Let’s explore Arduino together! Arduino It is an open-source electronic prototyping platform (an electronic design and development platform created based on open-source principles), which includes hardware (microcontroller-based circuit boards) and software (Arduino IDE, which stands for Integrated Development Environment). Its applications are extensive, ranging from smart home systems to robotics development, and from creative electronics … Read more

Innovative Snowflake Sensor Designs for the Minor Snow Solar Term

The Minor Snow solar term signifies the gradual onset of colder weather, and the season of falling snowflakes is approaching. During this time, designing a sensor capable of detecting snowflakes is particularly interesting and practical. This article will boldly envision three theoretical design schemes to help everyone better understand and apply this technology. The first … Read more

Continuous Monitoring of Environmental Temperature Using XBee Wireless Sensor Networks

✅ Author Introduction: A developer passionate about data processing, mathematical modeling, simulation design, paper reproduction, and algorithm innovation. 🍎 For more Matlab codes and simulation consultation, click on the homepage 🔗: Matlab Research Studio 🍊 Personal Motto: Seek knowledge through investigation, and become a journal expert. 🔥 Content Introduction Abstract: This paper studies a wireless … Read more

Real-time Monitoring of Crop Health with Leaf-mounted Sensors

When it comes to monitoring crop health, aerial images taken from planes can only tell you so much. This is where a new type of spectral sensor comes into play, as it is directly mounted on the underside of a plant’s leaf. This device was developed by Ko-ichiro Miyamoto, Kaori Kohzuma, and their colleagues at … Read more

How to Use Arduino and Python to Save Sensor Data to a Database System

Source: intorobotics Produced by Smart Workshop Contributors: Lotus “ Free source code tutorials are always readily available, so it is often useful to think about how to creatively apply source code for free. Whether you are looking for professional protocols or engineering solutions, both lines of thought can be greatly beneficial, allowing you to apply … Read more

Arduino Uno Serial Communication Tutorial: Sending and Receiving Data

Performance Parameters① Main Control Chip: ATmega328P② Digital Input/Output Pins: 14③ PWM Pins: 6④ Storage (Code Space): 32KB⑤ RAM (Runtime Storage): 2KB; EEPROM (Power-off Save Space): 1KB⑥ Crystal Oscillator: 16MHzOnline Simulation: https://wokwi.com/ Arduino Uno Tutorial ①: Install Arduino IDE Arduino Uno Tutorial ②: Development Board and LED Test Arduino Uno Tutorial ③: Button Control LED, with … Read more

Implementing a Smart Trash Can Using Arduino and Ultrasonic Sensor

This article briefly discusses how to use Arduino in conjunction with an ultrasonic module to create a smart trash can experiment. When a person approaches the trash can, it automatically opens. Trash Can Materials Needed Arduino Ultrasonic Sensor Servo Wiring Connection Wiring Connection Physical Wiring Code #include <Servo.h> const int trigPin = 9; // Trigger … Read more

Creating an Interactive Device with Arduino

Interactive Learning Series Public Course < Environment · Sensory · Interaction > Arduino Creative Practice What is a physical interactive device? How do environmental signals affect sensory experiences? How to use Arduino to achieve interaction? 4 lectures to guide you in creating an interactive device with Arduino! Arduino, as an open-source hardware and software platform, … Read more