grblHAL / core

grblHAL core code and master Wiki
Other
320 stars 84 forks source link

ask 4 driver #188

Open irshadmgs011 opened 1 year ago

irshadmgs011 commented 1 year ago

Is there support for trinamic drivers on the arduino due board?

terjeio commented 1 year ago

Currently no, but it should not be too hard to add the needed lowlevel code for either SPI or UART comms (if not soft UART). You can do it?

irshadmgs011 commented 1 year ago

sorry, i don't understand low level coding

terjeio commented 1 year ago

The Due is a fairly old board and not used by many - and there are no shields available that has support for Trinamic drivers? So IMO you should instead consider bying a board that already has Trinamic support if you need this for your own machine.

irshadmgs011 commented 1 year ago

Ok thanks for telling, i will use normal driver with arduino due board, i'm considering to buy a Teensy 4.1 board

irshadmgs011 commented 1 year ago

how stable is this firmware, how many marks be given in 5?

terjeio commented 1 year ago

how stable is this firmware,

Most parts are, IMO, rock solid provided that the installation is electrically sound. Some parts, such as the latest WebUI releases, might not be - but the code will be "hardened" as usage increases and any problems are reported/fixed.

how many marks be given in 5?

In a range of 1-5? Perhaps some users can comment on that.