ESP3D-TFT

What is ESP3D-TFT ?

ESP3D-TFT is a firmware for ESP32 boards from espressif with a TFT and a SD Card, allowing to control a 3D Printer or CNC by serial or USB depending of ESP32 board used.

Firmware support different target firmwares according version.

There is not yet currently any production version, but only one development version - actively developed.

Cybersecurity concerns

If you plan to have access to you ESP from outside of your private network than you need to apply some basic security rules to avoid anybody to be able to access your ESP.

Disclaimer : this is for reference - you are responsible of your board and internet network, we are not responsible for any damage to any of your network appliances.

Recommendations

Following steps must be done before your ESP is visible from public internet:

  • Activate authentication in comfiguration file before flashing
  • Change default user and password (this can be done with commands or webui)

Is also strongly recommended to:

  • Use strong passwords
  • Use unique passwords, not same as for other accounts
  • Change password regularly
  • Configure box to redirect a different port than 80 to the port 80 of ESP
  • Use DMZ feature of your box

Additional tips

  • Remember the web server is not https, this means the server will never be fully secure. In particular, avoid to connect to your printer from any public network you do not own. Stick to your 4G network or other safe places to avoid MITM attack