> **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

# SparkFun Qwiic Navigation Switch

**Type:** Product page · **SKU:** PRT-27576 · **Brand:** [Sparkfun](https://core-electronics.com.au/brands/sparkfun-australia)
**Page:** https://core-electronics.com.au/sparkfun-qwiic-navigation-switch-5-way-tactile-i2c.html ([markdown](https://core-electronics.com.au/sparkfun-qwiic-navigation-switch-5-way-tactile-i2c.html.md))

The SparkFun Navigation Switch adds a small, joystick-like 5-way tactile switch to your I2C bus! When connected to a microcontroller, push the 5-way...

## Pricing

- **Price:** $16.60 (inc GST) — $15.09 AUD, exc GST
- **Quantity discounts:** 5+ $14.64 (exc GST) · 25+ $14.34 (exc GST) · 100+ $13.74 (exc GST)

## Availability & dispatch

- Out of stock — the product page offers email notification when it returns.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=PRT-27576: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/PRT-27576: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

## Product Overview

The SparkFun Navigation Switch adds a small, joystick-like 5-way tactile switch to your I2C bus! When connected to a microcontroller, push the 5-way tactile switch toward a direction (up, down, left, right, or center) to provide additional input for your application. The built-in RGB status LED provides visual feedback indicating when a switch is pushed.

Populated on the board is a [5-way tactile switch](https://core-electronics.com.au/search/?q=10063). Each direction includes a momentary switch that is read by the PCA9554 8-bit I2C I/O expander and notifies the microcontroller when a switch is pushed. The microcontroller will then provide visual feedback by writing to the non-addressable RGB LED. Each channel of the RGB LED can be disconnected from the PCA9554's GPIO and connected to a different input. An interrupt pin is also broken out to notify your microcontroller when a state has changed quickly. We've also included an LED for power. Utilizing our handy Qwiic system, no soldering is required to connect it to the rest of your system. However, Sparkfun still have broken out 0.1"-spaced pins if you prefer a breadboard.

If you need multiple Qwiic Navigation Switches for your project, fear not! Each board has a configurable I2C address, so you can daisy-chain multiple Navigation Switches over Qwiic and address each individually.

We've written a basic example for the Qwiic Navigation Switch in our GitHub Hardware repository. You will need the [SparkFun I2C Expander Arduino Library](https://github.com/sparkfun/SparkFun_I2C_Expander_Arduino_Library) to read or write to the PCA9554's eight separate I/O pins. You can download the library through the Arduino library manager by searching 'SparkFun I2C Expander Arduino Library', or you can get the GitHub repo as a .zip file and install the library from there.

This board is great for projects requiring additional input switches. Add a Qwiic Navigation Switch to your project when navigating a menu, or even add it to a small remote to control a robot!

## Features &amp; Specs

- Input voltage: 3.3V
- 5-way tactile switch
- PCA9554 8-bit I2C I/O expander
- 2x Horizontal Qwiic connectors
- 2.2kO I2C pull-up resistors
- Breakout PTHs
    - GND: Ground
    - 3V3: 3.3V
    - SDA: I2C Data
    - SCL: I2C Clock
    - INT: Interrupt, active low
    - 5: GPIO5
    - 6: GPIO6
    - 7: GPIO7
- LEDs
    - RGB non-addressable status
    - Red power
- Jumpers
    - Power LED: PWR
    - GPIO7/Red LED: 7
    - GPIO6/Green LED: 6
    - GPIO5/Blue LED: 5
    - I2C pull-up resistors: I2C
    - I2C selectable address (ADR2, ADR1, ADR0)
        - 0x20 (Default): 000
        - 0x21: 001
        - 0x22: 010
        - 0x23: 011
        - 0x24: 100
        - 0x25: 101
        - 0x26: 110
        - 0x27: 111
- Board Dimensions: 1.0in. x 1.0in. (25.4mm x 25.4mm)
- Weight: 2.6g

## Documentation

- [Schematic](https://core-electronics.com.au/attachments/localcontent/SparkFun_Qwiic_Navigation_Switch_v11_Schematic_663372ff563.pdf)
- [KiCad Files](https://core-electronics.com.au/attachments/localcontent/SparkFun_Qwiic_Navigation_Switch_v11_23207e35e47.zip)
- [3D Model](https://docs.sparkfun.com/SparkFun_Qwiic_Navigation_Switch/assets/3d_model/SparkFun_Qwiic_Navigation_3d_model.step)
- [Board Dimensions](https://core-electronics.com.au/attachments/localcontent/SparkFun_Qwiic_Navigation_Switch_Board_Dimensions_44019f152b8.png)
- [Hookup Guide](https://docs.sparkfun.com/SparkFun_Qwiic_Navigation_Switch/)
- Datasheets
    - [SF303GJ26 5-way Tactile Switch](https://core-electronics.com.au/attachments/localcontent/SF303GJ26-3_14809399df1.pdf)
    - [PCA9554](https://core-electronics.com.au/attachments/localcontent/pca9554_17498b6ad0a.pdf)
- [Arduino Library](https://github.com/sparkfun/SparkFun_I2C_Expander_Arduino_Library)
- [Arduino Example Code](https://github.com/sparkfun/SparkFun_Qwiic_Navigation_Switch/tree/main/Firmware/)
- [Qwiic Info Page](https://www.sparkfun.com/qwiic)
- [GitHub Hardware Repo](https://github.com/sparkfun/SparkFun_Qwiic_Navigation_Switch/)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/P/R/PRT-27576-1.jpg)
