Getting Started With Arduino
Seeeduino Boot Loading and Fundamental Programming
Downloading The Arduino IDE
Once you’ve downloaded the Arduino IDE, to be able to communicate with the Seeeduino Xiao – The processor we’re using in this case – you’ll need an additional board manager.
This is essentially some more open source code that we’re adding to our IDE that means the processors requirements are met, e.g. the way in which a program is loaded or the type of communication protocol used.
Installing Board Manager
Open Arduino IDE ➜ File ➜ Preferences ➜ “Additional Boards Manager URLs” ➜ Paste The Following
https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
Press OK and check for the “Seeed SAMD Boards” Library under: Tools ➜ Board. Then select Seeeduino XIAO
If you can’t find the library you may need to restart your IDE
All Done Here?
Any Questions: [email protected]