• 1
    Step 1. IPv6TCPServer

    Open the example, “Files” -> “Examples” -> “WiFi” -> “IPv6TCPServer”.

    In the sample code, modify the highlighted section to enter the information required (ssid, password) to connect to your WiFi network.

    Next, upload the code and press the reset button on Ameba once the upload is finished.
    Open Serial Monitor and copy the IPv6 address of the Server (the highlighted area) for later use,

  • 2
    Setup IPv6 TCP Client

    Now take the second Ameba D and open another example, “Files” -> “Examples” -> “WiFi” -> “IPv6TCPClient”.

    In the sample code, modify the highlighted section to enter the information required (ssid, password) to connect to your WiFi network.

    From the previous step, we have obtained the Server’s IPv6 address, now we copy the server’s IPv6 address to “IPv6TCPClient” example in the highlighted area below,

    Next, upload the code and press the reset button on Ameba once the upload is finished.
    Open Serial Monitor on the port to the second Ameba D, you should see server and client are sending text messages simultaneously.