Re: 3-axis closed loop motion control January 14, 2017 01:53PM |
Registered: 9 years ago Posts: 5,232 |
Re: 3-axis closed loop motion control January 14, 2017 05:23PM |
Registered: 8 years ago Posts: 14 |
Quote
o_lampe
I've spent a few minutes over at hackaday and there are several ( robotic- ) projects using optical mouse sensors. They mostly failed, due to top speed of the robot or dirt/ distance to surface issues. All of that can be ignored in our application, but the max. speed might still be an issue.
The reliability of the encoder signal can be greatly improved by sensor fusion, but for 3 axis and ( several ) extruders, it takes a lot of CPU time to maintain all those sensors. Maybe an independent controller for each motor which only reports errors to the main CPU is the better way.
Re: 3-axis closed loop motion control January 14, 2017 05:46PM |
Registered: 11 years ago Posts: 14,686 |
Re: 3-axis closed loop motion control January 15, 2017 03:04AM |
Registered: 9 years ago Posts: 5,232 |
Re: 3-axis closed loop motion control January 15, 2017 08:24AM |
Registered: 8 years ago Posts: 14 |
Quote
dc42
IMO it definitely makes sense to do the motor control and sensor processing in a separate processor. You can get an ARM processor for about £0.50 now - less than the cost of an attiny - so there is no reason not to use one per motor.
Re: 3-axis closed loop motion control January 15, 2017 08:38AM |
Registered: 11 years ago Posts: 14,686 |
Re: 3-axis closed loop motion control January 15, 2017 01:29PM |
Registered: 9 years ago Posts: 5,232 |
Quote
dc42
If we can come up with a good combination of BLDC motor and control IC, I'm up for implementing the necessary support in RepRapFirmware.
Re: 3-axis closed loop motion control January 16, 2017 03:18AM |
Registered: 11 years ago Posts: 14,686 |
Re: 3-axis closed loop motion control February 07, 2017 03:52AM |
Registered: 9 years ago Posts: 5,232 |
Re: 3-axis closed loop motion control February 07, 2017 06:05AM |
Registered: 8 years ago Posts: 14 |
Re: 3-axis closed loop motion control February 07, 2017 01:32PM |
Registered: 9 years ago Posts: 5,232 |
Re: 3-axis closed loop motion control February 07, 2017 01:34PM |
Registered: 9 years ago Posts: 1,873 |
Quote
o_lampe
I've built a self balancing robot with such a sensor and it regulates so fast, you don't see or hear it.
Re: 3-axis closed loop motion control February 07, 2017 06:25PM |
Registered: 12 years ago Posts: 1,049 |
Re: 3-axis closed loop motion control February 08, 2017 02:04AM |
Registered: 9 years ago Posts: 5,232 |
Quote
I got MPU 6050 IMU hooked up
what should I measure?
Re: 3-axis closed loop motion control September 16, 2017 06:13PM |
Registered: 7 years ago Posts: 4 |
Re: 3-axis closed loop motion control September 18, 2017 03:47PM |
Registered: 12 years ago Posts: 335 |
Re: 3-axis closed loop motion control September 19, 2017 03:23AM |
Registered: 9 years ago Posts: 1,671 |
Re: 3-axis closed loop motion control October 28, 2017 04:51PM |
Registered: 7 years ago Posts: 2 |
Re: 3-axis closed loop motion control October 28, 2017 05:05PM |
Registered: 7 years ago Posts: 2 |