Hello to all,
I'm tryin to use a DC motor with Motion controller which connected to Arduino NICLA.
( FAULHABER Series MC 3001 P - Motion controller
FAULHABER Series 1028 ... B - DC motor )
I downloaded and installed the libraries but I'm stuck on the code writing.
I'm not sure how to call to the libraries or how to use it.
In general, I want to controll the rotation of the motor through the Bluetooth of the NICLA.
I will be happy to get some help .
Thanks alot
xfpd
March 8, 2023, 3:05am
2
This page has a lot of good starting sketches that need no hardware. Try them out. Manipulate them. Get to know your NICLA... then find a DC motor control sketch (tutorial?) that is close to what you need, and post it here, with questions.
Thanks for responding.
I know my NICLA, I did many basic things but I can't find anything about how I use the Faulhaber motor & driver with the Arduino, I only found examples of other motors with the L298 driver which I don't use.
xfpd
March 8, 2023, 1:20pm
4
roeibar22:
Faulhaber
This post was communicating with the devices:
Hello,
I have a faulhaber motion controller: https://www.faulhaber.com/en/products/series/mcdc-3006-s/
I have the RS232 port connected to the Rx and Tx of the arduino through a MAX232. I would like to send commands from the arduino to the faulhaber motion controller.
General Overview: Faulhaber motion controllers are controlled by set of commands, such as:
-V1000 = Starts clockwise rotation of motor at 1000rpm.
-POS = Gets actual numerical position of motor.
-SP5000 = Sets maximum speed to…
If you are communicating with your devices, their web site probably has your datasheet with examples under Download and Application Notes.
There is always their software support line.
Hello to all,
I'm tryin to use a DC motor with Motion controller which connected to Arduino NICLA.
( FAULHABER Series MC 3001 P - Motion controller
FAULHABER Series 1028 ... B - DC motor )
I downloaded and installed the libraries but I'm stuck on the code writing.
I'm not sure how to call to the libraries or how to use it.
In general, I want to controll the rotation of the motor through the Bluetooth of the NICLA.
I will be happy to get some help .
Thanks alot