esp8266网页配置wifi 及Blinker秘钥,实现远程开灯-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

楼主: xiaomadema

[分享] esp8266网页配置wifi 及Blinker秘钥,实现远程开灯

[复制链接]
发表于 2022-4-21 14:37 | 显示全部楼层

大佬们 好 请教下固件已经刷进ESP8266了 手机wifi也找到 智能开关配网,但是不会跳转到配网页面 data里文件要怎样使用
发表于 2022-4-25 09:09 | 显示全部楼层
LED_BUILTIN,是什么脚位,接物理开关的吗?为什么也是OUTPUT模式,不是INPUT模式呢?
顺便问下,<ESP8266WebServer.h>、<FS.h> 、 <ArduinoJson.h>这些哪里可以下?
发表于 2022-5-16 20:48 来自手机 | 显示全部楼层
KeySwitch()这个函数的作用是什么呢?有点看不懂
发表于 2022-5-18 09:59 | 显示全部楼层
xiaomadema 发表于 2021-8-9 09:08
需要json库  第三方的库  下载加压到Arduino\libraries目录里

最好把json库也放上来,这样对新手友好些,不然来回找,找的也不一定可以用。
发表于 2022-5-18 10:13 | 显示全部楼层
8266 1s 带继电器模块 已经安装了json库

还是编译错误

Arduino:1.8.18 (Windows 7), 开发板:"Generic ESP8266 Module, 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, dtr (aka nodemcu), 26 MHz, 40MHz, DOUT (compatible), 1MB (FS:64KB OTA:~470KB), 2, nonos-sdk 2.2.1+100 (190703), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

Hello_WiFi:151:24: error: missing terminating " character

  151 |   payload += "{"ssid":"";

      |                        ^~

Hello_WiFi:159:17: error: missing terminating " character

  159 |   payload += ""}";

      |                 ^~

C:\Users\ADMINI~1\AppData\Local\Temp\arduino_modified_sketch_270399\Hello_WiFi.ino: In function 'void handleConnect()':

Hello_WiFi:151:21: error: unable to find string literal operator 'operator""ssid' with 'const char [3]', 'unsigned int' arguments

  151 |   payload += "{"ssid":"";

      |                     ^~~

Hello_WiFi:153:27: error: expected ';' before ':' token

  153 |   payload += "","password":"";

      |                           ^

      |                           ;

Hello_WiFi:155:28: error: expected ';' before ':' token

  155 |   payload += "","location0":"";

      |                            ^

      |                            ;

Hello_WiFi:157:26: error: expected ';' before ':' token

  157 |   payload += "","apikey0":"";

      |                          ^

      |                          ;

Hello_WiFi:159:16: error: expected ';' before '}' token

  159 |   payload += ""}";

      |                ^

      |                ;

C:\Users\ADMINI~1\AppData\Local\Temp\arduino_modified_sketch_270399\Hello_WiFi.ino: At global scope:

Hello_WiFi:161:3: error: 'wifiConfig' does not name a type

  161 |   wifiConfig.println(payload);//将数据写入config.json文件中

      |   ^~~~~~~~~~

Hello_WiFi:162:3: error: 'Serial' does not name a type

  162 |   Serial.println("配置文件写入成功!");

      |   ^~~~~~

Hello_WiFi:163:3: error: 'wifiConfig' does not name a type

  163 |   wifiConfig.close();

      |   ^~~~~~~~~~

Hello_WiFi:164:1: error: expected declaration before '}' token

  164 | }

      | ^

exit status 1

missing terminating " character



在文件 -> 首选项开启
“编译过程中显示详细输出”选项
这份报告会包含更多信息。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-28 01:39 , Processed in 0.105122 second(s), 13 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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