Arduino Core 1.6.200/205/206/207

I recently saw someone who had these Arduino Cores available in their board manager after 1.6.21 - which is the latest Core I have available to update to.

A web search only turned up a couple of posts on Github.

Can anyone tell me what these cores are and how people get access to them?

Thanks.

Those are the beta versions of Arduino AVR Boards, used for testing before the production release. They are required if you want to use one of the new AVR chips like ATmega328PB. To install it:

  • Open Arduino IDE.
  • Open the File > Preferences menu item.
  • In the Additional Boards Manager URLs field, add: https://downloads.arduino.cc/packages/package_avr_3.6.0_index.json
  • Open the Tools > Board > Boards Manager... menu item.
  • Wait for the platform indexes to finish downloading.
  • The top is named Arduino AVR boards. Click on this item.
  • Click Update.
  • After installation is complete close the Boards Manager window.