,

NodeMCU WeMos ESP8266 WiFi Lua Board, CH340

Wemos
Availability:

43 in stock


SKU: ESP0-003Code: ESP-NODEMCU-WEMOS

$6.90

Discount per Quantity

QuantityPrice
1$6.90
2+$6.56
5+$6.21
10+$5.87
20+$5.52

43 in stock

This listing is for the WeMos version of the NodeMCU board. 

This board has been programmed with the NodeMCU LUA firmware, with serial speed 115,200(1 stop bit, 0 parity). 

For detailed information how to use and program this board with the official NodeMCU firmware, see the "Uploading Code" section on this page

For detailed information how to use and program this board with the official NodeMCU firmware, see the "Uploading Code" section on this webpage nodemcu.readthedocs.io

-- Use NodeMCU with Arduino IDE --

This is a very popular and easy way to use NodeMCU!

For detailed information how to use and program this board with the official NodeMCU firmware, see this page

For detailed information how to use and program this board with the official NodeMCU firmware, see this webpage nodemcu.readthedocs.io

For example, to flash the system LED, the following Arduino program can be used:

void setup() {
    // Initialize the LED_BUILTIN pin as an output
    pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
    // Turn the LED on (Note that LOW is the voltage level
    digitalWrite(LED_BUILTIN, LOW);
    
    // Wait for a second
    delay(1000);
    
    // Turn the LED off by making the voltage HIGH
    digitalWrite(LED_BUILTIN, HIGH);
    
    // Wait for two seconds (to demonstrate the active low LED)
    delay(2000);
}

--- Use NodeMCU with Lua ---

The official NodeMCU firmware contains the Lua Interpreter. Lua is an interactive programming language which allows you to experiment and build simple working programs without a lot of effort. If you are not familiar with Lua, you will find that it is not hard to learn, at least for the simple tasks needed to get started.

For detailed information how to use and program this board with the official NodeMCU firmware, see this page

For detailed information how to use and program this board with the official NodeMCU firmware, see this webpage nodemcu.readthedocs.io

Specifications

  • Processor: ESP8266
  • Flash: 32 MBits
  • Input Voltage: 5 to 9V
  • USB Serial Chip: CH340
  • Weight: 10 g

Package Includes

1 x NodeMCU
2 x Pin Headers, 15 pins, 2.54mm spacing

[mx_insert-post-ebay slug="ebay-t-default"]
SKU: ESP0-003 Categories: , Tags: , , ,
Weight10 g
Brand

Wired Technology

Platform

Wireless Chip

ESP8266

Chip Family