-->
Page 1 of 2

ESP8266 radio range

PostPosted: Sun Jul 26, 2015 8:29 am
by Ambro
Good day to all of you in this forum,
I am experiencing a poor operational range of the esp_01
I will like to know what is the ESP module that offers the best operating range and having an easy interface with rhe 0.1 ptch breadboard. Any suggestion ?
Thanks
Ambrogio
iw2fvo@yahoo.com

Re: ESP8266 radio range

PostPosted: Sun Jul 26, 2015 12:30 pm
by Ambro
is there any possibility to read the received signal strenght ( rssi ) from the ESP ?
If yes, how to read it in LUA or AT firmware ?
Thanks
Ambrogio

Re: ESP8266 radio range

PostPosted: Sun Jul 26, 2015 4:07 pm
by pvvx
Ambro wrote:If yes, how to read it in LUA or AT firmware ?

EspLua.ru:
=wifi.sta.rssi()
https://github.com/pvvx/EspLua/releases/tag/1.2.0

Re: ESP8266 radio range

PostPosted: Sun Jul 26, 2015 4:22 pm
by martinayotte
In native SDK, it is wifi_station_get_rssi(), and in ArduinoIDE it is WiFi.RSSI().