|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
EDU Demo Code: Encoder Interfacing Using Interrupts
I'm writing a motor controller that I intend to release in the future, but because of the interest in interfacing encoders lately, I've put together a small example that shows the best way I know to interface a quadrature encoder to the EDU robot controller. With this code, I've been able to track an encoder generating a few thousand counts per second. The code can be found here: http://kevin.org/frc.
-Kevin |
|
#2
|
||||
|
||||
|
Re: EDU Demo Code: Encoder Interfacing Using Interrupts
Quote:
Very Kool.... This is definitely a great example of good programming. Once again... Very Kool. -Greg The Great |
|
#3
|
||||
|
||||
|
Re: EDU Demo Code: Encoder Interfacing Using Interrupts
Thanks!!
The more examples on how to use interrupts correctly and effectively, the better... |
|
#4
|
|||
|
|||
|
Re: EDU Demo Code: Encoder Interfacing Using Interrupts
Kevin,
Thank you for all of the great interrupt examples for the EDU controller. They have been extremely educational. I've been racking my brain all year to figure out a simple way to use an encoder that had a useful resolution. This looks like an elegant solution with the new hardware. My question is this: How does this translate to the full-size controller? I didn't see any interrupt pins on it. Would we have to use a timer? |
|
#5
|
||||
|
||||
|
Re: EDU Demo Code: Encoder Interfacing Using Interrupts
Quote:
Quote:
-Kevin |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|