DIY a Simple Tricycle Robot Car Based on ESP8266 Controlled by Smartphone

DIY a Simple Tricycle Robot Car Based on ESP8266 Controlled by Smartphone

Follow+Star public number, don’t miss wonderful content Project Author: ROBO HUB Translated article first published in: DF Maker Community This tutorial will show you how to make a simple robot car at home using basic electronic components. The car can be controlled via smartphone, and not limited to four directions.This is a very interesting project … Read more

Quickly Connect Your NodeMCU-ESP8266 Device to the Cloud in Minutes

Quickly Connect Your NodeMCU-ESP8266 Device to the Cloud in Minutes

Click the above【Tencent Cloud IoT】 to follow us and set a star mark Co-build the IoT industry ecosystem Following the last session, the highly requested access platform practical course is here This session of the “Techo Youth September University Developer Open Class” continues to be exciting ThemeTencent Lianlian Developer Forum: Quickly Access Platform Based on … Read more

Smart Flower Pot Based on ESP8266-NodeMCU

Smart Flower Pot Based on ESP8266-NodeMCU

The quality of air is receiving increasing attention from society, and potted plants are becoming more popular in offices and home life. They can purify the air and improve people’s mood, alleviating work stress. However, in today’s fast-paced society, the automation of potted plant care management has significant market application prospects. In the general course … Read more

Building an IoT System with NodeMCU on Alibaba Cloud

Building an IoT System with NodeMCU on Alibaba Cloud

Through this article, you will gain an understanding of the basic concepts of the Internet of Things (IoT), its application areas, and development prospects, as well as some basic knowledge of the Internet and the MQTT protocol. Here, we will use the ESP8266 NodeMCU and Arduino IDE to guide you in building an Alibaba Cloud … Read more

Driving OLED Display with NodeMCU (ESP8266)

Driving OLED Display with NodeMCU (ESP8266)

The OLED display is one of the most important output devices in the electronic world and is widely used in embedded devices, mobile phones, TVs, and other electronic products. The main difference between OLED and LCD displays is that OLED does not require a backlight, making it more energy-efficient. Today, we will learn how to … Read more

Quick Guide to ESP8266 NodeMCU with Examples

Quick Guide to ESP8266 NodeMCU with Examples

All the materials mentioned in the video have been prepared for you. You can reply with the keyword “ESP8266” in the backend to download for free (“ESP” is all uppercase). The accounts on Bilibili and Douyin with the same name will be updated from time to time, and you can also follow them. Of course, … Read more

How to Use the SHT31 Temperature and Humidity Sensor with NodeMCU ESP8266

How to Use the SHT31 Temperature and Humidity Sensor with NodeMCU ESP8266

The temperature and humidity sensors come in various models, such as DHT11 and HTU21D. However, due to parameters such as accuracy and sensitivity, they are not suitable for industrial-grade temperature and humidity monitoring. Their accuracy and sensitivity are both poor. Therefore, in this article, we will use the SHT31 temperature/humidity sensor. They are the best … Read more

Building an Electronic Clock and Weather Display Based on the ESP8266 (NodeMCU) Platform

Building an Electronic Clock and Weather Display Based on the ESP8266 (NodeMCU) Platform

/ Building an Electronic Clock and Weather Display Based on the ESP8266 (NodeMCU) Platform/ Video 1. Introduction I previously had a clock on my desk that used a OnePlus 5 with an OLED screen, powered by a Snapdragon 835 SoC, with a ROM derived from the Pixel Experience of Android 10. The clock app used … Read more

A Comprehensive Guide to ESP8266 NodeMCU with Arduino IDE – Example Code Included

A Comprehensive Guide to ESP8266 NodeMCU with Arduino IDE - Example Code Included

ESP8266 ESP8266 is a chip developed by Espressif. Generally speaking, development boards equipped with the ESP8266 chip, like the one shown below, are called ESP8266 NodeMCU. There may be slight variations, but as long as the chip is labeled ESP8266, it should work without issue. Anyone can create their own ESP8266 NodeMCU with an ESP8266 … Read more

NodeMCU: An Open Source Firmware Based on Lua for ESP32/ESP8266

NodeMCU: An Open Source Firmware Based on Lua for ESP32/ESP8266

NodeMCU is an open source firmware based on Lua, specifically designed for Espressif’s ESP8266/ESP32 WiFi SOC chips. It uses a modular flash-based SPIFFS file system. NodeMCU is written in C and is based on Espressif’s non-operating system SDK. Initially, NodeMCU firmware was developed as a companion project for the popular ESP8266-based NodeMCU development module, but … Read more