51 Microcontroller Temperature and Humidity Controller

51 Microcontroller Temperature and Humidity Controller

AD Package Library Components Collection:Package Library Resource Directory: This design is based on the 51 microcontroller temperature and humidity controller system design (Proteus simulation + program + schematic + component list + simple report) Schematic: Altium Designer Simulation diagram Proteus 7.8/8.9 (theoretically can be opened with versions higher than 7.8) Program compiler: Keil 4/Keil 5 … Read more

Four-in-One Multifunction Control Board (Red) Manual

Four-in-One Multifunction Control Board (Red) Manual

1: Control Card Power Supply 24V Power Supply—->24V Power Ground—->GND 2: Three-Color Light Source Light Source 24V(Brown Wire)<——– Control Card 24V Light Source Red, Green, Blue<——– Control Card LT1,LT2,LT3 3: Glue Dispensing Trigger : Guhigh Card 24V ———–> Control CardCom Guhigh Card Ex015 ———> Control Card In1- (Reserved) Guhigh CardEx 02 ——-> Control Card In0- … Read more

Essential Sensors in IoT Applications

Essential Sensors in IoT Applications

In the wave of the Internet of Things (IoT), sensors play a crucial role as a bridge connecting the physical world with the digital world. They not only capture various information from the environment but also drive continuous innovation and development in IoT applications. Today, we will delve into the essential sensors in IoT applications, … Read more

Micro:bit Beginner Temperature Measurement Tutorial

Micro:bit Beginner Temperature Measurement Tutorial

Micro:bit actually does not have a real temperature sensor. Its current so-called temperature measurement is actually done using the internal temperature sensor of the main chip. The proper use is only to detect the chip’s temperature, and not to measure the ambient temperature. However, Micro:bit is essentially a beginner learning board, so having such a … Read more

Micro:bit Solar-Powered Thermometer

Micro:bit Solar-Powered Thermometer

This article is reprinted from the Xiaomiao Forum by teacher rzyzzxw. Please support everyone!!! Click the blue text above to easily access a wealth of practical tutorials with zero programming foundation!!! The Micro:bit version of the solar-powered thermometer. Preparation: One Micro:bit, one solar panel, and two wires. I have a solar panel from a good … Read more

Measuring Temperature with Arduino and TMP36 Sensor

Measuring Temperature with Arduino and TMP36 Sensor

The TMP36 temperature sensor operates within a voltage range of 2.7-5.5V, has very low power consumption, and a typical temperature error of ±1℃, with a maximum of ±2℃. For every 1℃ change in temperature, the corresponding voltage changes by approximately 500mV. It requires no external calibration and is suitable for applications in environments ranging from … Read more

Continuous Monitoring of Environmental Temperature Using XBee Wireless Sensor Networks

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

Introduction to Arduino: Digital Temperature Sensor DS18B20

Introduction to Arduino: Digital Temperature Sensor DS18B20

The types of temperature sensors are numerous, classified by measurement methods into contact and non-contact types, by sensor materials into thermistors and thermocouples, and by working principles into analog and digital types. The previous article introduced the analog temperature sensor LM35, while this article introduces the use of the digital temperature sensor DS18B20. 1. Introduction … Read more

Arduino Uno Tutorial: DHT11 Temperature and Humidity Sensor

Arduino Uno Tutorial: DHT11 Temperature and Humidity Sensor

Performance Parameters① Main Control Chip: ATmega328P② Digital I/O Pins: 14③ PWM Pins: 6④ Storage (Code Space) 32KB⑤ RAM (Runtime Storage) 2KB; EEPROM (Power-off Storage) 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 Exercises … Read more

How to Use DHT11 Temperature and Humidity Sensor with Arduino

How to Use DHT11 Temperature and Humidity Sensor with Arduino

Follow,Star Public Account so you don’t miss out on wonderful content The DHT11 digital temperature and humidity sensor is a comprehensive sensor that includes a calibrated digital signal output, commonly used in HVAC, automobiles, dehumidifiers, automatic control, and other fields. This article introduces the DHT11 driver and prints the collected ambient temperature and humidity data … Read more