8000 SmartConfig ESP8266 and ESP32 · Issue #3427 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

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

Open
zaforic opened this issue Nov 8, 2017 · 7 comments
Open

SmartConfig ESP8266 and ESP32 #3427

zaforic opened this issue Nov 8, 2017 · 7 comments
Labels
enhancement Feature requests, new feature implementations port-esp32 port-esp8266

Comments

@zaforic
Copy link
zaforic commented Nov 8, 2017

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

@PonyPC
Copy link
PonyPC commented Jan 1, 2019

any update?

@xiaoATT
Copy link
xiaoATT commented Oct 10, 2019

how can i use smartconfig now

@D1ver
Copy link
D1ver commented Jan 6, 2023

No update?

@jonnor jonnor added enhancement Feature requests, new feature implementations port-esp8266 port-esp32 labels Sep 19, 2024
@johseffer
Copy link

Any news?

@hzbd
Copy link
hzbd commented Oct 31, 2024

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.

https://gitee.com/walkline/micropython-smartconfig-cmodule

#13658

@Walkline80
Copy link

Unfortunately, its documentation is in Chinese.

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)

A pull request has been submitted, but progress has been slow.

Actually I don't know how to push the PR process so I can only wait for now....

@Walkline80
Copy link

For the record, that PR currently implements the esp32 port only, not esp8266.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests, new feature implementations port-esp32 port-esp8266
Projects
None yet
Development

No branches or pull requests

8 participants
0