3D printer control / ESP32-WROVER

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
chMK
Posts: 4
Joined: Sat Mar 30, 2019 5:59 pm

3D printer control / ESP32-WROVER

Post by chMK » Sun Nov 24, 2019 11:34 pm

Hi, it‘s been a while.

I was wondering - due to two fast cores, beefy flash and RAM - wouldn’t it be possible to build the middleware for 3D printers in uP with all its perks and use a seperate RTOS task for Marlin -> step/dir or even UARTs? My uneducated guess is that the UART could be multiplexed to n TMC drivers.

I do take no for an answer :-)

Post Reply