Difference between revisions of "QT Py"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 30: | Line 30: | ||
[[File:QT_Py_4600-07.jpg]] | [[File:QT_Py_4600-07.jpg]] | ||
+ | |||
+ | == Links == | ||
* [https://circuitpython.org/board/qtpy_m0/ Adafruit QT Py page] | * [https://circuitpython.org/board/qtpy_m0/ Adafruit QT Py page] | ||
+ | * [https://learn.adafruit.com/adafruit-qt-py Adafruit Learning System for QT Py] |
Revision as of 10:25, 31 January 2021
- Same size, form-factor, and pin-out as Seeed Xiao
- ATSAMD21E18 32-bit Cortex M0+ - 48 MHz 32 bit processor with 256KB Flash and 32 KB RAM
- Native USB supported by every OS - can be used in Arduino or CircuitPython as USB serial console, MIDI, Keyboard/Mouse HID, even a little disk drive for storing Python scripts.
- Can be used with Arduino IDE or CircuitPython
- Built in RGB NeoPixel LED
- 11 GPIO pins:
- True analog output on one I/O pin - can be used to play 10-bit quality audio clips in Arduino (CircuitPython does not have storage for audio clips)
- 9 x 12-bit analog inputs (SDA/SCL do not have analog inputs)
- 1 x Optional AREF on A1
- 9 x PWM outputs (A0 is analog out, A1 is not PWM capable)
- Hardware I2C port with STEMMA QT plug-n-play connector
- Hardware UART
- Hardware SPI
- Hardware I2S
- 6 x Capacitive Touch with no additional components required
- 3.3V regulator with 600mA peak output AP2112
- Optional SOIC-8 SPI Flash chip on bottom
- Reset switch for starting your project code over or entering bootloader mode
- USB Type C connector
- Really really small
CircuitPython
- QT Py Haxpress used with 2MB Flash EEPROM
- blink.py for QT Py