Talk32. A tool to move files and run code on ESP32 microcontrollers from your computer.

github.com/antirez/talk32

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2024
  • run subcommad: add delay between writes to make it more reliable.
  • Fix GET file len reporting.
October 2023
  • We need an even smaller default buffer for binary files + certain bro…
  • Fix put with certain USB-serial drivers.
March 2023
  • Put is more stable with smaller write buffer.
  • Log writes in debug mode.
February 2023
  • --destname option for put command.
  • README: add examples.
  • Ability to put files into specific directories.
  • put: ability to send multiple files.
  • mkdir implemented.
  • rm command: show error / success message.
  • run: inform the user of long run instead of exiting.
  • ls command improved.
  • del as alias of rm.
  • Merge pull request #2 from eriol/fix-compilation-on-linux
  • Include stdint.h header to fix compilation on linux
  • Comment that we assume little endian, without fixing.
  • Get implemented.
  • Cleaner run subcommand output.