When developing robotic projects, motors are one of the most important parts of the whole project and there is always a need for multiple motors. But GPIO pins of the Microcontroller boards don’t ...
This section covers electronics projects based on NodeMCU ESP8266 board. The NodeMCU is basically an open source firmware, and also commonly used term for the popular ESP8266 Development Board, which ...
Since Internet of Things (IoT) projects are now quite popular, I recently bought a NodeMCU board to try IoT application development. The NodeMCU development board is an open source board based on ...
The NodeMCU development board is a powerful solution to program microcontrollers and be part of the Internet of Things (IoT). The NodeMCU development board, based on ESP8266EX, is a cute module with a ...
This guide will walk you through the process of setting up the Arduino IDE for programming NodeMCU boards using .ino files. NodeMCU is a low-cost open-source IoT platform based on the ESP8266 Wi-Fi ...
I am not an experienced developer on the NodeMCU platform. But since I like to play with embedded devices as a hobby, I'm publishing my results in case this could be of use to someone else. HTU21D-TLS ...
This article describes a method for making an ESP8266-12E/F module programmer and also discusses the support circuitry required for real-time applications. NodeMCU ...
Learn how to connect your NodeMCU (ESP8266) to a Laravel backend! In this tutorial, you'll see how to send sensor or device data from NodeMCU to Laravel using HTTP requests (POST/GET), making it ...