Difference between revisions of "QTPy49-01"

From Land Boards Wiki
Jump to navigation Jump to search
Line 193: Line 193:
 
OPTION COLOURCODE ON
 
OPTION COLOURCODE ON
 
OPTION SDCARD GP26
 
OPTION SDCARD GP26
 +
 
</pre>
 
</pre>
  

Revision as of 12:40, 18 August 2022

QTPy49-01-P1080524-720px.jpg

Features

CPU Pinouts

Adafruit QT Py SAMD

Adafruit products Adafruit QT Py SAMD21 pinout.png

Seeed Studio XAIO SAMD

Seeeduino-XIAO-pin-out.jpg

Adafruit QT Py RP2040

Adafruit products qtpy-rp2040-pins.png

Seeed Studio XIAO RP2040

Seeed-xinpin-rp2040.jpg

Connectors/Headers

QTPy49-01 CAD.PNG

  • Ground, Voltage, Signal (GVS) connections

J1 - DC In

  • QTPy49 can be powered from either the USB C or DC jack
    • Automatic Schottky diode power switching
      • Can use a regular Silicon Diode with sufficient current ex: 1N400X)
    • 7-12V if regulator is installed
    • 5V if regulator is not installed (install J2 jumper if not using regulator)
  • Center positive

J2 - Alternate Power

  1. VSYS (5V) (bottom pin)
  2. DC IN (connects to J1)
  3. GND (top pin)

J3 - SD Card

  • MISO - AD9
    • GP4 on XIAO-RP2040 and SeeedStudio RP2040
    • PA09 on Adafruit SAMD21
  • MOSI - AD10
    • GP3 on XIAO-RP2040 and SeeedStudio RP2040
    • PA10 on Adafruit SAMD21
  • SCK - AD8
    • GP2 on XIAO-RP2040
    • GP6 on SeeedStudio RP2040
    • PA11 on Adafruit SAMD21
  • SS - AD0
    • GP26 on XIAO-RP2040
    • GP29 on SeeedStudio RP2040
    • PA02 on Adafruit SAMD21

J4 - UART

  1. GND
  2. 3.3V
  3. TX, D6
  4. RX, D7
  • TX/D6
    • GP0 on XIAO-RP2040
    • GP20 on Adafruit RP2040
    • PA06 on Adafruit SAMD21
  • RX/D7
    • GP1 on XIAO-RP2040
    • PA07 on Adafruit SAMD21
    • GP5 on Adafruit RP2040

J5 - I2C

  1. GND
  2. 3.3V
  3. D4, SDA - GP6 on XIAO-RP2040
  4. D5, SCL - GP7 on XIAO-RP2040
  • D4
    • GP6 on XIAO-RP2040
    • GP24 on Adafruit RP2040
    • PA16 on Adafruit SAMD21
  • D5
    • GP7 on XIAO-RP2040
    • GP25 on Adafruit RP2040
    • PA17 on Adafruit SAMD21

J6 - AD3

  • Digital I/O 3
  • Analog In 3
  • GP29 on XIAO-RP2040
  • GP24 on Adafruit RP2040
  • PA05 on Adafruit SAMD21
  • PWM output
  • Capacitive touch input
  • Pinout
  1. GND
  2. 3.3V
  3. AD3 (wired to J3-3)

J7 - AD2

  • Digital I/O 2
  • Analog In 2
  • GP28 on XIAO-RP2040
  • GP27 on Adafruit RP2040
  • PA05 on Adafruit SAMD21
  • PWM
  • Capacitive touch input
  • Pinout
  1. GND
  2. 3.3V
  3. AD2

J8 - AD1

  • Digital I/O 1
  • Analog In 1
  • GP27 on XIAO-RP2040
  • GP28 on Adafruit RP2040
  • PA03 on Adafruit SAMD21
  • Capacitive touch input
  • AREF pin
  • Pinout
  1. GND
  2. 3.3V
  3. AD1

Applications

Sample applications for the QTPy49-01 card.

MMBASIC XIAO RP2040

QTPy49--01 P18529-720px.jpg

XIAO RP2040 MMBASIC Pin Assignments

OPTION SERIAL CONSOLE GP1,GP0
OPTION SYSTEM SPI GP2,GP3,GP4
OPTION COLOURCODE ON
OPTION SDCARD GP26

SD Card Loader

Mechanicals

  • 4-40 mounting holes

QTPy49-01 MECHS.PNG

Prototype

  • Built using QTPy49 and SD_CARD_X49 cards
  • Can be powered from USB C connector or DC jack

QTPy49 MMBASIC P18412-720px.jpg

Assembly Sheet