Luc
Luc
There several area of refactoring in the code they are currently not mandatory but need to be addressed one day, so the purpose it to track them here as they...
People using auto responder is ok but using autoresponder for email used in github will generate noise to repository and all users watching this repository. So any autoreponder to github...
Hi, The configurator for ESP3D 3.0 is available here https://luc-github.github.io/, it is now in beta state, texts are not final and no translations yet but it is fully operational, it...
Current protocol between printer and ESP3D use raw serial which is ok for GCODE communication but no really efficient for file transfer More over if some output come from printer...
as suggested by @cyberiano https://github.com/luc-github/ESP3D/pull/708#issuecomment-1047456970 the issue is to fit all data in 3 slots : (not including message content) Token 1 = 63 chars (hidden in settings) Token 2...
Here my testing configurations matrix for reference, any other hardware feel free to feedback I can add : I will add features tested after the first test, also I have...
I think it would be very informative to bench the speed of upload / download a file using FTP / WebDav / Webserver to LocalFS / SD on ESP32 and...
I got several request for unsupported user cases adding some scripting would be a flexible solution like https://github.com/fdu/ESP8266-Arduino-Lua may be use a dedicated task on esp32 for it for esp8266...
Time to define what host feature will be: Basic description 1 - Read Gcode from SD 2- Send GCODE to printer FW via Serial 3 - Wait for ack 4...
* There is nice library for esp32 that seems more close in feature from esp8266 than current embedded esp32 https://github.com/fhessel/esp32_https_server Seems even support async way and several clients - need...