Controlling a DC motor with an ESP8266, L298N motor driver module, and Arduino Cloud provides a flexible and efficient way to automate motor control remotely. This tutorial will guide you through the setup, wiring, and code needed to achieve this.
Read More »ESP8266 nRF24L01 Interfacing
In this tutorial, we will explore how to interface an ESP8266 with the nRF24L01 wireless module. The nRF24L01 is a low-power, 2.4GHz wireless transceiver module that is commonly used in short-range wireless communication. It communicates over SPI, while the ESP8266 is a Wi-Fi-enabled microcontroller that can be programmed using the …
Read More »ESP8266 UDP: Sending Data Between Two ESPs
I have shown how you can use ESP8266 to host a web server via HTTP and via WebSocket, use MQTT and ThingSpeak for sensor data, and even use Google Sheets. This time, I will be sharing with you how I send data between two ESP8266.
Read More »Controlling a Water Pump with WeMos D1 Mini
I recently bought a mini Arduino water pump that runs on 3 to 6 V. Since it consumes very little current (130 mA @ 3V according to its specs), it seems perfect to be used for small projects featuring the ESP8266. In this tutorial, I will share how I managed …
Read More »WeMos D1 Mini WiFi Server
Now that you’ve set up your WeMos D1 Mini to be programmable using the Arduino IDE, it’s time to build a project. I’m a huge believer in active learning and project-making does just that. For this tutorial, I will guide you on how to build a WeMos D1 Mini WiFi …
Read More »ESP8266 SPIFFs | File System for NodeMCU
SPIFFS or Serial Peripheral Interface Flash File System is a system that utilizes extra flash memory on the ESP8266 and ESP32 for storing files. It’s so named because the user reads, writes or deletes files in the memory using the serial interface. In this article, I will show you how …
Read More »WiFi Servo Controller using WeMos D1 Mini
In this article, I will guide you to the steps on how to build a WiFi servo controller project using the WeMos D1 Mini ESP8266 breakout board.
Read More »Send Sensor Data to ThingSpeak via ESP8266
In the previous tutorial, we set up a soil moisture sensor and have its data readable via WiFi. However, that data is only accessible if the NodeMCU ESP8266 and the client (smartphone, PC, etc.) is in the same network. In this tutorial, we will use a service that allows us …
Read More »WiFi Soil Moisture Sensor with Arduino Program
Plants need enough water to survive. But what if you forgot to water the plants? This multi-part ESP8266 tutorial aims to provide a simple soil moisture sensor that reminds you, via WiFi, that your flora needs a shower.
Read More »Solid State Relay Tutorial | WiFi Switch
Relays in electronics are useful for controlling a high-power load using a smaller-power circuit. For example, an Arduino or PIC running on 5V, controlling a 240VAC light bulb, etc. This is what we have shown in our Arduino relay tutorial. But did you know that there are different types of …
Read More »