Modbus TCP - Multi Devices

This commit is contained in:
Death7z
2026-04-14 14:41:00 -05:00
commit 894d35a256
1483 changed files with 238546 additions and 0 deletions

View File

@@ -0,0 +1,91 @@
Command: ninja flash
[1/6] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI\build && C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe C:/esp/v6.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/partition_table/partition-table.bin C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/modbus_tcp_esp32.bin"
modbus_tcp_esp32.bin binary size 0xc5d20 bytes. Smallest app partition is 0x100000 bytes. 0x3a2e0 bytes (23%) free.
[2/6] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI\build\esp-idf\main && C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe C:/esp/v6.0/esp-idf/components/spiffs/spiffsgen.py 0xf0000 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/spiffs C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/spiffs.bin --page-size=256 --obj-name-len=32 --meta-len=4 --use-magic --use-magic-len"
[3/6] Performing build step for 'bootloader'
[1/1] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI\build\bootloader && C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe C:/esp/v6.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/bootloader.bin"
Bootloader binary size 0x6610 bytes. 0x9f0 bytes (9%) free.
[4/6] No install step for 'bootloader'
[5/6] Completed 'bootloader'
[5/6] Running utility command for flash
esptool --chip esp32 -p COM5 -b 460800 --before=default-reset --after=hard-reset write-flash --flash-mode dio --flash-freq 40m --flash-size 2MB 0x1000 bootloader/bootloader.bin 0x8000 partition_table/partition-table.bin 0x110000 spiffs.bin 0x10000 modbus_tcp_esp32.bin
esptool v5.2.0
Serial port COM5:
Connecting....
Connected to ESP32 on COM5:
Chip type: ESP32-D0WD-V3 (revision v3.1)
Features: Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
Crystal frequency: 40MHz
MAC: cc:7b:5c:bb:d3:d4
Uploading stub flasher...
Running stub flasher...
Stub flasher running.
Changing baud rate to 460800...
Changed.
Configuring flash size...
SHA digest in image updated.
Flash will be erased from 0x00001000 to 0x00007fff...
Compressed 26128 bytes to 16572...
Writing at 0x00001000 [ ] 0.0% 0/16572 bytes...
Writing at 0x00007518 [============================> ] 98.9% 16384/16572 bytes...
Writing at 0x00007610 [==============================] 100.0% 16572/16572 bytes...
Wrote 26128 bytes (16572 compressed) at 0x00001000 in 0.9 seconds (235.6 kbit/s).
Verifying written data...
Hash of data verified.
Flash will be erased from 0x00008000 to 0x00008fff...
Compressed 3072 bytes to 118...
Writing at 0x00008000 [ ] 0.0% 0/118 bytes...
Writing at 0x00008c00 [==============================] 100.0% 118/118 bytes...
Wrote 3072 bytes (118 compressed) at 0x00008000 in 0.1 seconds (326.1 kbit/s).
Verifying written data...
Hash of data verified.
Flash will be erased from 0x00110000 to 0x001fffff...
Compressed 983040 bytes to 8848...
Writing at 0x00110000 [ ] 0.0% 0/8848 bytes...
Writing at 0x00200000 [==============================] 100.0% 8848/8848 bytes...
Wrote 983040 bytes (8848 compressed) at 0x00110000 in 5.8 seconds (1356.6 kbit/s).
Verifying written data...
Hash of data verified.
Flash will be erased from 0x00010000 to 0x000d5fff...
Compressed 810272 bytes to 530929...
Writing at 0x00010000 [ ] 0.0% 0/530929 bytes...
Writing at 0x0001c671 [ ] 3.1% 16384/530929 bytes...
Writing at 0x00024b34 [> ] 6.2% 32768/530929 bytes...
Writing at 0x0002efd4 [=> ] 9.3% 49152/530929 bytes...
Writing at 0x000351b9 [==> ] 12.3% 65536/530929 bytes...
Writing at 0x0003b006 [===> ] 15.4% 81920/530929 bytes...
Writing at 0x00040fb6 [====> ] 18.5% 98304/530929 bytes...
Writing at 0x000468d2 [=====> ] 21.6% 114688/530929 bytes...
Writing at 0x0004c04c [======> ] 24.7% 131072/530929 bytes...
Writing at 0x00051d2f [=======> ] 27.8% 147456/530929 bytes...
Writing at 0x000579c7 [========> ] 30.9% 163840/530929 bytes...
Writing at 0x0005d5b1 [=========> ] 33.9% 180224/530929 bytes...
Writing at 0x00062cd6 [==========> ] 37.0% 196608/530929 bytes...
Writing at 0x000684e5 [===========> ] 40.1% 212992/530929 bytes...