Category: NodeMCU ESP8266
-
Make a Joystick-Controlled Car with ESP32 and NodeMCU
Are you interested in making a remote-controlled car using ESP32 and NodeMCU? In this project, we will use a joystick module to control a car wirelessly. This is a fun and simple way to explore ESP-NOW communication and motor control! What You Need To build this joystick-controlled car, you will need: How It Works Wiring…
-
How to setup NodeMCU on Arduino IDE
NodeMCU is an open-source firmware and development board that is based on the ESP8266 Wi-Fi module. It is a popular platform for Internet of Things (IoT) projects due to its low cost, ease of use, and versatility. In this article, we will discuss how to set up NodeMCU on Arduino IDE. Step 1: Install Arduino…