seeed studio Seeed Studio XIAO Expansion Board

Кіраўніцтва карыстальніка платы пашырэння Seeed Studio XIAO

1. Уводзіны

This user manual provides comprehensive instructions for the Seeed Studio XIAO Expansion Board. It covers product features, setup procedures, operational guidelines, and troubleshooting tips to help you maximize the utility of your expansion board with Seeeduino XIAO microcontrollers. This board is designed to simplify prototyping and expand the capabilities of your XIAO module by integrating various peripherals and connectivity options.

2. Прадукт скончыўсяview

2.1 Асноўныя магчымасці

  • Quick Prototyping: Features an integrated 0.96-inch OLED display for visual data output without a PC serial monitor. Includes dedicated debug (SWD) and reset pins for easy development.
  • Багатыя перыферыйныя прылады: Equipped with an onboard OLED, Real-Time Clock (RTC), expandable memory via a mini SD card slot, a passive buzzer, a user-programmable button, and an integrated battery management chip.
  • Solder-Free Connectivity: All pins are conveniently led out to male headers. Includes plug-and-play Grove connectors supporting multiple data protocols such as IIC, UART, and Analog/Digital.
  • Circuit Python Supported: Fully compatible with Circuit Python, utilizing the mini SD card slot for expanding memory and accommodating additional libraries required for prototyping and project development.
  • Кампактны дызайн: Its mini size, approximately half that of a Raspberry Pi 4, makes it ideal for tiny and wearable projects.

2.2 Board Components

The Seeed Studio XIAO Expansion Board integrates several key components to enhance the functionality of your XIAO microcontroller. Refer to the diagram below for a visual guide to the board's layout and components.

Labeled diagram of Seeed Studio XIAO Expansion Board components.

This diagram illustrates the various components and connectors on the Seeed Studio XIAO Expansion Board, including the OLED display, IIC ports, UART port, SD card slot, battery connector, reset button, user button, buzzer, and SWD pins.

Асноўныя кампаненты ўключаюць:

  • 0.96" OLED Display: For visual output of data and status.
  • IIC Grove Connectors: Two ports for I2C communication with external sensors and modules.
  • UART Grove Connector: For serial communication.
  • Mini SD Card Slot: For expandable storage and data logging.
  • JST2.0 LiPo Battery Connector: For portable power supply.
  • RTC Chip: Provides real-time clock functionality, often backed by a coin cell battery.
  • Пасіўны гукавы сігнал: Для гукавой зваротнай сувязі.
  • Кнопка карыстальніка: A programmable input button.
  • Кнопка скіду: To restart the connected XIAO module.
  • SWD Pins: For advanced debugging and programming.
  • Выключальнік батарэі: To control power from the LiPo battery.
  • Індыкатар стану зарадкі: LED to show battery charging status.

3. Кіраўніцтва па наладцы

3.1 Змест пакета

Пасля адкрыцця ўпакоўкі пераканайцеся ў наяўнасці ўсіх кампанентаў:

  • Seeed Studio XIAO Expansion Board

3.2 Падлучэнне абсталявання

Follow these steps to connect your Seeeduino XIAO microcontroller and other peripherals to the expansion board:

  1. Insert XIAO Module: Carefully align your Seeeduino XIAO microcontroller with the designated pin headers on the expansion board and gently press it into place. Ensure all pins are correctly seated.
Seeed Studio XIAO Expansion Board with a Seeeduino XIAO microcontroller inserted.

This image shows the Seeed Studio XIAO Expansion Board with a Seeeduino XIAO microcontroller module securely plugged into its designated header, ready for operation. The OLED display shows a heart rate reading.

  1. Падключэнне перыферыйных прылад: Utilize the Grove connectors for IIC, UART, and Analog/Digital devices. These connectors are designed for plug-and-play functionality, eliminating the need for soldering.
  2. крыніца харчавання: The board can be powered via the USB-C port or a connected LiPo battery using the JST2.0 connector. Ensure the battery switch is in the 'ON' position if using battery power.
  3. Устаўка SD-карты: If using, insert a mini SD card into the dedicated slot on the underside of the board.
Топ view of the Seeed Studio XIAO Expansion Board, showing various connectors and components.

Зверху ўніз view of the Seeed Studio XIAO Expansion Board, highlighting the USB-C port, IIC and UART Grove connectors, OLED display area, and pin headers for the XIAO module.

Знізу view of the Seeed Studio XIAO Expansion Board, showing the SD card slot and battery holder.

The underside of the Seeed Studio XIAO Expansion Board, featuring the mini SD card slot for memory expansion and the coin cell battery holder for the Real-Time Clock (RTC) function.

3.3 Налада праграмнага забеспячэння

To program your Seeeduino XIAO with the expansion board, you will typically use the Arduino IDE or Circuit Python. Detailed instructions for setting up your development environment and installing necessary libraries can be found on the official Seeed Studio Wiki and community forums. It is recommended to visit the Seeed Studio Wiki for the most up-to-date software guides and exampлес.

4. Інструкцыя па эксплуатацыі

4.1 Асноўныя аперацыі

  • Уключэнне/выключэнне харчавання: Use the slide switch labeled 'ON/OFF' to control power when operating on battery. When powered via USB-C, the board will be active.
  • Кнопка скіду: Press the 'RESET' button to perform a hardware reset of the connected XIAO module.
  • Кнопка карыстальніка: The 'Button(D1)' is a programmable button that can be configured in your code for various functions.

