logo elektroda
logo elektroda
X
logo elektroda

ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information

p.kaczmarek2 78 0
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
📢 Listen (AI):
  • ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    ESPConnect is an advanced tool for managing ESP family microcontrollers without having to install desktop applications. It allows you to read and upload the contents of the chip's Flash memory. It allows you to view detailed device information such as chip family, MAC, flash size and timing. It also has an extensive file system manager (SPIFFS, LittleFS and FATFS) with file viewing, writing and reading. ESPConnect offers a graphical representation of the layout of flash partitions and tools to back them up or restore them.

    Let's test this tool with ESP32-S3-Touch-LCD-4.3 .
    Connect the board to the computer, open the tool window . The serial port is selected:
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    Immediately everything becomes clear - we see information about the CPU itself, the size of the flash memory, the capabilities of the chip, the size of the external PSRAM bone and even the flash ID.
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    Similarly, we have information about flash security and the USB-UART connection:
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    In the partitions tab we have partitions from the flash format:
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    In the app tab we have information about the program, how it was compiled, etc:
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    SPIFFS allows you to manage the file system on your device. The whole idea is that we have to back up all the memory first, so we are unlikely to lose anything, even if we mess up something.
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    In Flash Tools we have the usual firmware write and read operations:
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    Serial monitor is simply a serial port console - RealTerm is no longer needed:
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information
    The Session Log, on the other hand, tells us what the ESPConnect was doing - you can view there what was read, what went wrong, etc:
    ESPConnect - a convenient tool for ESP8266/ESP32 in the browser - flash, partitions, information

    In summary, the tool looks very promising. The whole thing is very fresh, looking at GitHub it appeared about 3 weeks ago, but in my case it even has a chance to replace esptool. Everything in one place, convenient and accessible.
    And what is your opinion? Which tools for ESP do you use?

    Tool in question:
    https://thelastoutpostworkshop.github.io/microcontroller_devkit/espconnect/
    Project repository:
    https://github.com/thelastoutpostworkshop/ESPConnect

    Cool? Ranking DIY
    Helpful post? Buy me a coffee.
    About Author
    p.kaczmarek2
    Moderator Smart Home
    Offline 
    p.kaczmarek2 wrote 13467 posts with rating 11296, helped 617 times. Been with us since 2014 year.
  • ADVERTISEMENT
📢 Listen (AI):
ADVERTISEMENT