chenyuechi
发表于 2016-5-28 19:12
lzbpli 发表于 2016-5-28 18:05
不可以,需要你自己写到eeprom里面
怎么写入啊?求大神指点
跑龙套的保
发表于 2016-5-29 11:08
路过帮顶,本来打算继续写这些的,后来看到doit写了个,我就没写了:P
lzbpli
发表于 2016-5-30 09:44
chenyuechi 发表于 2016-5-28 19:12
怎么写入啊?求大神指点
有库的,arduino IDE自带库里面有
ke421423979
发表于 2016-10-27 22:43
楼主那个软件怎么配置啊我都SSID都是空的也点不了Confirm
上财若水
发表于 2016-10-29 09:30
测试成功,留下脚印,继续折腾~
ksfksf
发表于 2016-12-4 21:03
尝试了,不错可以使用,但是成功后没有写入,导致每次重启都需要重新配置
a574481742
发表于 2016-12-13 12:12
学习了,谢谢楼主无私奉献,先试试,之前一直用着AT+STM8组合,现在终于能够抛弃stm8直接工作了。
aishijie
发表于 2016-12-14 23:22
我稍微修改了一下,用的是nodemcu,(也可以用这个写??),编译一直出错不知道是什么问题,,求教#include <ESP8266WiFi.h>
void smartConfig()
{
WiFi.mode(WIFI_STA);
Serial.println("Wait for Smartconfig");
WiFi.beginSmartConfig();
while (1)
{ Serial.print(".");
if (WiFi.smartConfigDone())
{
Serial.println("SmartConfig Success");
Serial.println("SSID:");
Serial.println(WiFi.SSID());
Serial.println("PSW:");
Serial.println(WiFi.psk());
}
}
}
void setup()
{ Serial.begin(115200);
Serial.println("Start module");
smartConfig();
}
void loop()
{ delay(100);
Serial.println("Start module");
}
这是窗口提示的错误信息
smartconfigsketch_dec14a:9: error: stray '\302' in program
{ Serial.print("."); 聽聽聽
^
smartconfigsketch_dec14a:9: error: stray '\240' in program
smartconfigsketch_dec14a:9: error: stray '\302' in program
smartconfigsketch_dec14a:9: error: stray '\240' in program
smartconfigsketch_dec14a:9: error: stray '\302' in program
smartconfigsketch_dec14a:9: error: stray '\240' in program
smartconfigsketch_dec14a:16: error: stray '\302' in program
Serial.println(WiFi.psk()); 聽聽聽聽
^
smartconfigsketch_dec14a:16: error: stray '\240' in program
smartconfigsketch_dec14a:16: error: stray '\302' in program
smartconfigsketch_dec14a:16: error: stray '\240' in program
smartconfigsketch_dec14a:16: error: stray '\302' in program
smartconfigsketch_dec14a:16: error: stray '\240' in program
smartconfigsketch_dec14a:16: error: stray '\302' in program
smartconfigsketch_dec14a:16: error: stray '\240' in program
smartconfigsketch_dec14a:17: error: stray '\302' in program
}聽聽
^
smartconfigsketch_dec14a:17: error: stray '\240' in program
smartconfigsketch_dec14a:17: error: stray '\302' in program
smartconfigsketch_dec14a:17: error: stray '\240' in program
exit status 1
stray '\302' in program
靳靳
发表于 2017-1-3 19:51
楼主,我用串口调试软件设置完后,可以用手机发字符也能在串口调试软件收到,可是连上arduino板子就不好使了,蓝灯一直闪。然后一会手机能连上。一会就断????楼主遇到过这种情况嘛?谢了
66666666666666
发表于 2017-1-6 22:09
cmxzlove 发表于 2016-1-16 23:05
请问一下楼主!您的编程器一项选的什么啊?附件图片是我的!我下载程序下载不了! ...
我也用的mac,能一起交流下吗3418228059