tecno4
2.4M views | +53 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'ESP8266 NodeMCU'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU: RCWL-0516 Microwave Radar Proximity (Arduino)

ESP8266 NodeMCU: RCWL-0516 Microwave Radar Proximity (Arduino) | tecno4 | Scoop.it
In this guide, you’ll learn how to use the RCWL-0516 Microwave Radar Proximity sensor to detect motion with the ESP8266 NodeMCU. We’ll show you how to wire the sensor to the ESP8266 board and we’ll write an Arduino sketch to detect when motion is detected. The RCWL-0516 is a great alternative to the popular PIR motion sensor.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU Stepper Motor (28BYJ-48 and ULN2003 Driver)

ESP8266 NodeMCU Stepper Motor (28BYJ-48 and ULN2003 Driver) | tecno4 | Scoop.it
In this guide, you’ll learn how to control a stepper motor with the ESP8266 NodeMCU board. We’ll use the 28BYJ-48 unipolar stepper motor with the ULN2003 motor driver. We’ll program the ESP8266 board using Arduino IDE.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU Publish Sensor Readings to ThingSpeak (easiest way)

ESP8266 NodeMCU Publish Sensor Readings to ThingSpeak (easiest way) | tecno4 | Scoop.it
In this guide, you’ll learn how to send sensor readings with the ESP8266 NodeMCU board to ThingSpeak. For demonstration purposes, we’ll use a BME280 sensor, but you can easily modify the examples to use any other sensor. The ESP8266 board will be programmed using the Arduino core.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU: BME680 Environmental Sensor using Arduino IDE

ESP8266 NodeMCU: BME680 Environmental Sensor using Arduino IDE | tecno4 | Scoop.it
The BME680 is an environmental digital sensor that measures gas, pressure, humidity and temperature. In this guide you’ll learn how to use the BME680 sensor module with the ESP8266 NodeMCU board using Arduino IDE. The sensor communicates with a microcontroller using I2C or SPI communication protocols.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Telegram: ESP8266 NodeMCU Motion Detection with Notifications

Telegram: ESP8266 NodeMCU Motion Detection with Notifications | tecno4 | Scoop.it
This tutorial shows how to send notifications to your Telegram account when the ESP826 NodeMCU detects motion. As long as you have access to the internet in your smartphone, you’ll be notified no matter where you are. The ESP board will be programmed using Arduino IDE.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU Digital Inputs and Digital Outputs (Arduino IDE)

ESP8266 NodeMCU Digital Inputs and Digital Outputs (Arduino IDE) | tecno4 | Scoop.it

In this getting started guide you’ll learn how to read digital inputs like a button switch and control digital outputs like an LED using the ESP8266 NodeMCU board with Arduino IDE.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU: 20 Free Guides for Sensors and Modules

ESP8266 NodeMCU: 20 Free Guides for Sensors and Modules | tecno4 | Scoop.it
There is a wide variety of sensors, modules, and peripherals compatible with the ESP8266 NodeMCU boards. We have tutorials for the most popular components. This article is a compilation of 20 free guides for ESP8266 sensors and modules. Most guides cover programming the ESP8266 using the Arduino core, but we also have tutorials for MicroPython.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU with BMP388 Barometric/Altimeter Sensor (Arduino)

ESP8266 NodeMCU with BMP388 Barometric/Altimeter Sensor (Arduino) | tecno4 | Scoop.it
The BMP388 is a tiny and precise absolute barometric pressure sensor. Because of its precision, it is often used to estimate altitude in drone applications. It can also be used in indoor/outdoor navigation, GPS applications, and others. In this tutorial, you’ll learn how to use the BMP388 pressure sensor with the Arduino board—we’ll show the wiring diagram and an example code.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Installing ESP8266 NodeMCU Board in Arduino IDE 2.0 (Windows, Mac OS X, Linux)

Installing ESP8266 NodeMCU Board in Arduino IDE 2.0 (Windows, Mac OS X, Linux) | tecno4 | Scoop.it
There is a new Arduino IDE—Arduino IDE 2.0 (beta version). In this tutorial, you’ll learn how to install the ESP8266 boards in Arduino IDE 2.0 and upload code to the board. This tutorial is compatible with Windows, Mac OS X, and Linux operating systems.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU Static/Fixed IP Address (Arduino IDE)

ESP8266 NodeMCU Static/Fixed IP Address (Arduino IDE) | tecno4 | Scoop.it
This tutorial shows how to set a static/fixed IP address for your ESP8266 NodeMCU board. If you’re running a web server or Wi-Fi client with your ESP8266 and every time you restart your board, it has a new IP address, you can follow this tutorial to assign a static/fixed IP address.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

ESP8266 NodeMCU NTP Client-Server: Get Date and Time (Arduino IDE)

ESP8266 NodeMCU NTP Client-Server: Get Date and Time (Arduino IDE) | tecno4 | Scoop.it

In this tutorial you’ll learn how to get date and time from an NTP server using the ESP8266 NodeMCU with Arduino IDE. Getting date and time is useful in data logging projects to timestamp readings. To get time from an NTP Server, the ESP8266 needs to have an Internet connection and you don’t need additional hardware (like an RTC clock).

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Getting Started with ESP-NOW (ESP8266 NodeMCU with Arduino IDE)

Getting Started with ESP-NOW (ESP8266 NodeMCU with Arduino IDE) | tecno4 | Scoop.it

In this article, we’ll show you how you can use ESP-NOW to exchange data between ESP8266 NodeMCU boards programmed with Arduino IDE. ESP-NOW is a connectionless communication protocol developed by Espressif that features short packet transmission and can be used with ESP8266 and ESP32 boards..

No comment yet.