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 […]

STM32 smart car-Bluetooth controlled and speed measuring car, wife controlled car, 4g controlled car, voice controlled car

Table of Contents 1. Bluetooth controlled car 2. Bluetooth control and speed measuring car 3. WiFi controlled speed measuring car 4. 4g controlled car 5. Voice control car 5.1 Voice module configuration: 5.2 Voice control car development and debugging code 1. Bluetooth control car Using Bluetooth module, serial port transparent transmission Bluetooth module, also called […]