I need help with this Encoder

Hello Everyone a couple of weeks I’ve bought a motor with its encoder and the problem is I can’t find anything related to this encoder

The datasheet for the motor:

and the only info about this encoder is this:

I use Arduino UNO and motor shield

So If anyone can help me with the connection of this encoder and its code that would be very helpful

Thanks in Advance.

dc_motor_sg555.jpg

encoder_dc_mot.jpg

Magnetic_Encoder_in_motor_used_in_this_tutorial.png

That is a perfectly standard quadrature encoder. Google "arduino quadrature encoder" for thousands of tutorials and project pages.

Hi,
Welcome to the forum.

Can you tell us your electronics, programming, arduino, hardware experience?

What do you want to do with the arduino, encoder and motor.
Can you post link to specs of motor driver shield please.


This page tells you what you need to know, including how to connect the encoder to the arduino.

Tom... :slight_smile:

TomGeorge:
Hi,
Welcome to the forum.

Can you tell us your electronics, programming, arduino, hardware experience?

What do you want to do with the arduino, encoder and motor.
Can you post link to specs of motor driver shield please.


This page tells you what you need to know, including how to connect the encoder to the arduino.

Tom... :slight_smile:

Thanks for your reply Tom :slight_smile:
I am a software engineer but i have a good experience with hardware and arduino

i use L298 Module Red Board "Dual H-bridge motor driver using L298
http://ram-e-shop.com/oscmax/catalog/product_info.php?products_id=3245

Features :

Double H bridge drive
Chip L298N (ST NEW)
Logical voltage 5V
Drive voltage 5V-35V
Logic current 0mA-36mA
Drive current 2A per channel (MAX single bridge)
Max power 25W
Weight 30g
Small size 434327mm ( approx 1.75" x 1.75" x 1")
Compatible with L297/L298 driver

i use a wheel with the motor and the encoder and i want to know the speed of the wheel or how many times the wheel rotated.

jremington:
That is a perfectly standard quadrature encoder. Google "arduino quadrature encoder" for thousands of tutorials and project pages.

Thanks for your reply
I searched google for days but i didn't find anything related
so if you can find one of the thousands of these tutorial that would be grateful

I searched google for days but i didn't find anything related

Do you actually expect anyone to believe that?

Try this: http://www.google.com/?q=arduino+quadrature+encoder

Study the top six or so hits. They all relate directly to your problem.