Follow me on GitHub

Arduino IDE Boards Manager modules

Atmel SAMD21 Xplained Pro and derivatives module

This module needs the Arduino samd core (Arduino Zero and MKR1000), which is available for download through Arduino IDE Boards Manager. Boards supported are most of Atmel SAMD21 and derivatives Xplained Pros available through numerous online stores:
  • Atmel SAMD21 Xplained Pro
  • Atmel SAMW25 Xplained Pro (SAMD21 + Atmel ATWINC1500)
  • Atmel SAMR21 Xplained Pro (SAMD21 + Atmel AT86RF233)
The Github repository is present at https://github.com/AtmelUniversityFrance/atmel-samd21-xpro-boardmanagermodule and documentation is provided through the associated wiki.
Installation instructions can be found in the wiki.

If you intend to bring additional board support, feel free to check the potential additions which may be needed in the base Arduino core module.

We use our own fork of this repository for all our additions.

Atmel AVR Xplained minis module

This module is now natively available in Arduino IDE Boards Manager and needs the Arduino AVR core, which is part of Arduino IDE releases. Boards supported are most of Atmel AVR Xplained minis available through numerous online stores:
  • Atmel ATmega328P Xplained Mini
  • Atmel ATmega168PB Xplained Mini
  • Atmel ATmega328PB Xplained Mini
The Github repository is present at https://github.com/AtmelUniversityFrance/atmel-avr-xmini-boardmanagermodule and documentation is provided through the associated wiki.