Go to advanced search

by Slim1996
Thu Feb 27, 2020 9:31 pm
Forum: Beginners
Topic: How can i connect Raspberry PI 4 with Arduino uno ?
Replies: 6
Views: 343

Re: How can i connect Raspberry PI 4 with Arduino uno ?

Hello ! I have a project for educational purpose, the project runs a 3 step motors with 3 axes (X,Y,Z) the motors will be running via Arduino That sound a bit like a 3D printer or CNC. Typically an Arduino or similar runs a program that interprets g-code (e.g. Marlin) and moves the motors according...
by Slim1996
Thu Feb 27, 2020 9:24 pm
Forum: Beginners
Topic: How can i connect Raspberry PI 4 with Arduino uno ?
Replies: 6
Views: 343

Re: How can i connect Raspberry PI 4 with Arduino uno ?

If you want to run the stepper motors using the pi4, not the Arduino, there are several python libraries for stepper motors, so you could recreate the sketch (Arduino) functionality in python. Which stepper motors are you using? I am currently using the nema 17 stepper motor. I want to run the step...
by Slim1996
Thu Feb 27, 2020 9:18 pm
Forum: Beginners
Topic: How can i connect Raspberry PI 4 with Arduino uno ?
Replies: 6
Views: 343

Re: How can i connect Raspberry PI 4 with Arduino uno ?

After plugging in the Arduino you should normally have a new serial port named "/dev/ttyUSB0" or "/dev/ttyACM0" or maybe "/dev/ttyACM1". My preferred way to find the exact name is, to let the Pi boot, plug in the Arduino and then look at the last lines from the output of the command "dmesg". I will...
by Slim1996
Thu Feb 27, 2020 12:43 am
Forum: Beginners
Topic: How can i connect Raspberry PI 4 with Arduino uno ?
Replies: 6
Views: 343

How can i connect Raspberry PI 4 with Arduino uno ?

Hello ! I have a project for educational purpose, the project runs a 3 step motors with 3 axes (X,Y,Z) the motors will be running via Arduino ( i tried to run the motors with the old fashion way with Arduino and it worked perfectly fine ) my problem is how can i run those motors using the Raspberry ...

Go to advanced search