4.2 OLED-дысплей

The 0.96-inch OLED display can be used to visualize data, display status messages, or create simple user interfaces. Libraries for OLED control are available for both Arduino and Circuit Python environments. Refer to the Seeed Studio documentation for specific examples on how to initialize and write to the display.

4.3 Раздымы Grove

The Grove connectors provide standardized interfaces for a wide range of sensors and actuators. Simply plug in compatible Grove modules to expand your project's capabilities:

  • IIC (I2C) Ports: Ideal for connecting multiple I2C devices such as accelerometers, gyroscopes, or environmental sensors.
  • Порт UART: Suitable for serial communication with modules like GPS, Bluetooth, or other serial devices.
  • Аналагавыя/лічбавыя парты: For connecting analog sensors or digital input/output devices.

4.4 SD Card Functionality

The mini SD card slot allows for data logging, storing configuration files, or expanding the program memory for larger projects. Ensure the SD card is formatted correctly (typically FAT32) before use. Libraries are available to facilitate reading from and writing to the SD card in your code.

5. Пашыраныя магчымасці

5.1 Гадзіннік рэальнага часу (RTC)

The onboard RTC chip provides accurate timekeeping, which is crucial for applications requiring timestamps or scheduled events. The RTC typically requires a small coin cell battery (not included) to maintain time when the main power is off. Consult the Seeed Studio Wiki for instructions on how to set and read the time using the RTC library.

5.2 Circuit Python Integration

The Seeed Studio XIAO Expansion Board fully supports Circuit Python, offering an easy-to-use, high-level programming environment. This allows for rapid development and prototyping, especially when leveraging the SD card for storing Python scripts and libraries. For detailed guides on installing and using Circuit Python, refer to the official Circuit Python documentation and Seeed Studio resources.

5.3 Debugging (SWD)

The SWD (Serial Wire Debug) pins are exposed on the expansion board, providing an interface for advanced debugging and programming of the connected XIAO microcontroller. This is useful for in-depth code analysis and firmware flashing using compatible debuggers.

6. Тэхнічнае абслугоўванне

  • Уборка: Use a soft, dry cloth to clean the board. Avoid using liquids or abrasive materials.
  • захоўванне: Store the expansion board in a dry, anti-static environment when not in use.
  • RTC Battery Replacement: If the RTC loses time when power is removed, the coin cell battery (if installed) may need replacement. Refer to the board's specific battery type and replacement procedure.

7. Выпраўленне непаладак

If you encounter issues with your Seeed Studio XIAO Expansion Board, consider the following common problems and solutions:

  • Плата не ўключаецца:
    • Ensure the USB-C cable is securely connected and providing power.
    • If using a LiPo battery, check that it is charged and correctly connected to the JST2.0 connector, and the battery switch is in the 'ON' position.
  • OLED Not Displaying:
    • Verify that the XIAO module is correctly inserted and powered.
    • Check your code for proper OLED initialization and display commands.
    • Ensure necessary OLED libraries are installed and correctly configured.
  • Peripherals Not Responding (Grove Connectors):
    • Confirm that the Grove modules are securely plugged into the correct ports (IIC, UART, Analog/Digital).
    • Check your code for correct pin assignments and communication protocols for the specific peripheral.
  • SD-карта не выяўлена:
    • Ensure the mini SD card is fully inserted into the slot.
    • Verify the SD card is formatted to FAT32.
    • Check your code for correct SD card initialization and file сістэмныя аперацыі.
  • Агульныя праблемы з падключэннем:
    • Двойчы праверце ўсе фізічныя злучэнні.
    • Ensure your XIAO module's firmware is up to date.
    • Consult the Seeed Studio community forums or documentation for specific error messages or issues.

Каб атрымаць дадатковую дапамогу, звярніцеся на афіцыйны сайт Seeed Studio Forum.

8. Тэхнічныя характарыстыкі

ПараметрКаштоўнасць
Назва мадэліSeeed Studio XIAO Expansion Board
Нумар мадэлі103030356
Памеры прадукту2.01 х 2.66 х 0.79 цалі (51 х 67.5 х 20 мм)
Вага прадмета0.704 унцыі (20 грам)
СувязьI2C, UART, Analog/Digital (via Grove connectors)
Дысплей0.96" OLED
ЗахоўваннеСлот для міні SD-карты
Увод магутнасціUSB-C, LiPo Battery (JST2.0 connector)
Дадатковыя магчымасціRTC, Passive Buzzer, User Button, Reset Button, SWD Debug Pins, Battery Management Chip
Seeed Studio XIAO Expansion Board shown with a ruler for size comparison.

This image provides a visual reference for the compact dimensions of the Seeed Studio XIAO Expansion Board, displayed alongside an inch and centimeter ruler.

9. Гарантыя і падтрымка

For detailed information regarding the product warranty, please refer to the official Seeed Studio website. Warranty terms and conditions may vary by region and product type. Technical support and additional resources, including tutorials and community forums, are available through the Seeed Studio official channels.

Афіцыйны Webсайт: www.seeedstudio.com

Форум падтрымкі: forum.seeedstudio.com

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.