scargill wrote:Also... how do you get a list of routers so you can pick one? The standard AT software has that ???
Oh, well, this can be added, but is it useful?
join a no-password AP?
Explore... Chat... Share...
scargill wrote:Also... how do you get a list of routers so you can pick one? The standard AT software has that ???
zeroday wrote:This adc read api will be added soon.
because my module haven't got the adc pin out, I can not test it, so it is not added now.
alonewolfx2 wrote:What do yo think about source code do you think share soonzeroday wrote:Hans174 wrote:Hello,
Is it possible to read and write to the SRAM and port adresses with the current LUA version?
Or is the memory module mentioned in the LUA manual 5.1 necessary?
Background is that I would like to access the ADC (analogue digital converter) of ESP8266 CPU.
Hans
This adc read api will be added soon.
because my module haven't got the adc pin out, I can not test it, so it is not added now.
gerardwr wrote:scargill wrote:I'm struggling here.
I also know how to set the thing into WIFI mode... and os I wrote this startup file - sadly it shows 0.0.0.0 BEFORE and 0,0,0,0 AFTER. I can think of no way to use this stand-alone - if you can't set up the wifi on powerup ???
I use this function, i think it is (very) identical you yours.Code: Select all-- connect as station to a Wifi Access Point
-- Use as : connecttoap("yourSSID","yourpassword")
connecttoap = function (ssid,pw)
print(wifi.sta.getip())
wifi.setmode(wifi.STATION)
wifi.sta.config(ssid,pw)
print("Connected to ",ssid," as ",wifi.sta.getip())
end
It takes a few seconds for the ESP to obtain the IP, so the print will list the ip as 0.0.0.0.
You could add a tmr.delay() statement after the wifi.sta.config statement.
Hope this helps, so far the environment works for me.
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[…]