Chat freely about anything...

User avatar
By reaper7
#5042 maybe little OT
for me this incredible method works well:

https://github.com/ly0/esp8266-smartlink

really smart and easy!
User avatar
By alonewolfx2
#5062
reaper7 wrote:maybe little OT
for me this incredible method works well:

https://github.com/ly0/esp8266-smartlink

really smart and easy!

i didnt compile. can you help me ? i saw freertos.h in smartlink.c and i tried to compile in esp_iot_rtos sdk but i didnt compile.
User avatar
By reaper7
#5085 this is my mod for 93 SDK:
(6.74 KiB) Downloaded 324 times

when esp can't connect to saved/last ssid five times, then going to smartlink mode

so ... in this mode waiting for Your assist->
from android phone try manually connect to "virtual" AP with this name:
SSID<!-SL-!>PASS

ESP get this data and connect to AP with name=SSID and pass=PASS

P.S. - debug on uart1 only!!!
User avatar
By astankvai
#7922 Hello, I'm more care about how to programming on the phone side with android.
as i know, the java code can't operate the machine to send a probe request in java code. it need jni library? am i correct?