ESP8266 Developer Zone The Official ESP8266 Forum 2016-07-28T06:32:19+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2466 2016-07-28T06:32:04+08:00 2016-07-28T06:32:04+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2466&p=8155#p8155 <![CDATA[Re: AT Example not working]]>
ESP_Rubin wrote:
Hi sir,
please download our flash tool (ESP8266 Flash Download Tools V3.3.4) as link: http://espressif.com/en/products/hardwa ... /resources


I was choosing C1 version, choose 512+512 was sufficient to solve my problem :)

Statistics: Posted by metRo_ — Thu Jul 28, 2016 6:32 am


]]>
2016-07-25T09:29:16+08:00 2016-07-25T09:29:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2466&p=8093#p8093 <![CDATA[Re: AT Example not working]]> please download our flash tool (ESP8266 Flash Download Tools V3.3.4) as link: http://espressif.com/en/products/hardwa ... /resources

Statistics: Posted by ESP_Rubin — Mon Jul 25, 2016 9:29 am


]]>
2016-07-28T06:32:19+08:00 2016-07-24T02:50:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2466&p=8081#p8081 <![CDATA[【Solved】AT Example not working]]> My first day with esp8266 :) I have read some documentation last days. Today I got the board and download the nonos sdk v2 and tried to load the at example following the readme file using esptool:

Code:

ze@ze-MacBookPro:~/Downloads/ESP8266_NONOS_SDK/bin$ esptool.py write_flash 0x00000 boot_v1.2.bin 0x01000 at/1024+1024/user1.2048.new.5.bin 0x3fc000 esp_init_data_default.bin 0xfe000 blank.bin 0x3fe000 blank.bin
esptool.py v1.1
Connecting...
Running Cesanta flasher stub...
Flash params set to 0x0000
Writing 4096 @ 0x0... 4096 (100 %)
Wrote 4096 bytes at 0x0 in 0.4 seconds (90.5 kbit/s)...
Writing 421888 @ 0x1000... 421888 (100 %)
Wrote 421888 bytes at 0x1000 in 36.6 seconds (92.3 kbit/s)...
Writing 4096 @ 0x3fc000... 4096 (100 %)
Wrote 4096 bytes at 0x3fc000 in 0.4 seconds (90.5 kbit/s)...
Writing 4096 @ 0xfe000... 4096 (100 %)
Wrote 4096 bytes at 0xfe000 in 0.4 seconds (90.5 kbit/s)...
Writing 4096 @ 0x3fe000... 4096 (100 %)
Wrote 4096 bytes at 0x3fe000 in 0.4 seconds (90.4 kbit/s)...
Leaving...


After that I open the serial port and type AT but nothing come back from the esp8266 :s I tried different velocities also diferent 'at' combinations (at+cr) with no success :(

I also connect a serial adapter to GPIO2 (uart1 TX) and when use esptool to get flash_id I can see the info on the terminal.

What could be wrong?

Statistics: Posted by metRo_ — Sun Jul 24, 2016 2:50 am


]]>