How to assign wifi passcode to ESP32/8266 chips
Sumerizing: The ways and implementations for assigning wifi passcode to ESP32/ESP8266 MCU Assigning WiFi pass code to ESP chip is ubiqutous. To summerize, we can do it with ways listed below: AP mode: A web running on chip, Chip working as Station mode. Bluethooth. (ESP8266 has no bluetooth moduel.) ESP Touch App with ESP smartConfig© solution. (5G Hz is not supported.) others, such as AP-STA link by routers, AP by cellphone, wifi manag-frame broadcasting. Comparations with methods above: Tech Methods UserConfident SuccessRate Popularity softAP Mode middle High High SmartConfig High Low High Bluetooth High High middle (esp8266 has no BLE) Ps: ESP32:Update Wi-Fi Credentials Using Bluetooth Application, link
…