Getting Started With IoT Projects in 10 Minutes

Getting Started With IoT Projects in 10 Minutes

Abstract: Yesterday, during the weekend, I came across a video on Douyin that claimed building a small IoT project would cost several hundred dollars. After watching it, I exclaimed that it was quite misleading. Today, I will organize a fun little IoT project from before that I guarantee you can complete in just 10 minutes. … Read more

Beginner Friendly | Quick Steps to Achieve MQTT Communication with Cloud Platform

Beginner Friendly | Quick Steps to Achieve MQTT Communication with Cloud Platform

Introduction to MQTT The MQTT protocol is currently the most popular Internet of Things protocol in the world, bar none. It provides devices with a stable, reliable, and easy-to-use communication foundation. As of now, there are over a hundred million devices connected via the MQTT protocol, widely used in fields such as IoT and M2M. … Read more

Remote Temperature Control System of Warehouse Using 51 Microcontroller

Remote Temperature Control System of Warehouse Using 51 Microcontroller

Editor’s Note Our school’s second “Small Inventions and Innovations Festival” has successfully concluded. “The Million Thousand People Science and Education Prosperity School Project, helping to cultivate high-quality applied talents,” has received widespread attention from all sectors of society and major media. This festival brought together 2396 participants with small inventions and innovations, with a total … Read more

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