Hi good afternoon.:
I have a robot car, which has the ESP8266 it.
The Pc Program (PureBasic) sends regularly every 400 ms there:
http://192.168.2.102/?pin=leer with a timer loop.
From Pc (PureBasic) I can also control signals for driving passed with a button:
http://192.168.2.102/?pin=vor or
http://192.168.2.102/?pin=stop etc.
Each Send to ESP822 is also a value back to PureBasic either when the button is pressed or when the timer loop is tuned.
As such things go, contact the B4A?
---------------------------------------------
---------------------------------------------
Dieses wird zb von Purebasic gesendet in der url zum Roboter wenn ein Button gedrückt wurde:
http://192.168.2.102/?pin=vor
In einer Timerschleife von Purebasic wird dauernd dieses gesendet in der url ca alle 400 ms wenn kein Button gedrückt wurde. (ersichtlich aus dem Programmcode Purebasic)
http://192.168.2.102/?pin=leer
In der Rückantwort vom Roboter ESP.. ist dann ein bestimmter Wert drin.
Wenn keine bestimmten Daten anliegen ist dort alle 400 ms "0" drin. Wenn von Purebasic nichts gesendet wird, kommt auch keine Rückantwort vom Roboter.
...................................................................................
If Event = #PB_Event_Timer And EventTimer() = 123
Buffer = ReceiveHTTPMemory(url)
If buffer
string=Str(PeekC(Buffer))
EndIf
URL = SetURLPart(URL, "pin", "leer")
EndIf
..............................................................
Thank you.
Greeting
I have a robot car, which has the ESP8266 it.
The Pc Program (PureBasic) sends regularly every 400 ms there:
http://192.168.2.102/?pin=leer with a timer loop.
From Pc (PureBasic) I can also control signals for driving passed with a button:
http://192.168.2.102/?pin=vor or
http://192.168.2.102/?pin=stop etc.
Each Send to ESP822 is also a value back to PureBasic either when the button is pressed or when the timer loop is tuned.
As such things go, contact the B4A?
---------------------------------------------
---------------------------------------------
Dieses wird zb von Purebasic gesendet in der url zum Roboter wenn ein Button gedrückt wurde:
http://192.168.2.102/?pin=vor
In einer Timerschleife von Purebasic wird dauernd dieses gesendet in der url ca alle 400 ms wenn kein Button gedrückt wurde. (ersichtlich aus dem Programmcode Purebasic)
http://192.168.2.102/?pin=leer
In der Rückantwort vom Roboter ESP.. ist dann ein bestimmter Wert drin.
Wenn keine bestimmten Daten anliegen ist dort alle 400 ms "0" drin. Wenn von Purebasic nichts gesendet wird, kommt auch keine Rückantwort vom Roboter.
...................................................................................
If Event = #PB_Event_Timer And EventTimer() = 123
Buffer = ReceiveHTTPMemory(url)
If buffer
string=Str(PeekC(Buffer))
EndIf
URL = SetURLPart(URL, "pin", "leer")
EndIf
..............................................................
Thank you.
Greeting