Skip to product information
1 of 4

Axiometa

Potentiometer

Potentiometer

SKU:AX22-0004

Regular price $2.99
Regular price Sale price $2.99
Sale Sold out
Taxes included. Shipping calculated at checkout.
This AX22-sized module features a 1kΩ linear potentiometer mounted on a 22×22mm board, delivering a variable analog voltage that’s easy to read with any microcontroller. It’s useful for adjusting parameters like brightness, volume, or motor speed, and fits seamlessly into AX22 systems without extra wiring. Ideal for projects such as custom control panels, sensor calibration tools, or interactive gadgets where precise manual input is needed.
View full details
  • Technical Details

    - 22 mm × 22 mm square
    - 4× ⌀2.7 mm Mounting Holes
    - 1 kΩ ±10%
    - 1.8 V, 3.3 V, 5.0 V
    - Arduino IDE Compatible
    - MicroPython Compatible
    - MicroBlocks Compatible

    Material Datasheet 
  • Pinout

  • Interface

  • Top

  • Bottom

Arduino Example Code

example.ino
const int potPin = 8;

void setup() {
  Serial.begin(9600);
}

void loop() {
  int potValue = analogRead(potPin);

  Serial.print("Potentiometer Value: ");
  Serial.println(potValue);

  delay(10); 
}

        
  • First time setup

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • Automatic Street Lights

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • How Does an LDR work ?

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.