Lets get the party started and +1
[url=https://www.banggood.com/custlink/KvGGhGF4wG[/url]
I like ESP8266 and ESP8285 and ESP32
Explore... Chat... Share...
ind=1
conn:on("sent",function(conn)
if ind==1 then
conn:send("hello1\n")
elseif ind==2 then
conn:send("hello 2\n")
else
conn:close()
end
ind=ind+1
end)
file.open('file.txt', 'r')
while true do
local line = file.readline()
if (line == nil) then break end
conn:send(line)
end
local isopen=false
conn:on("sent",function(conn)
if not isopen then
isopen = true
file.open("bigfile.html", "r")
end
local line = file.readline()
if line then
conn:send(line)
else
file.close()
conn:close()
conn=nil
end
end)
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]