• Connect Network (Encrypted network):
    This bloc will connect the board to an encrypted Wifi network. You should specify the name of the WIFI network and the password. Be aware, the names are case sensitive.
    Video tutorial

 

  • Connect Network (Open network):
    This bloc will connect the board to an open wifi network. You should specify the name of the WIFI network. Be aware, the name is case sensitive.
    Video Tutorial

 

  • Static IP:
    This bloc will set the IP address of the board. In networking, there is 2 types of addresses: static and dynamic. You need to specify the IP, the mask and the gateway. In case, one of these values are not set in the right way, you may have problems to communicate with the other boards or connect to the Internet.
    Video tutorial

 

  • Local IP:
    This bloc will return the local IP of the board.
    Return type: String.
    Video tutorial

 

  • Gateway IP:
    This bloc will return the Gateway IP of the board.
    Return type: String.
    Video Tutorial

 

  • Mask:
    This bloc will return the mask.
    Return type: String.
    Video tutorial

 

  • Host name:
    This bloc will return the host name of the board.
    Return type: String.
    Video tutorial

 

  • Set host name:
    This bloc will set the host name to the board.
    Video tutorial

 

  • Disconnect:
    This bloc will disconnect from any WIFI network.
    Video tutorial

 

  • Station reconnect:
    This bloc will reconnect to the last connected WIFI network.

 

  • Is connected:
    Returns True or False if the board is connected to a WIFI network.
    Return type: Boolean.
    Video tutorial

 

  • Client available:
    Returns the number of bytes available for reading (that is, the amount of data that has been written to the client by the server it is connected to).
    Return type: Number.

 

  • Show MAC Address:
    Returns the Mac Address of the board.
    Return type: String.