<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>物联网开发者社区-安信可论坛 - ESP8266系列</title>
    <link>https://bbs.ai-thinker.com/forum.php?mod=forumdisplay&amp;fid=90</link>
    <description>Latest 20 threads of ESP8266系列</description>
    <copyright>Copyright(C) 物联网开发者社区-安信可论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 14 May 2026 11:15:01 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.ai-thinker.com/static/image/common/logo_88_31.gif</url>
      <title>物联网开发者社区-安信可论坛</title>
      <link>https://bbs.ai-thinker.com/</link>
    </image>
    <item>
      <title>esp8266不能连接问题</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78446</link>
      <description><![CDATA[esp8266在第一天测试的时候能够联网和收发信息Station模式，但是过了一天或者两天，就连接不上网络，调试串口先是发送几次RST，然后就是一直循环发送名称和密码，但是重新刷固件后又能连接成功了 ...]]></description>
      <category>ESP8266系列</category>
      <author>牧野</author>
      <pubDate>Mon, 23 Feb 2026 05:39:58 +0000</pubDate>
    </item>
    <item>
      <title>ESP8266部分AT指令只返回ERROR</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47339</link>
      <description><![CDATA[如图所示，连不上wifi我还感觉有点希望能搞好，可能是什么细节错了，但为什么命令也查询不了啊，供电方面尝试了直接用USB转TTL3.3v供电(试过5v供电但是反复重启爆烫手)也试了STM32开发板上的3.3v供电5v供电~~(这个5v又没事,能跑)~~接线也是反复试,在网上查了一天了,但 ...]]></description>
      <category>ESP8266系列</category>
      <author>18696239939</author>
      <pubDate>Tue, 28 Oct 2025 01:24:39 +0000</pubDate>
    </item>
    <item>
      <title>如何设计烧录电路</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47175</link>
      <description><![CDATA[大家好，我没有找到相关的电路原理图，比如用USB口。或USB转TYPEC
谢谢]]></description>
      <category>ESP8266系列</category>
      <author>fight</author>
      <pubDate>Sun, 17 Aug 2025 07:02:16 +0000</pubDate>
    </item>
    <item>
      <title>esp-15f，透传模式失败：AT+CIPMODE=1 返回 ERROR</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47087</link>
      <description><![CDATA[esp-15f，在ap模式下，配置为udp服务端，透传模式失败：AT+CIPMODE=1 返回 ERROR，是因为固件不支持吗？]]></description>
      <category>ESP8266系列</category>
      <author>12234qwer</author>
      <pubDate>Mon, 14 Jul 2025 10:07:25 +0000</pubDate>
    </item>
    <item>
      <title>求：esp-15f,AP模式步骤及at指令</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47083</link>
      <description><![CDATA[esp-15f如何使用AP模式进行配网，及AT指令是什么]]></description>
      <category>ESP8266系列</category>
      <author>12234qwer</author>
      <pubDate>Mon, 14 Jul 2025 07:24:52 +0000</pubDate>
    </item>
    <item>
      <title>求助ESP01刷MicPython</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47025</link>
      <description><![CDATA[我给ESP01 刷了MicPython 1.25.0， Thonny提示链接成功，能打开读取，但是不能保存程序。请问有人能提供帮助吗]]></description>
      <category>ESP8266系列</category>
      <author>fight</author>
      <pubDate>Sat, 14 Jun 2025 14:08:48 +0000</pubDate>
    </item>
    <item>
      <title>求助，关于怎么给arduino写的esp32固件开flash加密</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46999</link>
      <description><![CDATA[有没有大佬知道arduino的esp32固件怎么开flash加密吗，自己乱试废板子快能当乐高玩了]]></description>
      <category>ESP8266系列</category>
      <author>kuidashu</author>
      <pubDate>Thu, 05 Jun 2025 02:17:42 +0000</pubDate>
    </item>
    <item>
      <title>ESP-01S搭配ESP8266_NONOS_SDK-3.0.5 os_printf()使用异常</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46287</link>
      <description><![CDATA[ESP-01S搭配ESP8266_NONOS_SDK-3.0.5 os_printf()使用异常，程序内容就一行打印指令。
第一个blank是否勾选都不行。]]></description>
      <category>ESP8266系列</category>
      <author>jas_mi</author>
      <pubDate>Fri, 16 May 2025 06:43:59 +0000</pubDate>
    </item>
    <item>
      <title>AiThinker  V1.5.2 搭建 ESP8266</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46274</link>
      <description><![CDATA[按照官方文档下载了IDE, 8266_RTOS_SDK 之后，对相关的编译进行相关配置之后。
将hello_world 拉出来测试：
执行menuconfig , 并没有弹出menuconfig 的配置界面。 
编译是可以正常的完成。
查看默认生成的sdkconfig, 都是默认配置，

请问一下， 怎样才能让menuconfig  ...]]></description>
      <category>ESP8266系列</category>
      <author>stevezhang</author>
      <pubDate>Tue, 13 May 2025 08:39:06 +0000</pubDate>
    </item>
    <item>
      <title>使用AiThinker IDE V1.5.2 搭建 ESP8266 RTOS SDK 开发项目</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46269</link>
      <description><![CDATA[附件：安信可AiThinkerIDE_V1.5创建ESP8266_RTOS_SDK工程的说明.pdf
本帖附件介绍 使用AiThinker IDE V1.5.2 搭建 ESP8266 RTOS SDK 开发项目的方法。使用乐鑫官方最新的ESP8266 RTOS SDK V3.4版本。包括资料下载、工程创建，配置SDK，程序下载，运行结果展示等。就是 ...]]></description>
      <category>ESP8266系列</category>
      <author>shushikuan</author>
      <pubDate>Sun, 11 May 2025 06:19:19 +0000</pubDate>
    </item>
    <item>
      <title>AiThinker IDE 1.5.2 代码提示补全怎么设置?</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46267</link>
      <description><![CDATA[我现在用AiThinker IDE 1.5.2 开发ESP8266, 基于ESP8266_RTOS_SDK，请问怎么设置，才能让IDE具备代码提示补全功能?]]></description>
      <category>ESP8266系列</category>
      <author>shushikuan</author>
      <pubDate>Sun, 11 May 2025 06:06:58 +0000</pubDate>
    </item>
    <item>
      <title>ESP8266不能自动接收+IPD的问题</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=46231</link>
      <description><![CDATA[8266启动后的配置


1.  CIPMODE    配为  0   :  普通传输模式
2.   CIPMUX     配为  1 ：  多连接模式
3.   CIPRECVMODE  配为   0  ：     主动模式，ESP-AT 将所有接收到的 socket 数据立即发送给主机 MCU，头为 “+IPD”


此配置后，8266建立TCP客户端(client)   ...]]></description>
      <category>ESP8266系列</category>
      <author>18857121357</author>
      <pubDate>Sun, 27 Apr 2025 10:05:36 +0000</pubDate>
    </item>
    <item>
      <title>想下载ESP8684的MQTT固件</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45789</link>
      <description><![CDATA[ESP8684烧录AT固件后，发送MQTT相关指令都回复ERROR，不知道8684用MQTT相关的功能如何去下载，我下了一个8266的MQTT固件无法使用]]></description>
      <category>ESP8266系列</category>
      <author>sai2020</author>
      <pubDate>Sat, 15 Feb 2025 03:10:12 +0000</pubDate>
    </item>
    <item>
      <title>求助：如何用51单片机通过ESP8266（at固件）给手机发送一个数据，并且存放在数组中</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45570</link>
      <description><![CDATA[一直都没成功啊😫，求大佬解答]]></description>
      <category>ESP8266系列</category>
      <author>羊村沸羊羊</author>
      <pubDate>Sat, 07 Dec 2024 15:13:08 +0000</pubDate>
    </item>
    <item>
      <title>esp8266连接阿里云平台</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45425</link>
      <description><![CDATA[麻烦问一下，esp8266nodemcu在使用arduino.ide连接阿里云平台的时候，wifi配置正常但连接不上mqtt，显示报错如下：

Attempting MQTT connection...failed, rc=-4 try again in 5 seconds

以下附报错源代码：
#include 
#include 

// WiFi 配置
const char* ssid = \&quot;F ...]]></description>
      <category>ESP8266系列</category>
      <author>caracal</author>
      <pubDate>Sat, 26 Oct 2024 04:29:25 +0000</pubDate>
    </item>
    <item>
      <title>ESP8266互联网通通信</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45407</link>
      <description><![CDATA[2个 ESP8266 模块怎么通过互联网通通信]]></description>
      <category>ESP8266系列</category>
      <author>wolf-boy-2004</author>
      <pubDate>Wed, 23 Oct 2024 02:33:32 +0000</pubDate>
    </item>
    <item>
      <title>ESP-01S 支持AT+GMR，但不支持AT+CMD，MQTT，AT+HTTPCLIENT之类的指令集 怎么办</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45399</link>
      <description><![CDATA[ESP-01S 支持AT+GMR等基础指令，但不支持AT+CMD、MQTT、AT+HTTPCLIENT之类的HTTP指令集 ，报ERROR是什么原因，该怎么操作才能支持？
刷固件还是更复杂的操作，有无相关链接？
=====================
Ai-Thinker Technology Co. Ltd.
ready

WIFI CONNECTED
WIFI GOT IP ...]]></description>
      <category>ESP8266系列</category>
      <author>YGYL</author>
      <pubDate>Fri, 18 Oct 2024 16:23:17 +0000</pubDate>
    </item>
    <item>
      <title>求助，我使用esp8266下载到最后，会有400错误</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45269</link>
      <description><![CDATA[如图，不知道什么情况，使用curl下载是没有问题的，前面也请求成功了。]]></description>
      <category>ESP8266系列</category>
      <author>黎明</author>
      <pubDate>Mon, 16 Sep 2024 02:45:50 +0000</pubDate>
    </item>
    <item>
      <title>请问安信可 ESP8266 现在是否仍然提供配网 Android APP？</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45052</link>
      <description><![CDATA[是否必须通过微信公众号配网？]]></description>
      <category>ESP8266系列</category>
      <author>dja</author>
      <pubDate>Sat, 27 Jul 2024 11:37:12 +0000</pubDate>
    </item>
    <item>
      <title>8266安装一体化环境IDE V1.5.2后报No Entry Point</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=44855</link>
      <description><![CDATA[刚开始研究这个安信可的二次开发, 选用的是NONOS SDK3.0.5, 应该是最新的, 在台式机上很可以编译成功, 但是同样的工程, 挪到笔记本上却报错. 内容如下:

no entry point!!
Support boot_v1.4 and +
mv: cannot stat \'eagle.app.flash.bin\': No such file or directory
m ...]]></description>
      <category>ESP8266系列</category>
      <author>zsb7739</author>
      <pubDate>Fri, 17 May 2024 01:30:41 +0000</pubDate>
    </item>
  </channel>
</rss>