-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
SmartConfig ESP8266 and ESP32 #3427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
any update? |
how can i use smartconfig now |
No update? |
Any news? |
There's a third-party open source implementation. Unfortunately, its documentation is in Chinese. A pull request has been submitted, but progress has been slow. |
Thanks for the mention, the Chinese docs just describe how to compile SmartConfig as a user c module and how to use it (ESP Touch and WeChat applets)
Actually I don't know how to push the PR process so I can only wait for now.... |
For the record, that PR currently implements the esp32 port only, not esp8266. |
Add smartconfig capability to micropython for esp8266 and esp32
Add the following to modesp.c
{ MP_ROM_QSTR(MP_QSTR_smartconfig), MP_ROM_PTR(&mp_module_esp_smartconfig) },
Create smartconfig python wrapper. An old example is at https://github.com/mianos/micropython/blob/master/esp8266/mod_esp_smartconfig.c
The text was updated successfully, but these errors were encountered: