Bob and I have used these on many projects. They are available from 400-1440 ppr.
http://www.usdigital.com/products/encoders/incremental/rotary/kit/e4p/
You can’t tell from the photo, but there is an ordering option with a hole in the cover so you can have the shaft run through the encoder completely, which is what it sounds like you need.
They are $25 each, and super accurate.
Hope this helps,
-Ted
I use the US Digital encoders as well.
I keep hoping that somebody will develop a board that uses
one of the nifty Hall Effect rotary sensors. These folks make
some:
<http://www.austriamicrosystems.com/eng/Products/Magnetic-Encoders/Rotary-Encoders>
and there are others.
-Wayne
Ted Larson wrote:
>
>
> Bob and I have used these on many projects. They are available from
> 400-1440 ppr.
>
> http://www.usdigital.com/products/encoders/incremental/rotary/kit/e4p/
>
> You can’t tell from the photo, but there is an ordering option with a
> hole in the cover so you can have the shaft run through the encoder
> completely, which is what it sounds like you need.
>
> They are $25 each, and super accurate.
[much snippage]
We use the Austria Microsystems encoders at work and have interfaces.
Interested?
Alan KM6VV
> -----Original Message-----
> On Behalf Of Wayne C. Gramlich
Somehow, I do not think that Di Vinci is going to repackage
their Hall effect encoders for the hobbyist market.
What I keep hoping is that somebody will design a board and
some magnets that can be attached to multiple different shaft
diameters *and* be cheaper than a US Digital E4. This may be
wishful thinking on my part, but I can hope.
-Wayne
Alan Marconett wrote:
> Wayne,
>
> We use the Austria Microsystems encoders at work and have interfaces.
> Interested?
[snippage]
I think da Vinci is dead. No, Intuitive Surgical wouldn't be interested
either!
I thought perhaps you were interested in the logic used. I momentarily
considered them, but never received samples (I do have some parts, 'tho).
Alan KM6VV
> -----Original Message-----
> On Behalf Of Wayne C. Gramlich
>
I have attempted to use them a few times, but every time there are glitches of
the variable kind on the edges.
I've seen others have the same result, but they're still around so someone seems
to be having success with them.
I've gone to optical switches almost exclusively as a result.
We were talking about rotary encoders,
http://www.austriamicrosystems.com/eng/Products/Magnetic-Encoders/Rotary-Enc
oders
These are "analog", ratio metric between two analog readings of the magnet's
flux from two directions, 90 degrees or in "quadrature".
Alan KM6VV
> -----Original Message-----
> On Behalf Of don clay
That looks good for building cheap robots with odometry! Anyone thinking an inexpensive way to do floorbot?
From: hbrob...@googlegroups.com [mailto:hbrob...@googlegroups.com] On Behalf Of Nathaniel Lewis
Sent: Tuesday, November 03, 2009 3:37 PM
> I have attempted to use them a few times, but every time there are glitches of the variable kind on the edges.
|
A Schmitt trigger can be used to clean up those waveforms.
Camp
|
Here is a quick dump on encoders:
1) In general, the more ticks per wheel revolution the better,
2) but more ticks per revolution, can overwhelm a microcontroller
that is trying to keep track of it all via interrupts, so
3) look for a microcontroller with built in quadrature encoder
hardware support, or
4) use a chip dedicated to the task like the LS7366 (a stand-alone
quadrature encoder chip with an SPI interface.) The LS7366
is extremely hard to come by (I get mine from an outfit in
NY called Gemini electronics; not fun.)
Encoders can be put directly on the wheels, or on the motors
themselves. Putting them on the motors tends to be be harder,
since most vendors do not sell motors with an extra shaft out
the back. So far, I've found the following vendors sell motors
with back shafts -- Lynxmotion, Super Droid, Solutions-Cubed,
and (new) Parallax. I'm sure there are others.
I almost always use US Digital E4 encoders; they are relatively
inexpensive and can be adapted to a large number of motor
shafts. They have a large number options, so order carefully.
It is annoying, but by the time I have finished buying the
motors, H-bridges, encoders, encoder electronics, wheels,
hubs, motor mounts and everything, I have typically burned
through $100 per motor. This feels wrong, but it is very typical.
Furthermore, there is usually some kludge required to bolt the
motors to the wheels, or encoder to the motor or some such nonsense.
Right now, my preferred motor/wheel vendor is BaneBots. There
web site is a bit confusing, but they sell nice wheels with a
nice range of sizes, nice hubs that can be used to gang up to
3 wheels per hub, motors with long shafts, bearing mounts to
provide additional shaft support, a large selection of motor
sizes and gear ratios, etc. The place where they miss is they do
not sell motors with back shafts (yet.) My solution is to
buy a compatible motor with a back shaft, install the appropriate
pinion gear and replace the motor. A standard US Digital
encoder is used and it feeds an LS7366 quadrature encoder
chip. The result is quite nice, but not particularly cheap.
-Wayne
That motor is also compatible with their GM series wheel right? It seems to have the same connector, but they do not say whether it is nor is not.
Nathaniel