How to use ESP8266 and DHT11 to collect indoor temperature and humidity and send them to the server program through WIFI

Have you ever thought about implementing your own indoor temperature and humidity detection system? I used the weekend to accomplish this small goal. I used ESP8266 and DHT11, and sent the collected data to the server program through WIFI and stored it in a SQLite database. In the following introduction, I will share with you […]

WiFi usage of esp32 idf

ESP32’s WiFi has three modes, AP mode, STA mode and smart_config. In order to facilitate management, I integrated the initialization of these three modes into one file for later use. Project directory moqi@5d30a855738f:~/project/esp32-demo/project$ tree ├── CMakeLists.txt ├── components │ └── hardware │ ├── CMakeLists.txt │ ├── component.mk │ ├── inc │ │ └── Wifi_Hardware.h │ […]

Application example of upgrading related functions based on ESP32 development board using MiSiQi application WIFI (key/advanced)+EEPROM+MQTT+OTA

I am an amateur electronics enthusiast and can use Chinese programming such as Yi Language and e4a. I have recently played with several microcontroller development boards and used MiSiQi for programming. I found that MiSiQi is good at simple programming but has more complex functions. Programming is difficult to use, especially for friends like me […]

Hyper-V installs Centos + configures Centos repo + solves the problem of wifi connection and fixed IP access to Cetos + other fragmentary issues + remote access (reprinted + modified version + supplementary version of the problem + supplementary part)

In the past year or two, I have been using a laptop provided by the company. Due to security restrictions, I cannot install some virtual machine software, which makes me always feel troublesome during the learning process. Therefore, I have always wanted to try a free virtual machine software, using Windows The built-in service Hyper-V […]

Android13 Ethernet and WIFI coexist

1. Introduction In actual project development, especially when Ethernet-related functions are used, it often involves the situation where WiFi and Ethernet are turned on at the same time. Android has very little native compatibility for this. Only one will take effect, and Ethernet will be used first. Therefore, the system mechanism needs to be changed […]