Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Elecvora
Adafruit PC Joystick to Seesaw I2C Adapter - STEMMA QT / Qwiic — image 1
Hover to zoom

1 / 2 · Click to enlarge

Adafruit

Adafruit PC Joystick to Seesaw I2C Adapter - STEMMA QT / Qwiic

38+ bought in past month
AI Summary
USB Interface Module for everyday users

The Adafruit PC Joystick to Seesaw I2C Adapter - STEMMA QT / Qwiic by Adafruit is a value-for-money usb interface module designed for everyday users. It features Model No. / Name: Adapter Board and Operating Voltage (V): 3.3.

₹1,263
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹1,263
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 29 Aug12 Sept
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Model No. / Name: Adapter Board
Operating Voltage (V): 3.3
Length (mm): 40.7
Width (mm): 29
Weight (g): 14.1
Shipping Weight: 0.012 kg

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-2631454Category: USB Interface Module

About This Product

The Adafruit PC Joystick to Seesaw I2C Adapter - STEMMA QT / Qwiic by Adafruit is a value-for-money usb interface module designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Model No. / Name: Adapter Board
  • Operating Voltage (V): 3.3 — works with standard household power
  • Length (mm): 40.7
  • Width (mm): 29
  • Weight (g): 14.1
  • Shipping Weight: 0.012 kg
  • Shipping Dimensions: 5 × 4 × 2 cm

Why Buy from Elecvora?

Elecvora sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The Adafruit PC Joystick to seesaw I2C Adapter allows you to connect classic PC joysticks to modern microcontrollers or microcomputers via I2C. Featuring a 15-pin D-Sub socket, it makes it easy to integrate older joystick controllers without needing to modify any cables. Powered by an ATtiny816 chip, the board functions as an I2C peripheral, providing readouts for the joystick's X and Y axes as well as its buttons.

With two STEMMA QT ports, you can easily connect the board using 4-pin JST SH cables to any device that supports I2C. The adapter also includes a 5V power generator, ensuring proper voltage for the joystick. It ships fully assembled with optional header pins for breadboard use, and example code is available for both Arduino and CircuitPython/Python, making it an ideal solution for integrating retro joystick controllers into your projects.


Features:

  1. Classic Joystick Support: 15-pin D-Sub socket for connecting classic PC joysticks.
  2. I2C Interface: ATtiny816 chip acts as an I2C peripheral, making it easy to read joystick X & Y axes and buttons.
  3. STEMMA QT Ports: Two ports for easy plug-and-play connectivity with microcontrollers or microcomputers via I2C using 4-pin JST SH cables.
  4. 5V Power Generation: Onboard power generator to supply 5V to the joystick.
  5. Easy Integration: No need for analog inputs on your microcontroller; works with Arduino, CircuitPython, or Python.
  6. Fully Assembled: Ships fully assembled and tested, with optional header for breadboard use (easy to solder).
  7. Example Code: Available for Arduino and CircuitPython/Python for quick setup.

Package Includes:

1 x Adafruit PC Joystick to seesaw I2C Adapter

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.