makerbase-mks / MKS-TinyBee

MKS TinyBee is a mainboard for 3d printing, based on ESP32 module
GNU General Public License v3.0
109 stars 111 forks source link

Sensorless homing and TMC2209, is it possible using tinybee? #94

Open VampireCrab83 opened 1 year ago

VampireCrab83 commented 1 year ago

I cant find any useful reference. Any ideas? Thanks.

PanosPetrou commented 1 year ago

I think it's unlikely. This board can't communicate with the drivers using UART, so most likely it's not possible. You can use these drivers (and others) in standalone mode only. Keep in mind while sensorless homing is "cool", it's a lot more inaccurate compared to regular homing with microswitches.

vfbank commented 1 year ago

Unfortunately, we can only support STEP/DIR and SPI, so this feature cannot be used.