Projet universitaire : Contrôle ESP32 pour Prusa i3 MK3S
Hello everyone,
I hope everything is going well for you. I am working on a university project. I have to use and control the 3D printer with ESP32. I have done the basics. I have managed to connect the 3D printer. I have also designed the mechanical structure.
Now I'm stuck. I have to design a code panel for the printer. The user enters the code in machine language and the ESP32 converts this code into action.
I am using this ESP32 model: https://www.theengineeringprojects.com/2020/12/esp32-pinout-datasheet-features-applications.html
These 3D printers: https://www.amazon.com/Original-Prusa-Beginner-Friendly-Filament-Removable/dp/B0D2HXHNG6/ref=sr_1_4?dib=eyJ2IjoiMSJ 9.k2WGJpY1hDd32O2K03LhVPZijoX-QROziCMCxVvbMoebGlaPd7gzcRACwnAa4IZRDbzPfAgTMU437-7pr_pw6PXjkgrgDtVG5tijko53vwQImnAZ9 _Mvly562STU9AiYN-cdEn49IVIKAqEuYFwPDH0pTJiaow1VY2LZqQuupAvN3AaXIRMzlC-tM_SpOcfYCe2zj2Glvz5CywA_qzQd3EYnsiC47xhNgq6Rp 6ztszcQ.jUoYXwB3GD_57W_12Yo7hPClSWtJZANbhVE0z8hecbE&dib_tag=se&keywords=Prusa+mini+3D+Printers&qid=1732522825&sr=8-4
I am a beginner, so can you tell me if I am using the right components and how they work? I would be grateful for any help.
RE: Projet universitaire : Contrôle ESP32 pour Prusa i3 MK3S
bonjour, j'ai besoin d'aide
Are you trying to replace the printer's control electronics or is this some sort of automated printer server?
The ESP32 is already looking a little outdated, especially in onboard memory. For an easier programming cycle and some additional future proofing the Raspberry Pico might be a better choice.
Cherio,