Connection arduino to tinyg through a serial port

Home Forums TinyG TinyG Support Connection arduino to tinyg through a serial port

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7362
    Factorum
    Member

    On a board diagram of tinyG there are contacts (3.3v, gnd, rx, tx). Whether there is an opportunity to connect arduino via the serial interface to tinyG that it was possible to operate tinyg?

    I design the independent milling machine without use of the computer which will carry out the same gcode. I want that arduino could give a signal on start of the program and a stop.

    #7363
    cmcgrath5035
    Moderator

    Yes, what you want to do has been done by many, but not me so details would be third hand.
    If useful, I suggest you review tinyG schematics here:

    and the go to this Forum at level:

    and use the search capability , searching on Serial or…

    Remember, tinyG is 3.3V logic, so direct wiring to UNO may not be appropriate (5V logic), but DUE probably OK (3.3V logic).
    As you will see in the schematics, the Tx Rx you see result in a “wired OR” with the ftdi output and those terminals.
    You can (carefully) use both channels simultaneously in parallel (a debugging hint)

    #7364
    alden
    Member

    The RX and TX lines on the v7 and v8 are set up to be 5v tolerant specifically so you can connect one up to an Arduino.

    Realize that you cannot use the USB and the RX/TX connection at the same time, but you may be able to “snoop” on the RX/TX with the USB. But it’s probably best to unplug the USB.

    • This reply was modified 9 years, 9 months ago by alden.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.