-
Hello @ALL, I try to send binary files (aprox. 40k) to my ESP32 (ESP32-DevKit C V4 with ESP32-WROOM).
The Script is utf-8 encoded, except the content data, which is convertet as hex-string, and sent as 1k chunks to a raw_repl commandline. This works for small files (approx. 20k) There must be a better way to do this (with thonny, I can transfer bigger files). Thanks in advance for help... PS: I'm a hobbyist, not a professional and experienced programmer |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you try to send the files from the PC, you can use mpremote as the standard tool. If you have a WiFi connection, you can as well use FTP (https://github.com/robert-hh/FTP-Server-for-ESP8266-ESP32-and-PYBD). Obviously, you have to get the uftpd.py file to the board first, using e.g. mpremote. |
Beta Was this translation helpful? Give feedback.
-
Hi Robert, |
Beta Was this translation helpful? Give feedback.
If you try to send the files from the PC, you can use mpremote as the standard tool. If you have a WiFi connection, you can as well use FTP (https://github.com/robert-hh/FTP-Server-for-ESP8266-ESP32-and-PYBD). Obviously, you have to get the uftpd.py file to the board first, using e.g. mpremote.