# Breadboard Compatible Potentiometer (10k Ohm)

**Type:** Product page · **SKU:** CE09096 · **Brand:** [Core Electronics](https://core-electronics.com.au/brands/core-electronics-australia)
**Page:** https://core-electronics.com.au/breadboard-compatible-potentiometer-10k-ohm.html ([markdown](https://core-electronics.com.au/breadboard-compatible-potentiometer-10k-ohm.html.md))

An ergonomic breadboard compatible Potentiometer

## Pricing

- **Price:** $0.77 (inc GST) — $0.70 AUD, exc GST
- **Quantity discounts:** 25+ $0.66 (exc GST) · 50+ $0.63 (exc GST) · 100+ $0.59 (exc GST)

## Availability & dispatch

- Available with a lead time — expect dispatch between Aug 21 and Aug 25.

## Description

If you need to adjust voltages in your project use a potentiometer, the staggered legs make for a stable fit in a breadboard!

This 10k potentiometer is perfect for user interfaces and making voltage adjustments in your project easy, check out [our guide on potentiometers and reading them with the Arduino Uno](https://core-electronics.com.au/guides/arduino/potentiometers-and-the-arduino-uno/)!

### Specifications:

- Model: 3386P-1-103
- Power (Watts): 0.5W, 1/2W
- Tolerance: ±10%
- Number of Turns: 1
- Adjustment Type: Top Adjustment
- Resistive Material: Cermet
- Adjustable Range: 0-10K Ohms
- Mounting Type: Through Hole
- Size / Dimension: Square - 0.375" x 0.375" Face x 0.190" H (9.53mm x 9.53mm x 4.83mm)
 
Note: 0.5W is the total max disipation, including any low resistance areas of the potentiometer.

### Examples

#### Raspberry Pi Pico - Micropython

 ```
from machine import ADC, Pin
import time

pot = ADC(Pin(26))  # Create an ADC object on pin 26 (ADC0)

while True:
    reading = pot.read_u16()  # Read the value from the sensor
    print("Potentiometer reading:", reading)
    time.sleep_ms(500)  # Wait for half a second before reading again

```

![](https://core-electronics.com.au/media/wysiwyg/product_info/makerverse-potentiometer-example-wiring.png)![](https://core-electronics.com.au/media/wysiwyg/product_info/makerverse-potentiometer-example-wiring.png)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/C/E/CE09096-1.jpg)
