I would think the encoders would be on the shaft that is geared down?
if so, that would make them easier to handle.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+unsubscribe@googlegroups.com.
To post to this group, send email to hbrob...@googlegroups.com.
Visit this group at https://groups.google.com/group/hbrobotics.
For more options, visit https://groups.google.com/d/optout.
I would think the encoders would be on the shaft that is geared down?
if so, that would make them easier to handle.
I haven't worked with it in quite a while, but I seem to remember that the timers in my STM32F070 had a quadrature encoder mode that would handle the encoder input and increment or decrement the timer's counter without triggering an interrupt, and then I could read the counter from software as frequently or infrequently as I wanted, and wasn't worried about losing ticks.
I think you can also get similar encoder receiver peripherals that handle the counting for you, and I've heard that some of the PICs and other microcontrollers have similar built-in peripherals.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+...@googlegroups.com.
To post to this group, send email to hbrob...@googlegroups.com.
Neat chip!
On findchips I could only find one source for $25 each.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+unsubscribe@googlegroups.com.
Makes sense.
I would use a P8X32A if I needed quadrature encoding that fast.
Or reduce the PID update rate to 1Hz or less.
--
--
You received this message because you are subscribed to a topic in the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/hbrobotics/miAIp0Dm8Yo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hbrobotics+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+unsubscribe@googlegroups.com.
To post to this group, send email to hbrob...@googlegroups.com.
And can be used to navigate, but what do you do when the ticks overflow ?
Do you reset this counter or counters at some point, and why ?
Or when the wheels change direction, you subtract ticks ?
What if it's a spin in place type deal, so one wheel is counting up and the is counting down ?
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+unsubscribe@googlegroups.com.
To post to this group, send email to hbrob...@googlegroups.com.
Visit this group at https://groups.google.com/group/hbrobotics.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+unsubscribe@googlegroups.com.
To post to this group, send email to hbrob...@googlegroups.com.
Visit this group at https://groups.google.com/group/hbrobotics.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/hbrobotics/miAIp0Dm8Yo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to hbrobotics+unsubscribe@googlegroups.com.
--
--
----- Original Message -----From: Chris Albertson
--
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+unsubscribe@googlegroups.com.
>>>> an email to hbrobotics+unsubscribe@googlegroups.com.
>>>> To post to this group, send email to hbrob...@googlegroups.com.
>>>> Visit this group at https://groups.google.com/group/hbrobotics.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "HomeBrew Robotics Club" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to hbrobotics+unsubscribe@googlegroups.com.
>>> To post to this group, send email to hbrob...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/hbrobotics.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>>
>> --
>>
>> Chris Albertson
>> Redondo Beach, California
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "HomeBrew Robotics Club" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to hbrobotics+unsubscribe@googlegroups.com.
>> To post to this group, send email to hbrob...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/hbrobotics.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "HomeBrew Robotics Club" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to hbrobotics+unsubscribe@googlegroups.com.
> To post to this group, send email to hbrob...@googlegroups.com.
> Visit this group at https://groups.google.com/group/hbrobotics.
> For more options, visit https://groups.google.com/d/optout.
--
Chris Albertson
Redondo Beach, California
--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hbrobotics+unsubscribe@googlegroups.com.
Hi Chris,Found some interesting reading about motors controllers.
Tips-Motor-Control-using-PWM-and-PID