-->
Page 2 of 2

Re: ESP8266 radio range

PostPosted: Mon Jul 27, 2015 11:12 am
by Ambro
Thanks for all ,
Ambrogio

Re: ESP8266 radio range

PostPosted: Sat Aug 29, 2015 9:28 am
by Ambro
martinayotte wrote:In native SDK, it is wifi_station_get_rssi(), and in ArduinoIDE it is WiFi.RSSI().

I got the following:

NodeMCU 0.9.6 build 20150704 powered by Lua 5.1.4
lua: cannot open init.lua
> wifi_station_get_rssi()
stdin:1: attempt to call global 'wifi_station_get_rssi' (a nil value)

Any more help please ?
Thanks
Ambro

Re: ESP8266 radio range

PostPosted: Sat Aug 29, 2015 9:57 am
by martinayotte
I don't know if Lua is exposing that SDK function, since I'm not using Lua at all.
If you are building Lua engine from scratch, maybe that can be added.