Arduino Resolver Module
Arduino Resolver Module
by Tiny9
Tinee9 is back with a new module. This module is Tutorial Plug and Play: Intermediate Level
called a Resolver module.
Supplies:
In the world of motor control there are various types
1: Arduino Nano
or methods of detecting position. Those method
include hall sensors, XY sensors, resolver, RVDT,
2: Resolver Module
LVDT, field directors, potentiometer, etc. Depending
on how each of these sensors are set up you can
3: Bread Board
even determine your absolute position with out even
having to save the last position to memory.
4: 9.0 Volt Battery or NScope
The module I am using can be used to demodulate an
5: Resolver
RVDT, LVDT, and Resolver but for today's purpose
will be demodulating a resolver.
6: 10x Bread board Jumper Wires
Technical Understanding: Expert Level
There are a couple of things you can do with a resolver you can demodulate a motor for motor commutation, you
can get absolute position if you do not go past the null point, and you can retrieve speed from a motor.
Where I have seen them used most is in aerospace applications of aileron, rudder, missile fin, or camera control.
They tend to be a bit pricier than a pot or hall sensor but they give you incredible resolution.
1: First you will need to place your arduino nano on a 8: Connect the Resolver EX- wire to EX- on the
bread board Resolver Module
2: You need to hook up the 5V Pin on the Arduino to 9: Connect the Resolver COS+ wire to COS+ on the
the +3V3 Pin and 5V pin on the Resolver Module Resolver Module
(The module can have a supply of 3.3V while giving a
5V excitation on the resolver) 10: Connect the 2 Resolver RCOM wires to RCOM
on the Resolver Module
3: Connect RTN on the Arduino to the RTN on
Resolver Module 11: Connect the Resolver SIN+ wire to SIN+ on the
Resolver Module
4: Connect the D9 on the Arduino to the PWM on the
Resolver Module 12: Hook up 9V Battery to RTN (-)and VIN (+)
5: Connect A0 on the Arduino to MCU_COS+ on the 13: Or Hook up Nscope +5V to 5V Pin on Arduino
Resolver Module and RTN on Nscope to RTN on Arduino
Enjoy rotating the resolver and learning how the resolver works and what applications you could use this resolver
module.