logo elektroda
logo elektroda
X
logo elektroda

[ESP8266] ESP8266 ESP12 with NodeMCU does not connect to TP-LINK router - nil value error

bartosz.tarnowski 1512 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 16629459
    bartosz.tarnowski
    Level 17  
    Hello.
    I am working with node MCU with ESPloter application
    STA mode is not working for me, I am not connecting to the router with the given SSID+password
    code below

    Code: Lua
    Log in, to see the code
    .

    As a result, during code execution I get the answer

    Code: Lua
    Log in, to see the code



    more details below
    [ESP8266] ESP8266 ESP12 with NodeMCU does not connect to TP-LINK router - nil value error .

    TP-LINK router notices the ESP module and adds it to the statistics list,
    number of packets sent 8 received 4 and otherwise silence, they do not talk to each other
  • ADVERTISEMENT
  • #2 16629481
    nolens_volens
    Level 15  
    I don't know or use LUA.
    But in no language I know PRINT in such a convention (two dots after a string) works.
    Try print(wifi.sta.getip())
  • #3 16632946
    bartosz.tarnowski
    Level 17  
    very strange things are used in this language, these dots are the basis.
    It moved me.
ADVERTISEMENT