Hi, I am trying to set up my new Seeed XIAO board to wor in my Arduino IDE, for the first time.
Per the Seeed documentation’s instructions I pasted this:
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
into the File/Preference/Additional Board manager URLs.
Then when I search for “Seeed Studio XIAO SAMD21” it finds nothing
But when I search for only “Seeed Studio XIAO SAMD” it finds this one: “Seeed SAMD Boards”, and the latest to install is version 1.8.3. So I installed that.
Is this ok? Will this Board manager work with my board?
Then I reset my Seeeduino (by shorting the 2 reset contacts), and the green LED is on, and the yellow LED is blinking. Is this good so far?
Then I try to upload the Blink example and get this output, is it good, or am i missing something?
===========================================================
Sketch uses 34100 bytes (13%) of program storage space. Maximum is 262144 bytes.
Atmel SMART device 0x10010005 found
Device : ATSAMD21G18A
Chip ID : 10010005
Version : v1.1 [Arduino:XYZ] Nov 27 2019 16:35:59
Address : 8192
Pages : 3968
Page Size : 64 bytes
Total Size : 248KB
Planes : 1
Lock Regions : 16
Locked : none
Security : false
Boot Flash : true
BOD : true
BOR : true
Arduino : FAST_CHIP_ERASE
Arduino : FAST_MULTI_PAGE_WRITE
Arduino : CAN_CHECKSUM_MEMORY_BUFFER
Erase flash
done in 0.813 seconds
Write 34716 bytes to flash (543 pages)
[=== ] 11% (64/543 pages)
[======= ] 23% (128/543 pages)
[========== ] 35% (192/543 pages)
[============== ] 47% (256/543 pages)
[================= ] 58% (320/543 pages)
[===================== ] 70% (384/543 pages)
[======================== ] 82% (448/543 pages)
[============================ ] 94% (512/543 pages)
[==============================] 100% (543/543 pages)
done in 0.276 seconds
> Verify 34716 bytes of flash with checksum.
> Verify successful
> done in 0.044 seconds
> CPU reset.
===========================================================
THANK YOU FOR YOUR HELP WITH MY FIRST TIME!