esp8266连接点灯-Arduino中文社区 - Powered by Discuz! Archiver

小白小白真白 发表于 2022-3-3 19:15

esp8266连接点灯

https://www.arduino.cn/forum.php?mod=image&aid=80178&size=300x300&key=3e503abac3c5e2ff&nocache=yes&type=fixnone
我点进去下载zip然后在arduino上加载不出来
https://www.arduino.cn/forum.php?mod=image&aid=80179&size=300x300&key=e612bfb315f26a57&nocache=yes&type=fixnone
只显示这样。
https://www.arduino.cn/forum.php?mod=image&aid=80180&size=300x300&key=e3875836ea2c2379&nocache=yes&type=fixnone
按着步骤还是弄不来,想连接点灯。

奈何col 发表于 2022-3-3 19:45

https://diandeng.tech/doc/getting-start-8266

小白小白真白 发表于 2022-3-3 21:00

奈何col 发表于 2022-3-3 19:45
https://diandeng.tech/doc/getting-start-8266

我就是看他这个来弄的然后也弄不了

小白小白真白 发表于 2022-3-3 21:09

小白小白真白 发表于 2022-3-3 21:00
我就是看他这个来弄的然后也弄不了

选择工具-开发板-esp8266然后选择哪个:'(

小白小白真白 发表于 2022-3-3 21:46

小白小白真白 发表于 2022-3-3 21:09
选择工具-开发板-esp8266然后选择哪个

Arduino:1.8.19 (Windows 10), 开发板:"NodeMCU 1.0 (ESP-12E 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, 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"

In file included from C:\Users\7\Documents\Arduino\libraries\blinker-library-0.3.9\src/BlinkerESPMQTT.h:16,

               from C:\Users\7\Documents\Arduino\libraries\blinker-library-0.3.9\src/Blinker.h:43,

               from C:\Users\7\AppData\Local\Temp\arduino_modified_sketch_933663\Hello_WiFi.ino:48:

C:\Users\7\Documents\Arduino\libraries\blinker-library-0.3.9\src/Adapters/BlinkerMQTT.h:46:10: fatal error: ../Blinker/BlinkerConfig.h: No such file or directory

   46 | #include "../Blinker/BlinkerConfig.h"

      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

compilation terminated.

exit status 1

为开发板 NodeMCU 1.0 (ESP-12E Module) 编译时出错。



在文件 -> 首选项开启
“编译过程中显示详细输出”选项
这份报告会包含更多信息。

奈何col 发表于 2022-3-3 23:29

小白小白真白 发表于 2022-3-3 21:46
Arduino:1.8.19 (Windows 10), 开发板:"NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new a ...

在官网下载blinker arduino库,按文档中的方法添加,肯定没问题的。
你这看起来像是库没下载全,或者你自己解压或者移动丢失了文件。
页: [1]
查看完整版本: esp8266连接点灯