smartconfig配网问题-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 6388|回复: 8

smartconfig配网问题

[复制链接]
发表于 2020-11-18 19:27 | 显示全部楼层 |阅读模式
有没有哪位大佬能够分享下esp32的microPython的例子,感激不尽
发表于 2020-11-25 10:07 | 显示全部楼层
  1. import smartconfig
  2. import network
  3. wlan = network.WLAN(network.STA_IF)
  4. if not wlan.active():
  5.     wlan.active(True)

  6. smartconfig.set_type(smartconfig.ESPTOUCH)
  7. smartconfig.start()
  8. while smartconfig.status() != smartconfig.SC_STATUS_LINK_OVER:
  9.     pass
  10. smartconfig.stop()

  11. print(smartconfig.get_ssid())
  12. print(smartconfig.get_password())
  13. print(smartconfig.get_phoneip())
复制代码
 楼主| 发表于 2020-12-1 22:05 来自手机 | 显示全部楼层
奈何col 发表于 2020-11-25 10:07

感谢大佬,请问有没有smartconfig的库

点评

自带的  详情 回复 发表于 2020-12-3 10:21
发表于 2020-12-3 10:21 | 显示全部楼层
aspcat580 发表于 2020-12-1 22:05
感谢大佬,请问有没有smartconfig的库

自带的
发表于 2021-1-27 22:08 | 显示全部楼层
有WIFIManager库么?
发表于 2021-2-13 23:42 | 显示全部楼层

也遇到了这个问题,但在开发环境中未能见到smartconfig库,还要烦劳请问是什么环境自带了,谢谢。
发表于 2021-11-1 09:03 | 显示全部楼层















































您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-12-27 08:37 , Processed in 0.109490 second(s), 20 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表