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

51 Microcontroller Temperature And Humidity Controller Design

51 Microcontroller Temperature And Humidity Controller Design

51 Microcontroller Temperature And Humidity Controller Design (Proteus Simulation + Program + Schematic + Design Report + Explanation Video) Schematic: Altium Designer Simulation Version: Proteus 7.8 Compiler: Keil 4/Keil 5 Programming Language: C Design Number: S0013 Basic Functions: 1. This design is based on the STC89C51/52 microcontroller (compatible with AT89C51/52, AT89S51/52, can choose any); 2. … Read more

Home Assistant OS Network Configuration and Temperature Humidity Settings

Home Assistant OS Network Configuration and Temperature Humidity Settings

NO.1 HA Network Scheme Hardware Selection Raspberry Pi 5 (PVE) Gigabit Router (Redmi AX3000) The PVE relies on wired Ethernet Considering the network relay method, the router needs to support both wireless and wired relaying This requires at least two network ports, one WLAN port and one LAN port, with LAN assigned to PVE and … Read more

Build Your First IoT Application with Python – Temperature Monitoring System

Build Your First IoT Application with Python - Temperature Monitoring System

What is IoT (Internet of Things)? Imagine your appliances thinking for themselves: the refrigerator knows when the milk is running low and orders a delivery; the soil in the flowerpot feels dry and automatically notifies the water pump to water it. IoT (Internet of Things) is a technology that connects various devices through the Internet, … Read more

DIY ESP32 Pixel Weather Clock: An Open Source Project

DIY ESP32 Pixel Weather Clock: An Open Source Project

Introduction The new year’s DIY activities for electronic engineers have begun, and I am here to witness the creativity of all the experts! Thanks to the Breadboard Community for providing a platform for technical exchange. The open-source address for the pixel clock project: https://gitee.com/laoguaige/esp32-s3-r8-n8-pixel-clock 1. Complete Display 2. Hardware Design 2.1. Complete Schematic 2.2. Power … 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

Arduino Example: Detecting Environmental Temperature and Humidity with DHT11

Arduino Example: Detecting Environmental Temperature and Humidity with DHT11

DHT11 is a low-cost temperature and humidity sensor that uses a moisture-sensitive resistor to measure humidity, employs a digital temperature sensor for temperature testing, and processes the data using a microcontroller with serial output. The DHT11 costs about 4 yuan, though it is not aesthetically pleasing. The DHT22 is priced around 15 yuan, and while … Read more

Implementing DHT11 Temperature Sensor Parameters with C# on ESP32 Microcontroller

Implementing DHT11 Temperature Sensor Parameters with C# on ESP32 Microcontroller

Implementing DHT11 Temperature Sensor Parameters with C# on ESP32 Microcontroller[1] Welcome to C# enthusiasts, in this article we will use the C# nanoframework to develop a program to read temperature and humidity from the DHT11 sensor on the ESP32 microcontroller. To implement this, we need to prepare and configure the environment for ESP32. You can … Read more

Uploading Sensor Data to MQTT Cloud Service via NodeMCU (ESP8266)

Uploading Sensor Data to MQTT Cloud Service via NodeMCU (ESP8266)

Introduction This example will demonstrate how to use the ESP8266-based NodeMCU to upload temperature and humidity data collected through the DHT11 sensor to the MQTT cloud service using the MQTT protocol. It will also show how the application side subscribes to these data and processes them. The reason for using the MQTT protocol is that … Read more