乐向哲 发表于 2016-11-8 21:26:34

谢谢楼主,讲的很详细,我之前一直以为是环境打错了其实在硬件连接这里容易出错

万马奔腾 发表于 2016-11-20 16:50:33

本帖最后由 万马奔腾 于 2016-11-20 17:16 编辑

项目使用了 225,897 字节,占用了 (52%) 程序存储空间。最大为 434,160 字节。
全局变量使用了32,484字节,(39%)的动态内存,余留49,436字节局部变量。最大为81,920字节。
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed
这是什么原因啊    手动复位是不是GPIO16短接GND啊,还是不成功啊?我重新刷了固件也不行的

当风过时 发表于 2016-11-23 11:03:38

万马奔腾 发表于 2016-11-20 16:50
项目使用了 225,897 字节,占用了 (52%) 程序存储空间。最大为 434,160 字节。
全局变量使用了32,484字节 ...

GPIO0也要接GND进入烧写模式

带鱼块 发表于 2017-5-17 17:56:59

你好,我想通过网页设置设置自己家的wifi,那这个是怎么实现的,有例子吗?

当风过时 发表于 2017-5-19 16:47:27

带鱼块 发表于 2017-5-17 17:56
你好,我想通过网页设置设置自己家的wifi,那这个是怎么实现的,有例子吗?

这个之后的教程里边会提到所需要用到的相关功能,具体就是用软AP连接,然后打开内置网页,通过路由系统接收网页提交的数据就行了

万马奔腾 发表于 2017-8-8 15:28:45

当风过时 发表于 2017-5-19 16:47
这个之后的教程里边会提到所需要用到的相关功能,具体就是用软AP连接,然后打开内置网页,通过路由系统接 ...

有没有具体点的

当风过时 发表于 2017-8-10 16:55:01

万马奔腾 发表于 2017-8-8 15:28
有没有具体点的

https://github.com/oyidi/ESP8266InternalWebManager

E=mc2 发表于 2017-11-20 11:00:48

当风过时 发表于 2016-2-25 10:58
教程是在自己焊的ESP8266-12E最小系统上做的,在ESP8266-01上测试也没有问题。

ESP8266-01怎么接线的,直接用usb转ttl烧录吗?

lsalp 发表于 2017-12-1 11:19:57

ESP8266WiFi模块https://shop67012462.taobao.com/

mak4000 发表于 2017-12-7 00:58:42

ESP8266与pc机怎样连接能给个原理图吗?
只找到了刷固件的接法。
用Arduino IDE下载程序不会相同的接法吧?

当风过时 发表于 2017-12-20 16:10:16

mak4000 发表于 2017-12-7 00:58
ESP8266与pc机怎样连接能给个原理图吗?
只找到了刷固件的接法。
用Arduino IDE下载程序不会相同的接法吧 ...

和刷固件的接法是一样的,Arduino IDE写入esp8266实质上就是刷入一个新固件

当风过时 发表于 2017-12-20 16:11:16

E=mc2 发表于 2017-11-20 11:00
ESP8266-01怎么接线的,直接用usb转ttl烧录吗?

对的,和网上那些刷固件教程的接法用法是一样的

will321 发表于 2020-1-13 15:57:40

你板子选Nodemcu1.0试试

方恨少 发表于 2020-2-16 19:53:44

正逢基时,得好好的学习
页: 1 [2]
查看完整版本: Arduino IDE for ESP8266教程