Thrifty Nova
  • Software Resources
    • Getting Started
    • Configure Controller Settings
      • Factory Default
      • Motor Type - Minion Setting
      • Inverting the Motor
      • Brake Mode
      • Maximum Output
      • Ramp Up/Ramp Down
      • Current Limiting
      • Soft Limits
      • Hard Limits
      • Setting Encoder Position
      • Follower Mode
    • Configure Onboard PID
    • Configure CAN Frequency
    • IO Signal Management
    • Set Output
    • Logging
    • Get Feedback
    • Unit Conversions
    • Subsystem Examples
      • Simple Elevator Example
      • Swerve Module Example
      • Simple Arm Example
  • Electrical Resources
    • Wiring the Thrifty Nova
    • LED Color Codes
    • Brushless Hall Sensor Connector
    • USB Communications
    • 10 Pin Data Connector
      • Intro to Sensors
      • Sensor Hat
      • Motor Runner Board
    • Hard Reset
  • Mechanical
    • Mounting Options
  • Software Releases
    • Software Releases
  • Thrifty Config
    • Thrifty Config Demo Video
Powered by GitBook
On this page
  • Limit Switches
  • Uses:
  • Quadrature Encoders
  • How They Work:
  • Absolute Encoders
  • PWM Index Pin Absolute Encoders
  • Analog Absolute Encoders
  • How They Work:
  • Uses:

Was this helpful?

Export as PDF
  1. Electrical Resources
  2. 10 Pin Data Connector

Intro to Sensors

Previous10 Pin Data ConnectorNextSensor Hat

Last updated 6 months ago

Was this helpful?

Limit Switches

A limit switch is a device that detects the presence, absence, or position of an object by opening or closing an electrical circuit when a physical force is applied to its actuator (like a lever or button).

The Thifty Bot sells a normally closed version of this called the Thrifty Hall Effect, which is a contactless magnet-based limit switch that is omnidirectional with an LED for user feedback. For more info, see the product page

Uses:

  • Position Sensing: Detects when the system reaches the end of its range.

  • Safety: Stops motors if the system they control moves into an unsafe position.

  • Protection: Prevents parts from moving too far and getting damaged.


Quadrature Encoders

Quadrature encoders are sensors that measure the position, speed, and direction of a rotating object using two signals that are 90 degrees apart.

How They Work:

  1. Signal Generation: The rotating shaft produces two square waves.

  2. Direction Detection: The order of the signals shows which way the shaft is turning.

  3. Position Counting: Counts the pulses of the signals to determine position.

  4. Resolution: More pulses per revolution mean more accurate measurements.


Absolute Encoders

Absolute encoders provide a unique position value for each shaft angle, ensuring that the exact position is always known, even after a power cycle.

PWM Index Pin Absolute Encoders

These encoders use Pulse Width Modulation (PWM) to convey position information. The position is encoded in the width of the pulses generated by the index pin.

How They Work:

  1. Signal Generation: The encoder generates pulses with varying widths corresponding to the shaft's position.

  2. Position Detection: The width of the PWM signal is measured to determine the exact position of the shaft.

Uses:

  • Precise Positioning: Ideal for applications requiring accurate and repeatable positioning. Think about controlling a swerve module's rotation or an arm's position.


Analog Absolute Encoders

These encoders provide position feedback as a continuous analog signal, typically a voltage or current that varies linearly with the position.

How They Work:

  1. Signal Generation: The encoder produces a continuous analog signal (in the Nova's case, 0-3.3V) proportional to the shaft position.

  2. Position Detection: The control system reads the analog signal to determine the exact position.

  3. Continuous Feedback: Provides smooth and continuous position information.

Uses:

  • Precise Positioning: Ideal for applications requiring accurate and repeatable positioning. Think about controlling a swerve module's rotation or an arm's position.

The Thrifty Bot sells one of these, and more info can be found at the product page

here.
here.