-->
Page 2 of 2

Rssi command

PostPosted: Sun May 08, 2016 8:17 pm
by Brnpimenta
Hello Guys!
Im working on a communication between two esp8266 devices, I have tried to get Rssi information of server (esp8266 device) in other esp device, I tried to WiFi. Getape() with specific ssid but I didn't succeed , any suggestions? Even implement the simple command get. Rssi indicated in the node Meu site the esplorer didn't understand it.

Re: Errors using Esplorer with Sample Lua Program

PostPosted: Mon May 09, 2016 12:39 pm
by dnc40085
Hello,
If you are using a current build of the dev branch, which can be found here http://nodemcu-build.com, you can use the function wifi.sta.getrssi() which provides the RSSI for the currently connected AP.