Arduino Course at Smart Robot Club – Session Four

Arduino Course at Smart Robot Club - Session Four

Arduino Course at Smart Robot Club – Session Four Robot DHT11 Temperature and Humidity Sensor and Infrared Remote Control April 2nd, 2 PM, on March 19th at 2 PM, the Smart Robot Club held its fourth Arduino course in A207 of the School of Electrical and Electronic Engineering. According to the group arrangement, members should … Read more

Practical Project: Smart Home System Design Based on STM32

Practical Project: Smart Home System Design Based on STM32

Click the above to follow us! The smart home system is quietly changing our lifestyle. This article will take you deep into how to use the STM32 microcontroller to create a simple smart home system. We will cover the entire process from hardware selection to software programming, allowing you to easily master this popular technology. … Read more

Mastering Smart Home with Python: From Lighting Control to Security

Mastering Smart Home with Python: From Lighting Control to Security

The application of Python in smart homes is becoming increasingly widespread, allowing us to easily control devices at home, such as lighting, temperature, and security. By writing some simple code, we can enhance the convenience and safety of our lives. This article will delve into how to use Python to achieve these functions, from basic … Read more

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