ambiot / ambd_arduino

AmebaD Arduino third-party package SDK
MIT License
82 stars 52 forks source link

Support for Wi-Fi Soft Access Point? #7

Closed technoblogy closed 3 years ago

technoblogy commented 3 years ago

Does the RTL8722 core support creating a soft access point, like the ESP8266 or ESP32?

I can't see any commands such as WiFi.softAP().

If not, are there any plans to add it?

Aurical commented 3 years ago

refer to AP mode example at https://www.amebaiot.com/en/amebad-arduino-ap-mode/

M-ichae-l commented 3 years ago

Arduino IDE: "File" -> "Examples" -> "AmebaWiFi" -> "WiFiAPMode"

technoblogy commented 3 years ago

Thanks - found it.