Alternatives to TINYG Controller Board

Post Reply
hersham3096
Posts: 1
Joined: Thu Jan 28, 2021 8:41 pm

Alternatives to TINYG Controller Board

Post by hersham3096 »

Dear All

Is it if I replace the TINYG controller board with GRBL 4Axis Stepper Motor Controller.
I would greatly appreciate it if someone could help me out with the changes that are required when using an alternative controller

Link for GRBL 4Axis Stepper Motor Controller
https://www.aliexpress.com/item/4000210 ... web201603_


Link for TINYG wiring-diagram
http://www.levimosley.com/dir/wp-conten ... Wiring.jpg

Thanks in Advance
Adam
JuKu
Site Admin
Posts: 1110
Joined: Thu Feb 14, 2013 3:06 pm
Location: Tampere, Finland
Contact:

Re: Alternatives to TINYG Controller Board

Post by JuKu »

I’ll be happy to. You need to know how to:

- Do motors setup. You don’t necessarily have to be able to do setup programmatically, and for a one-off project, that is would be most likely unnecessarily tedious anyway. But you need to do setup.

- Control two output lines (for pump and the valve) from the program

- Get immediate feedback when the machine has done the movement the program commands

- reconfigure limit switches programmatically (for the z probe to work)

And then do the corresponding changes to the software.
murthy_rajesh
Posts: 1
Joined: Mon Jan 02, 2023 9:31 am

Re: Alternatives to TINYG Controller Board

Post by murthy_rajesh »

Dear All,

Greetings for the new year!

I found a new Arduino Due version of Tiny G named Tiny G2 which seems compatible with Tiny G.
Can someone confirm weather this can be used with Liteplacer (software).

The link to G2 is :
https://github.com/synthetos/g2

Thanks.
-Rajesh Murthy.
Last edited by murthy_rajesh on Mon Jan 02, 2023 10:33 am, edited 1 time in total.
JuKu
Site Admin
Posts: 1110
Joined: Thu Feb 14, 2013 3:06 pm
Location: Tampere, Finland
Contact:

Re: Alternatives to TINYG Controller Board

Post by JuKu »

murthy_rajesh wrote: Mon Jan 02, 2023 10:30 am Dear All,

Greetings for the new year!

I found a new Arduino Due version of Tiny G named Tiny G2 which seems compatible with Tiny G.
Can someone confirm weather this can be used with Liteplacer (software).

The link to G2 is :
https://github.com/synthetos/g2

Thanks.
-Rajesh Murthy.
I don't believe that another, non-supported board would work directly. depending on details, the conversion might or might not be easy. If you want to adapt the software to another board, please talk to me. Iäll be happy to assist, provide support and even some code to test.
Post Reply