ESP8266 Developer Zone The Official ESP8266 Forum 2014-11-04T00:05:04+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=21 2014-11-04T00:05:04+08:00 2014-11-04T00:05:04+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=69#p69 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]> I can't find the link right this second sorry.
PM me your email, I can send it to you, but again it didn't work for me.

Statistics: Posted by Fadi — Tue Nov 04, 2014 12:05 am


]]>
2014-11-03T23:26:42+08:00 2014-11-03T23:26:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=68#p68 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]>
Here is the screenshot:

download/file.php?id=21

Statistics: Posted by muris — Mon Nov 03, 2014 11:26 pm


]]>
2014-11-03T22:46:13+08:00 2014-11-03T22:46:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=66#p66 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]>
muris wrote:
Where can I download the ESP FLASH DOWNLOAD TOOL for Windows?
Thanks :)


http://www.electrodragon.com/w/Wi07c

towards the end of the page, you should see a link to XTCom tool.
there is also another option, espTool.py (but needs python installed on windows, google for it easy to find I don't have the link handy)

Statistics: Posted by Fadi — Mon Nov 03, 2014 10:46 pm


]]>
2014-11-03T22:33:26+08:00 2014-11-03T22:33:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=65#p65 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]> Thanks :)

Statistics: Posted by muris — Mon Nov 03, 2014 10:33 pm


]]>
2014-11-03T22:08:43+08:00 2014-11-03T22:08:43+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=64#p64 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]> Thanks
flash_chip.png

Statistics: Posted by Fadi — Mon Nov 03, 2014 10:08 pm


]]>
2014-11-03T13:31:54+08:00 2014-11-03T13:31:54+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=63#p63 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]> Statistics: Posted by costaud — Mon Nov 03, 2014 1:31 pm


]]>
2014-11-03T06:57:50+08:00 2014-11-03T06:57:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=60#p60 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]> Same problem.
I even used the blank.bin and init*.bin to start fresh.

Statistics: Posted by Fadi — Mon Nov 03, 2014 6:57 am


]]>
2014-11-03T04:37:12+08:00 2014-11-03T04:37:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=58#p58 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]> I got an esp8266 esp-01 module already has onboard flash..etc
And if I flash 0.922 firmware using xtcom it works.

Are you sure i need to use this tool ? But what should I put for the clock?
Thanks

Statistics: Posted by Fadi — Mon Nov 03, 2014 4:37 am


]]>
2014-11-03T02:29:12+08:00 2014-11-03T02:29:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=52#p52 <![CDATA[Re: AT and IoT_Demo firmware not functioning]]>

ets Jan 8 2013,rst cause:2, boot mode:(3,4)

load 0x40100000, len 23304, room 16


As far as I know, this print log is mostly caused by the spi flash r/w mode mismatching.

The default setting is that the spi flash port works in quad r/w mode , if the flash do not support this mode , the chip can not boot up correctly.

Please use the latest download tool and set the spi dout mode in config panel.
If it works , check the flash datasheet and confirm whether it supports quad r/w mode.
download_tool.png

Statistics: Posted by costaud — Mon Nov 03, 2014 2:29 am


]]>
2014-11-02T11:47:36+08:00 2014-11-02T11:47:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=21&p=48#p48 <![CDATA[AT and IoT_Demo firmware not functioning]]>
I have successfully updated my ESP8266 ESP-01 module yesterday from version 0.91 to 0.922 (downloaded from one of the sites that sells the modules)
I later used the official VM found here, compiled AT firmware and IoT_Demo firmware.

I uploaded the IoT_Demo firmware to the board successfully, only to remember that it may not utilize UART for feedback, so I uploaded the AT firmware
so that I can start testing and do little modifications later.

The module doesn't respond to any AT command and there is no output on the terminal.
I tried changing baudrates and the one that worked was 75000.
I get the following message on uart terminal:

"
ets Jan 8 2013,rst cause:2, boot mode:(3,4)

load 0x40100000, len 23304, room 16
"

but uart_init() was set at 115200 as per AT source code, and I didn't change anything in the code, and it compiled without errors.

Can you please help me trouble shoot the problem?

VCC supplied 3.3v
TX/RX are 3.3v TTL levels
CH_PD 3.3v (HIGH)
RST is GROUND

I was only successful in getting the above message on UART with this baudrate.

Thank you for your help

Statistics: Posted by Fadi — Sun Nov 02, 2014 11:47 am


]]>