Component: WLAN ESP32 (ESP32) (Comms: Networking)
From Flowcode Help
(Redirected from Component: ID f0f54e46 0848 4930 9bb6 eff9a34ed229)
Jump to navigationJump to searchAuthor | Matrix Ltd. |
Version | 2.4 |
Category | Comms: Networking |
Contents
WLAN ESP32 component
Wireless LAN component designed to work with ESP32 modules
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
Here is an example Flowcode program to send analogue data to a html web page.
The web page is set up to refresh every second
Instructions on how to change the refresh rate and access the web page is explained within the example file.
ESP Webpage
Downloadable macro reference
![]() |
ReadIPString |
Collects the local IP address and returns it as an ASCII string. e.g. "192.168.0.1" | |
![]() |
Return |
![]() |
SocketConnect |
![]() |
Address |
![]() |
Port |
![]() |
Return |
![]() |
SocketListen |
Listen on, or bind, local port to already opened socket. Returns 1 if OK, 0 if fail | |
![]() |
Port |
![]() |
Return |
![]() |
ReadSSIDFromScan |
Collects one of the SSID name strings from the last SSID Scan. The ScanForSSID macro must be called first. | |
![]() |
Index |
SSID Index | |
![]() |
Return |
![]() |
SocketWrite |
![]() |
Buffer |
![]() |
Size |
![]() |
Return |
![]() |
Disconnect |
Attempts to disconnect from the SSID. | |
![]() |
Return |
![]() |
SocketOpen |
Returns 1 if socket sucessfully opened | |
![]() |
Return |
![]() |
SocketClose |
![]() |
Return |
![]() |
Uninitialise |
Shuts down the WiFi system for low power operation. Returns 1 if successful Returns 0 if not | |
![]() |
Return |
![]() |
AcceptOpen |
Returns 1 if there is an incoming connection on the listening port | |
![]() |
Return |
![]() |
SocketRead |
![]() |
Buffer |
![]() |
Size |
![]() |
Return |
![]() |
AcceptClose |
Close the socket associated with the Accepted incoming connection | |
![]() |
Return |
![]() |
Initialise |
Initialise the WiFi system Returns 1 if successful Returns 0 if not | |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Verbose Debug |
![]() |
Simulation |
![]() |
Network Interface |
List of network interfaces connected to the PC. Sets which interface we are communicating via. | |
![]() |
Console Data |
Generate Console Data |