【快速接入】使用esp8266 & WiFi接入-Arduino中文社区 - Powered by Discuz! Archiver

A1025399439 发表于 2019-11-7 22:49

楼主你好,我按照步骤开始了我的制作,但是我在arduino软件中上传至我的esp8266开发版的时候,提示

A1025399439 发表于 2019-11-7 22:50

(平台esp8266 包esp8266未知)

A1025399439 发表于 2019-11-7 23:20

楼主你好,我按照步骤开始了我的制作,但是我在arduino软件中上传至我的esp8266开发版的时候,提示:
Arduino:1.8.8 (Windows 10), 开发板:"Generic ESP8266 Module, 80 MHz, Flash, Disabled, ck, 26 MHz, 40MHz, DOUT (compatible), 512K (no SPIFFS), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"

开发板 generic (平台 esp8266, 包 esp8266) 未知

为开发板 Generic ESP8266 Module 编译时出错。

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

coloz 发表于 2019-11-7 23:57

A1025399439 发表于 2019-11-7 23:20
楼主你好,我按照步骤开始了我的制作,但是我在arduino软件中上传至我的esp8266开发版的时候,提示:
Ardui ...

修改flash大小为4M

sting2k1 发表于 2019-11-8 10:44

请教奈何col,怎么样让设备输入指定auth key,而不是以固件方式烧写到esp8266中。(因为设备解绑之后就用不回原来的auth了,这样就要每次要改auth,重新烧写esp8266.),设备的“自动配网”已经完成,但不能自动识别auth key。

奈何col 发表于 2019-11-8 11:54

sting2k1 发表于 2019-11-8 10:44
请教奈何col,怎么样让设备输入指定auth key,而不是以固件方式烧写到esp8266中。(因为设备解绑之后就用不 ...

收费版本可能更符合你的需求,详见:
https://diandeng.tech/doc/prodevice

A1025399439 发表于 2019-11-8 16:03

Arduino:1.8.8 (Windows 10), 开发板:"Generic ESP8266 Module, 80 MHz, Flash, Disabled, ck, 26 MHz, 40MHz, DOUT (compatible), 4M (1M SPIFFS), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"

开发板 generic (平台 esp8266, 包 esp8266) 未知

为开发板 Generic ESP8266 Module 编译时出错。

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

coloz 发表于 2019-11-8 20:01

A1025399439 发表于 2019-11-8 16:03
Arduino:1.8.8 (Windows 10), 开发板:"Generic ESP8266 Module, 80 MHz, Flash, Disabled, ck, 26 MHz, 40 ...

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

chenbl 发表于 2020-2-13 17:10

本帖最后由 chenbl 于 2020-2-13 17:16 编辑

楼主,你好,我烧录后设备离线,连串口提示下面错误,是什么原因?



__       __                __
/\ \   /\ \    __      /\ \            v0.3.4
\ \ \___ \ \ \/\_\    ___\ \ \/'\      __   _ __   
\ \ '__`\\ \ \ \/\ \ /' _ `\ \ , <    /'__`\/\`'__\
\ \ \L\ \\ \ \_\ \ \/\ \/\ \ \ \\`\ /\__/\ \ \./
   \ \_,__/ \ \__\\ \_\ \_\ \_\ \_\ \_\ \____\\ \_\
    \/___/   \/__/ \/_/\/_/\/_/\/_/\/_/\/____/ \/_/
    To better use blinker with your IoT project!
    Download latest blinker library here!
    => https://github.com/blinker-iot/blinker-library

Connecting to ael
ESP8266_MQTT initialized...

===========================================================
================== Blinker Timer loaded! ==================
Warning!EEPROM address 1536-2431 is used for Blinker Timer!
============= DON'T USE THESE EEPROM ADDRESS! =============
===========================================================

WiFi Connected.
IP Address:
169.254.201.187
GET... failed, error: connection refused

ERROR: Maybe you have put in the wrong AuthKey!
ERROR: Or maybe your request is too frequently!
ERROR: Or maybe your network is disconnected!
GET... failed, error: connection refused

ERROR: Maybe you have put in the wrong AuthKey!
ERROR: Or maybe your request is too frequently!
ERROR: Or maybe your network is disconnected!
GET... failed, error: connection refused

ERROR: Maybe you have put in the wrong AuthKey!
ERROR: Or maybe your request is too frequently!
ERROR: Or maybe your network is disconnected!
GET... failed, error: connection refused



奈何col 发表于 2020-2-13 23:23

字面意思额,建议测试例程
页: 1 [2] 3
查看完整版本: 【快速接入】使用esp8266 & WiFi接入