B4X FEED My esp8266 recive an IP but It is cut off immediately

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: My esp8266 recive an IP but It is cut off immediately است. این موضوع تا کنون 70 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع My esp8266 recive an IP but It is cut off immediately
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
70
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Hi all of you.
I have an esp8266 and used this code.
+------------------------------------------------------------------
Sub Process_Globals
Public Serial1 As Serial
Private wifi As ESP8266WiFi
End Sub

Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
'example of connecting to a local network
If wifi.Connect2("PHOENIX", "1Harrypotter!") Then
Log("Connected to network")
Log(wifi.LocalIp)
Else
Log("Failed to connect to network")
End If
End Sub
+-------------------------------------------------------------
my esp8266 can receive an IP but It is cut off immediately.

 

عقب
بالا