Close
0%
0%

Ameba Arduino: Ameba AP Mode

In AP mode, Ameba can accept at most 3 station connections, and can be set to open mode or WPA2 mode.

Similar projects worth following
0 followers
In AP mode, Ameba can accept at most 3 station connections, and can be set to open mode or WPA2 mode. In this example, we turn on the AP mode of Ameba and connect station to Ameba.

For more information: 

  • 1 × RTL8722DM MINI

  • 1
    Code Edition

    Open the WiFi AP example, “File” -> “Examples” -> “AmebaWiFi” -> “WiFiAPMode”

    1

    In the highlighted code snippet, fill in your SSID, PASSWORD and CHANNEL.

    The code highlighted is the API we used to turn on the AP mode in security mode.

    If you want to turn on the AP mode in open mode, please modify the code to status = WiFi.apbegin(ssid, channel);

  • 2
    Upload and Execution

    Then upload the sample code and press reset, and you can see related information shown in serial monitor.

    1

    In the figure below, we show the messages shown in serial monitor when two stations connect to Ameba AP in open mode:

    1

    In the figure below, we show the messages shown in serial monitor when a station connects to Ameba AP in security mode:

    1

View all instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates