> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# 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.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=CE09096:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/CE09096:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## 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)
