ESPEasy_mega-20190106
CH340 

所属分类:其他
开发工具:Java
文件大小:21225KB
下载次数:1
上传日期:2020-05-16 06:15:42
上 传 者sharon-nn
说明:  ESP8266-Connected-MP3-Player-master

文件列表:
esptool.exe (36864, 2019-01-06)
bin (0, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_ESP8266_1024.bin (797120, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_IR_ESP8266_4096.bin (859584, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_core_241_ESP8266_1024.bin (794096, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_core_241_ESP8266_4096.bin (794288, 2019-01-06)
bin\ESP_Easy_mega-20190106_esp32dev.bin (1299552, 2019-01-06)
bin\ESP_Easy_mega-20190106_minimal_ESP8266_1024_OTA.bin (613968, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_ESP8266_1024_VCC.bin (797632, 2019-01-06)
bin\blank_2MB.bin (2097152, 2019-01-06)
bin\ESP_Easy_mega-20190106_hard_core_250_beta_SONOFF_POW_4M.bin (666912, 2019-01-06)
bin\ESP_Easy_mega-20190106_esp32test_1M8_partition.bin (1565792, 2019-01-06)
bin\ESP_Easy_mega-20190106_hard_core_250_beta_Shelly_1_2M256.bin (649280, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_core_250_beta_ESP8266_1024.bin (815424, 2019-01-06)
bin\ESP_Easy_mega-20190106_esp-wrover-kit_test_1M8_partition.bin (1625424, 2019-01-06)
bin\ESP_Easy_mega-20190106_hard_SONOFF_POW_4M.bin (651168, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_ESP8266_4096.bin (796848, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_core_250_beta_WROOM02_2M256.bin (815488, 2019-01-06)
bin\ESP_Easy_mega-20190106_dev_ESP8266_4096.bin (907152, 2019-01-06)
bin\ESP_Easy_mega-20190106_test_core_250_beta_ESP8266_4096.bin (920416, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_ESP8285_1024.bin (796960, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_core_250_beta_IR_ESP8266_4096.bin (879824, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_WROOM02_2048.bin (797152, 2019-01-06)
bin\blank_1MB.bin (1048576, 2019-01-06)
bin\ESP_Easy_mega-20190106_test_ESP8266_4096_VCC.bin (901008, 2019-01-06)
bin\ESP_Easy_mega-20190106_normal_core_250_beta_ESP8266_4096.bin (815456, 2019-01-06)
bin\ESP_Easy_mega-20190106_minimal_ESP8285_1024_OTA.bin (613952, 2019-01-06)
bin\blank_4MB.bin (4194304, 2019-01-06)
bin\ESP_Easy_mega-20190106_test_core_250_beta_ESP8266_4096_VCC.bin (920800, 2019-01-06)
bin\ESP_Easy_mega-20190106_test_ESP8266_4096.bin (900576, 2019-01-06)
bin\ESPEasy_2step_UploaderMega_1024.bin (276848, 2019-01-06)
source (0, 2019-01-06)
source\lib (0, 2019-01-06)
source\lib\ArduinoJson (0, 2019-01-06)
source\lib\ArduinoJson\keywords.txt (322, 2019-01-06)
source\lib\ArduinoJson\fuzzing (0, 2019-01-06)
source\lib\ArduinoJson\fuzzing\my_corpus (0, 2019-01-06)
... ...

_____ ____ ____ | ____/ ___|| _ \ ___ __ _ ___ _ _ | _| \___ \| |_) / _ \/ _` / __| | | | | |___ ___) | __/ __/ (_| \__ \ |_| | |_____|____/|_| \___|\__,_|___/\__, | |___/ This is the distribution folder for ESPeasy. In here you will find a flash tool to program the ESP module. Also a number of binary images is included. The filename is quite descriptive: ESP_Easy_mega-___.bin Build type can be: (differ in included plugins) - normal => Only Stable plugins and controllers - test => Stable + Testing - dev => Stable + Testing + Development There is also a number of special builds: - normal_IR => "Normal" + IR receiver/transmitter plugins and library - hard_xxxxx => Special builds for some off-the-shelf hardware. - normal_core_241 => "Normal" using core 2.4.1, since 2.4.2 has issues with PWM - minimal_ESP82xx_1024_OTA => Minimum number of plugins and a limited set of controllers included to be able to perform a 2-step OTA on 1 MB flash nodes. Chip can be: - ESP8266 => Most likely option - ESP8285 => Used in some Sonoff modules - ESP32 => Experimental support at this moment MemorySize can be: - 1024 => 1 MB flash modules (e.g. almost all Sonoff modules) - 2048 => 2 MB flash modules (e.g. Shelly1/WROOM02) - 4096 => 4 MB flash modules (e.g. NodeMCU/ESP32) ESP32 now has 2 builds: - esp32dev Using the default partition layout (1.4 MB for the sketch) - esp32test_1M8_partition Larger sketch partition (1.8MB) smaller SPIFFS (316 kB) Please note that changing between those versions will destroy the settings! The SPIFFS partition will be lost and that contains all settings. To help recover from a bad flash, there are also blank images included. - blank_1MB.bin - blank_2MB.bin - blank_4MB.bin When the wrong image is flashed, or the module behaves unstable, or is in a reboot loop, flash these images first and then the right image for the module. ESP.Easy.Flasher.exe... ... is the new flashing tool for ESP Easy. You need to run it in elevated mode (as admin) for it to fetch the COM ports correctly. If you want you may save YOUR settings using the "Save as default settings" button in the lower left corner. If the window is too big or too small you can experiment with the "Pixels Per Inch" variable in the ..\Settings\Default.ini file. Setting it to =96 is working for most users but the application will try to find the most optimal value by default. Sometimes it fails to do that. More information about the tool is found here: https://github.com/Grovkillen/ESP_Easy_Flasher You can also have custom serial commands entered in a txt file. One command per line. Further reading: For more information, see: https://github.com/letscontrolit/ESPEasy Or our forum: https://www.letscontrolit.com/forum/

近期下载者

相关文件


收藏者