Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
seeeduino:seeeduino_xiao [2020/12/28 17:09] admin [Serial Wire Debug (SWD)] |
seeeduino:seeeduino_xiao [2020/12/29 15:42] (current) admin [Seeeduino XIAO] |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| {{: | {{: | ||
| - | The [[https:// | + | The [[https:// |
| [[https:// | [[https:// | ||
| **All I/O Pins are 3.3V** | **All I/O Pins are 3.3V** | ||
| + | |||
| + | To use the DAC and the PWM follow the manual of the | ||
| + | [[http:// | ||
| + | |||
| + | A great description and general information about the SAMD21 one could find here: [[https:// | ||
| + | |||
| + | ---- | ||
| + | ==== Installation ==== | ||
| + | |||
| + | To add Seeeduino XIAO to Arduino IDE add in file/ | ||
| + | https:// | ||
| + | Than search and install in tools/ | ||
| + | Seeed SAMD Boards | ||
| + | |||
| + | On Arch Linux it needs always two attempts to upload the code, the / | ||
| ---- | ---- | ||
| ==== Pinout ==== | ==== Pinout ==== | ||
| {{: | {{: | ||
| + | |||
| + | TX - pin 06 | ||
| + | RX - pin 07 | ||
| + | DAC - pin 00 | ||
| + | Build In LED - 13 | ||
| {{: | {{: | ||
| Line 19: | Line 39: | ||
| ==== Reset & Bootloader Mode ==== | ==== Reset & Bootloader Mode ==== | ||
| - | {{: | + | {{: |
| - | To reset the board one should | + | To reset the board one should |
| - | And to enter the bootloader mode one should | + | And to enter the bootloader mode one should |
| ---- | ---- | ||
| ==== Serial Wire Debug (SWD) ==== | ==== Serial Wire Debug (SWD) ==== | ||
| {{: | {{: | ||
| + | |||
| + | ---- | ||
| + | ==== Miscellaneous === | ||
| + | [[https:// | ||
| + | |||
| + | [[https:// | ||
| ---- | ---- | ||