fd9b2a3b48c96dfa8365ee4babc8a9ca024de542
Board-dat/NWI/NWI1119-DAT/2024-01-24-17-14-21.png
| ... | ... | Binary files /dev/null and b/Board-dat/NWI/NWI1119-DAT/2024-01-24-17-14-21.png differ |
Board-dat/NWI/NWI1119-DAT/NWI1119-DAT.md
| ... | ... | @@ -22,6 +22,12 @@ |
| 22 | 22 | - https://t.me/electrodragon3/228 |
| 23 | 23 | |
| 24 | 24 | |
| 25 | + |
|
| 26 | + |
|
| 27 | + |
|
| 28 | + const char *ssid = "electrodragon"; |
|
| 29 | + const char *password = "electrodragon"; |
|
| 30 | + |
|
| 25 | 31 | ### ref |
| 26 | 32 | |
| 27 | 33 | Tested with arduino code, flash tested with ESPHome, but not further function tests |
SDK/ESP-SDK-dat/flash-download-tool/2024-01-24-16-49-18.png
| ... | ... | Binary files /dev/null and b/SDK/ESP-SDK-dat/flash-download-tool/2024-01-24-16-49-18.png differ |
SDK/ESP-SDK-dat/flash-download-tool/flash-download-tool.md
| ... | ... | @@ -58,4 +58,12 @@ wiring with USB-TTL cable |
| 58 | 58 | |
| 59 | 59 |  |
| 60 | 60 | |
| 61 | -5-chip efuse check fail |
|
| ... | ... | \ No newline at end of file |
| 0 | +5-chip efuse check fail |
|
| 1 | + |
|
| 2 | + |
|
| 3 | +## Upload |
|
| 4 | + |
|
| 5 | +ESP32-C3 |
|
| 6 | +- flash speed 80M |
|
| 7 | +- flash mode DIO |
|
| 8 | + |
|
| ... | ... | \ No newline at end of file |
board-series-dat/esp-relay-board/esp-relay-board-dat.md
| ... | ... | @@ -39,7 +39,14 @@ Based on NodeMCU LUA coding |
| 39 | 39 | Demo code available, open source, and support smartconfig and MQTT, please find the code below or at our dropbox page to download |
| 40 | 40 | |
| 41 | 41 | |
| 42 | +## Arduino flash |
|
| 42 | 43 | |
| 44 | + C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1/esptool.exe --chip esp32c3 --port COM162 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_749057/NWI1119-AP-1.ino.bootloader.bin 0x8000 C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_749057/NWI1119-AP-1.ino.partitions.bin 0xe000 C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9/tools/partitions/boot_app0.bin 0x10000 C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_749057/NWI1119-AP-1.ino.bin |
|
| 45 | + |
|
| 46 | +- 0x0 C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_749057/NWI1119-AP-1.ino.bootloader.bin |
|
| 47 | +- 0x8000 C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_749057/NWI1119-AP-1.ino.partitions.bin |
|
| 48 | +- 0xe000 C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.9/tools/partitions/boot_app0.bin |
|
| 49 | +- 0x10000 C:\Users\ADMINI~1\AppData\Local\Temp\arduino_build_749057/NWI1119-AP-1.ino.bin |
|
| 43 | 50 | |
| 44 | 51 | ## new |
| 45 | 52 | |
| ... | ... | @@ -47,6 +54,11 @@ Demo code available, open source, and support smartconfig and MQTT, please find |
| 47 | 54 | - https://t.me/electrodragon3/191 |
| 48 | 55 | |
| 49 | 56 | |
| 57 | +## Code and Firmware |
|
| 58 | + |
|
| 59 | +- sketch code - https://github.com/Edragon/Arduino-ESP32 |
|
| 60 | +- firmware (internal production only) - https://gitee.com/electrodragon/work |
|
| 61 | + |
|
| 50 | 62 | ## ref |
| 51 | 63 | |
| 52 | 64 | - used enclosure [[LED驱动电源塑料外壳]] |