-->
Page 16 of 44

Re: [DEV][WiP] Frankenstein firmware for ESP8266

PostPosted: Thu Nov 13, 2014 12:27 pm
by Lotus
Thought this would be a good thread to ask a specific question:

- is there a way to get the RSSI of the connected link in STA mode apart from disconnecting and doing a site scan?

Re: [DEV][WiP] Frankenstein firmware for ESP8266

PostPosted: Thu Nov 13, 2014 3:31 pm
by Necromant
Lotus wrote:Thought this would be a good thread to ask a specific question:

- is there a way to get the RSSI of the connected link in STA mode apart from disconnecting and doing a site scan?


Not with their 'wonderful' API. But you can scan without disconnecting.

Re: [DEV][WiP] Frankenstein firmware for ESP8266

PostPosted: Fri Nov 14, 2014 5:47 am
by zz9pa
Ok - all compiled up - and it seems to install/work from my copy :)

One thing I'm getting (even with the "official" version) - is messages like :

blackblade > T:-2,ff2,2
T:-4,ff2,4


being display - even when I'm not typing anything - I had a quick look through the code - but cant see anything that might be printing it - any idea where that comes from ?

Re: [DEV][WiP] Frankenstein firmware for ESP8266

PostPosted: Fri Nov 14, 2014 6:21 am
by igrr
They come from libphy. Can be disabled by providing a custom uart1 putc callback via ets_install_putc1.