Our webstore uses cookies to offer a better user experience and we recommend you to accept their use to fully enjoy your navigation.
0104110000003027
New product
NodeMCU is an open source IoT platform. It includes firmware which runs on the ESP8266 Wi-Fi SoC from Espressif Systems, and hardware which is based on the ESP-12 module.
See description for more details about the product.
Add to cart now!
683 Item Items
Warning: Last items in stock!
Availability date:
Board developed WiFi-based ESP8266, an integrated circuit that contains modules GPIO, PWM, IIC, 1-Wire and ADC, all on one plate and easy to use syntax like Arduino for access to hardware and API style NodeJS for use network.
Grid connection example:
print(wifi.sta.getip())
--nil
wifi.setmode(wifi.STATION)
wifi.sta.config("SSID","password")
print(wifi.sta.getip())
--192.168.18.110
Example of I / O:
pin = 1
gpio.mode(pin,gpio.OUTPUT)
gpio.write(pin,gpio.HIGH)
gpio.mode(pin,gpio.INPUT)
print(gpio.read(pin))
HTTP client example:
-- A simple http client
conn=net.createConnection(net.TCP, false)
conn:on("receive", function(conn, pl) print(pl) end)
conn:connect(80,"121.41.33.127")
conn:send("GET / HTTP/1.1rnHost: www.nodemcu.comrn"
.."Connection: keep-alivernAccept: */*rnrn")
HTTP server example:
-- a simple http server
srv=net.createServer(net.TCP)
srv:listen(80,function(conn)
conn:on("receive",function(conn,payload)
print(payload)
conn:send("</code></pre>
<h1>Hello, NodeMCU.</h1>
<pre><code>")
end)
end)
PWM example:
function led(r,g,b)
pwm.setduty(1,r)
pwm.setduty(2,g)
pwm.setduty(3,b)
end
pwm.setup(1,500,512)
pwm.setup(2,500,512)
pwm.setup(3,500,512)
pwm.start(1)
pwm.start(2)
pwm.start(3)
led(512,0,0) -- red
led(0,0,512) -- blue
PWM example:
function led(r,g,b)
pwm.setduty(1,r)
pwm.setduty(2,g)
pwm.setduty(3,b)
end
pwm.setup(1,500,512)
pwm.setup(2,500,512)
pwm.setup(3,500,512)
pwm.start(1)
pwm.start(2)
pwm.start(3)
led(512,0,0) -- red
led(0,0,512) -- blue
Sample code for LED flashing (blinking):
lighton=0
tmr.alarm(0,1000,1,function()
if lighton==0 then
lighton=1
led(512,512,512)
-- 512/1024, 50% duty cycle
else
lighton=0
led(0,0,0)
end
end)
Example of interfacing with sensors:
-- read temperature with DS18B20
t=require("ds18b20")
t.setup(9)
addrs=t.addrs()
-- Total DS18B20 numbers, assume it is 2
print(table.getn(addrs))
-- The first DS18B20
print(t.read(addrs[1],t.C))
print(t.read(addrs[1],t.F))
print(t.read(addrs[1],t.K))
-- The second DS18B20
print(t.read(addrs[2],t.C))
print(t.read(addrs[2],t.F))
print(t.read(addrs[2],t.K))
-- Just read
print(t.read())
-- Just read as centigrade
print(t.read(nil,t.C))
-- Don't forget to release it after use
t = nil
ds18b20 = nil
package.loaded["ds18b20"]=nil
alimentare
Merge alimentat direct de la un 18650 incarcat maxim la 4.2V.
NodeMCU ESP8266
Pentru cei care doresc sa il foloseasca pe breadboard, atentie ca este versiunea 0.9 si nu lasa spatiu pentru pini.
NodeMCU/ESP8266/CP1201
Destul de ok!
Am folosit-o intr-o aplicatie m2m si comunicatia MQTT intre acest nodeMCU si un Rpi 3 model B. intr-o retea locala a fost in regula!
La acest vi-l recomand cu incredere pt aplicatiile voastre IoT.
XH2.54 Single Head Cable 3p See description...
1,49 lei
High quality metal spring can withstand the...
1,49 lei
The PIR sensor is the most common used device...
4,99 lei
Ceramic Capacitor 47 nF, 50 V Tolerance: 10%...
0,49 lei
LM335Z-MBR - Temperature Sensor
9,99 lei
Original product See description for more...
269,56 lei
8p 1.27 mm Male Pin Header See description for...
3,19 lei
Micro USB 1 m Black Cable See description for...
6,95 lei
This module is only used for parallel...
5,99 lei
USB Type C Adapter to HD useful for...
44,97 lei