element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Sensors
  • Technologies
  • More
Sensors
Sensor Forum Magnetic Rotary Position Sensors
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Sensors to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 14 replies
  • Subscribers 344 subscribers
  • Views 1856 views
  • Users 0 members are here
Related

Magnetic Rotary Position Sensors

Workshopshed
Workshopshed over 12 years ago

I'm hoping to evaluate the AS5048B sensor for a rotary table solution.

 

http://www.ams.com/eng/Products/Magnetic-Position-Sensors/Rotary-Magnetic-Position-Sensors/AS5048B

 

There's a bullet point on the description that reads:

 

"Angle accuracy 0.05°after system linearization and averaging"

 

I understand about averaging but what is mean by system linearization and how would I go about doing that?

 

Has anyone used this model or others in the series? Product LinkProduct Link

  • Sign in to reply
  • Cancel

Top Replies

  • Workshopshed
    Workshopshed over 12 years ago in reply to Workshopshed +1
    Bit more progress on the test rig http://www.workshopshed.com/2013/06/magnetic-sensor-test-rig.html
Parents
  • Problemchild
    Problemchild over 12 years ago

    The Magnet and Hall sensor device arrangement has been used for retrospective feed back on servos like in the open servo project.

    In the case of Servos the feedback was normally a standard resistor which obviously got worn out using the hall sensors for feedback got rid of this problem.It may well be worth looking at what they did since it's open source.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Workshopshed
    Workshopshed over 12 years ago in reply to Problemchild

    Hi John, thanks for the suggestion, 

     

    There's a few interesting links I found via the "Open Servo Project" and there's lots of useful advice to read from there too.

     

    http://hackedgadgets.com/2008/11/19/open-stepper-project/

    http://www.jaredharvey.com/

     

     

    The Open Server forums do discuss hall sensors in detail and also the chips I've been looking at here.  They even have a project called the "Open Encoder" which looks at these chips in detail so many thanks for the mentioning that project

     

    http://www.openservo.com/forums/viewtopic.php?t=766

    http://www.openservo.com/forums/viewtopic.php?t=940

     

    Cheers

     

    Andy

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Problemchild
    Problemchild over 12 years ago in reply to Workshopshed

    I'm glad you found it useful. The chappy has a good line in 3D printers and Hexapods as well so his site's worth a look at.

    Also he does custom code for hire so there might be a solution if this project is more comercial.

     

    Also if you have a reduction drive driving the table you could measure the angular change at the drive motor end  and since that rotates many times for each rotation of the table you will get a corresponding improvement in accuracy.  Another idea is maybe to use 2 mag sensors and thus average the values between them somewhat reducing the noise floor?!

     

    have a look at my blog on the guy doing the optical alignment ..you may be able to get some ideas from here too

     

    hope that helps... John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Workshopshed
    Workshopshed over 12 years ago in reply to Problemchild

    Cheers John, will look at that video for optical localisation. I did think about using two sensors to compensate for accuracy. As it stands I have no space for a reduction drive but perhaps I might have room for one in a second version.

     

    I found a technique/algorithm for the averaging around 360° http://rosettacode.org/wiki/Averages/Mean_angle so that should be easy to port to my microcontroller.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Workshopshed
    Workshopshed over 12 years ago in reply to Problemchild

    Cheers John, will look at that video for optical localisation. I did think about using two sensors to compensate for accuracy. As it stands I have no space for a reduction drive but perhaps I might have room for one in a second version.

     

    I found a technique/algorithm for the averaging around 360° http://rosettacode.org/wiki/Averages/Mean_angle so that should be easy to port to my microcontroller.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Workshopshed
    Workshopshed over 12 years ago in reply to Workshopshed

    The optical video did give me a slightly more low tech idea for calibration.

     

    If I mount a laser pointer on the device and have a scale along a distant wall then I should be able to accurately measure angles, like this:

     

    http://www.robotroom.com/StreamHawk-Wireless-Explorer-Robot5.html

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Problemchild
    Problemchild over 12 years ago in reply to Workshopshed

    Indeed often you need to rethink the problem until it can be implemented with the kit at hand or with alternative methods ..good call

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube