Skip to content

dgjohnson/AS5600Knob

Repository files navigation

A cheap, 3D printed absolute position encoder knob based on a low-cost AS5600 breakout module.

Demo firmware using a TTGO T-Display ESP32 board is provided (PlatformIO Arduino).

See how it works:

Parts needed

  • AS5600 module (R1 removed to run at 5V)
  • 4x M3x6 screws with countersunk head
  • 608 "skateboard" bearing
  • 4mmx2mm axial magnet
  • 3D printed parts (see below)

Note: R1 is removed on the AS5600 module in order to run it at 5V instead of 3.3V, which I found was more reliable and stable. No level-shifting is needed to connect to an ESP32 at 3.3V since it uses I2C.

I used a 4mm axial magnet instead of a diametric magnet because the AS5600 module I bought didn't come with a proper diametric magnet. You could modify the design to mount a diametric magnet aligned axially with the knob instead, if you have one.

3D Printed Parts

Download the Fusion 360 design file here or preview it in your browser.

Base Plate

Print settings:

  • 0.2mm layers

Download STL file

Bearing Mount

Print settings:

  • 0.15mm layers (finer layers for small details of tabs)

Download STL file

Knob

Print settings:

  • Seam: rear (seam is aligned with index notch to reduce visibility)
  • I used hilbert curve bottom infill for a cooler top surface pattern (see 2nd photo above)
  • 0.2mm layers

Download STL file

License

Copyright 2021 Scott Bezek

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Cheap 3D Printed Absolute Encoder Knob

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%