Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UART on 32bit Re-Arm #20

Open
oakdesign opened this issue Aug 24, 2018 · 7 comments
Open

UART on 32bit Re-Arm #20

oakdesign opened this issue Aug 24, 2018 · 7 comments

Comments

@oakdesign
Copy link
Contributor

I'm going to receive a Re-Arm in the next few days, replacing my RAMPS Atmega2560 Setup. From my Research so far there shouldn't be an issue to run my TMC2130 in SPI, the question is about the TMC2208 I'm using as well. As the Re-Arm doesn't break out the usual TX / RX Pins 40,42,44 and 63 64 65 so SW_Serial can not be used.
Could you share Information on how to possible set up and connect 2208 with Hardware Serial.

Regards Richard

@weed2all
Copy link

Any further work on this...im kinda having same issue here but with arduino due and radds shield...i will love to se this working...im only planning to use X Y Z with tmc2208

@teemuatlut
Copy link
Owner

On Re-Arm the software serial might work on different pins. Maybe on the ETH port, but I haven't tried this and I don't know if it would work.

DUE should work when used with hardware serial but SW Serial is not supported due to limited library availability.

@simonedallai
Copy link

hi I tried to connect to the driver with atmega 328 pb, but I could not because the compiler gives me error, then I tried to rewrite the bibliotabel by removing the software serial option, then the compiler did not give more error but then the 328pb not connects to the tmc2208 driver.
whereas this ustepper s lite board connected to the driver with two and three serial1 pins, zero and one are not connected how can I connect to the driver? do I have to change the library?

@teemuatlut
Copy link
Owner

Please make a new ticket as this one concerns Re-Arm. It's also a good practise to paste in the compiler error you'd like to report.

@simonedallai
Copy link

Oh I 'm sorry!

@necris38
Copy link

necris38 commented Feb 1, 2019

Hi ! I try too to declare my TMC2208 in UART mode in Marlin with my Re-arm/RAMPS board. Is it functionnal for somebody ?
TX/RX pin are descripted in "pins_RAMPS.h" but not in "pins_RAMPS_RE_ARM.h".
I don't know where to define my RX/TX pin...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants