ESP8266 Developer ZoneThe Official ESP8266 Forum2016-02-02T22:22:39+08:00https://bbs.espressif.com:443/feed.php?f=572016-02-02T22:22:39+08:002016-02-02T22:22:39+08:00https://bbs.espressif.com:443/viewtopic.php?t=1440&p=5638#p5638You can use "add_low-power_deepsleep_cmd.py" to change your bin file ("eagle.flash.bin" or "boot.bin"). If you successfully run the script, the new bin file ("eagle.flash_low_power.bin" or "boot_low_power.bin") will be generated. For more information, please refer to document "2C-ESP8266__SDK__Programming Guide" Appendix "Low-power solution" 中文文档链接http://bbs.espressif.com/viewtopic.php?f=51&t=1023,详见附录“低功耗开发指南”
Statistics: Posted by ESP_Faye — Thu Nov 05, 2015 2:28 pm
]]>2015-05-08T20:49:11+08:002015-05-08T20:49:11+08:00https://bbs.espressif.com:443/viewtopic.php?t=433&p=1658#p1658Download ESP8266 Getting Started Guide EN 下载 ESP8266 Getting Started Guide 中文版
Note: Default MAC addresses our latest chips begins with "5CCF7F", Please do not hard-code it with "18FE34" in your code. AP : 5E-CF-7F-xx-xx-xx STA: 5C-CF-7F-xx-xx-xx
================================================= UPDATE on 150916: FLASH_DOWNLOAD_TOOLS_v2.3
add efuse check function. add an option that tool just download the original binaries without changing anything. add RFInit mode option:(byte[114] of init_data.bin) 0: RF init no RF CAL, using all RF CAL data in flash, it takes about 2ms for RF init 1: RF init only do TX power control CAL, others using RF CAL data in flash , it takes about 20ms for RF init 3: RF init do all RF CAL, it takes about 200ms for RF init """)
#============================================================== UPDATE: SOURCE CODE of flash_download_tool Functionally same as FLASH_DOWNLOAD_TOOLS_v1.2_150512.
To make it runnable, you need these python modules: 1. python2.6 /python 2.7 2. wxpython3.0 or above 3. pyserial 4. xlrd
For linux, you need to replace "COM1" with "/dev/ttyS0".
NOTE:(IMPORTANT!) The spi settings in the flash download tool will overwrite the setting during the compile procedure(at first serveral bytes from 0x0). Make sure the settings are accord with the compile procedure. The original binary will not be changed. You can find the configured binaries in FLASH_DOWNLOAD_TOOLS/bin_tmp after the download is finished. Especially for bootvxx.bin, it will not change and keep default settings for spi mode. Also , you can press "CombineBin" button to get a combined binary which is already set to the mode you choose.
The flash mode are defined in the 2nd and 3rd( count from 0) byte at flash address 0x0. Bootloader will read this bytes out and changed spi mode and size mode immediately. So this is very important for your production. Definition:
Statistics: Posted by costaud — Fri May 08, 2015 8:49 pm
]]>2014-12-17T11:27:04+08:002014-12-17T11:27:04+08:00https://bbs.espressif.com:443/viewtopic.php?t=2&p=286#p286 You can click the following link to download VirtualBox 4.3.12.