seeeduino samd library not showing in library manager

I have a few seeeduino xiao boards but I can't use them because the seeed samd boards library doesn't come up in the library manager when I search for it. Does anyone have a link to the library so I can install it? This is what's meant to come up

Note that this is not a library, so it will never show up in Library Manager. It is a boards package, so it shows up in Boards Manager.

Do this:

  • (In the Arduino IDE) File > Preferences
  • In the "Additional Boards Manager URLs" field, add this URL: https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json (if you have multiple URLs, separate them with commas)
  • Click the "OK" button.
  • Tools > Board > Boards Manager
  • Wait for the update to finish.
  • Scroll down the list of available boards packages until you see "Seeed SAMD Boards". Click on it.
  • Click the "Install" button.
  • Wait for the installation to finish.
  • Click the "Close" button.

You'll now see the XIAO and other Seed SAMD boards under the Tools > Board menu.

Lol, infinite facepalm. I was searching in the library manager and not the boards manager. I have found it now, thanks.

You're welcome. I'm glad if I was able to be of assistance. Enjoy!
Per

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.