Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
Waveshare AW9523B IO Expansion Board, I2C Interface, Expands 16 I/O Pins — image 1
Hover to zoom

1 / 5 · Click to enlarge

WAVESHARE

Waveshare AW9523B IO Expansion Board, I2C Interface, Expands 16 I/O Pins

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

The Waveshare AW9523B IO Expansion Board, I2C Interface, Expands 16 I/O Pins by WAVESHARE is a value-for-money usb interface module designed for everyday users. It features Model No. / Name: Expansion Board and Interface: I2C.

₹969
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: ₹969
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 23 Aug6 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: Expansion Board
Interface: I2C
Operating Temperature (°C): -40-85℃
Current (A): <0.1µA
Dimensions (L x W x H) mm: 38x23mm
Shipping Weight: 0.01 kg

Ideal For

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

About This Product

The Waveshare AW9523B IO Expansion Board, I2C Interface, Expands 16 I/O Pins by WAVESHARE 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: Expansion Board
  • Interface: I2C — compatible with modern devices
  • Operating Temperature (°C): -40-85℃
  • Current (A): <0.1µA
  • Dimensions (L x W x H) mm: 38x23mm
  • Shipping Weight: 0.01 kg
  • Shipping Dimensions: 9 × 7 × 1 cm

Why Buy from Pricio?

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

AW9523B use I2C interface, allows using 4 expansion boards at the same time by modifying the i2c address, expand up to 64 I/O ports. Pin configuration:
  1. VCC: Power input(3.3V/5V)
  2. GND: GND
  3. SDA: I2C Data input
  4. SCL: I2C Clock input
  5. INT: Interrupt output
  6. RST: Reset

Connect To STM32

Outline Dimensions:


Features: 

  1. I2C bus, allows expanding 16 I/O ports by just using two wires
  2. Support driving 16-ch common anode constant current LED, 256-step linear dimming, current controllable
  3. Output interrupt (INT) signal when changing the state of an input port
  4. I2C address configurable by shorting the A0/A1 jumpers
  5. Provides two connector options: PH2.0 header and/or solder pads, allows multi I2C modules to be stacked
  6. Onboard voltage translator, compatible with 3.3V/5V level
  7. Comes with development resources and manual (examples for Raspberry Pi / micro:bit / Arduino / STM32)

Useful link:

To do Hardware and Software setup, please follow this tutorial.

Packages Includes:

1 x Waveshare AW9523B IO Expansion Board, I2C Interface, Expands 16 I/O Pins

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.