[RESEARCH] Motor Driver PWM (STAGE 1) #3
Closed
conner-replogle
started this conversation in
Drivetrain
Replies: 2 comments
-
We have the SPN version but the PWM specific section of this is the same. Frequency: Duty Cycle:
Using this information and assuming you use the frequency 50hz
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Where does this fit into the rover. Specific Team, and application on the team.
This will link the rover's motor controller to the individual motor drivers.
Describe the problem clearly
The motor drivers are controlled by the Motor Controller Board via PWM. The Motor Controller is a Teensy 4.1, and we will need to implement software to properly communicate to each motor driver. This involves sending commands over serial to set each motors speed.
Pulse Width Modulation (PWM) in laymans terms is a common method for sending a "speed" value to a sometype of motor driver.
Helpful Explanation
A suggest you get the basic Idea of PWM, however you do not need to be a pro because libraries exist.
Describe initial ideas on how to approach
I would suggest writing this in Arduino code and approaching the problem in this order.
Beta Was this translation helpful? Give feedback.
All reactions