esrijan / arduino-extra-cores

Arduino core for non Arduino AVR chips

Home Page:http://hardwarefun.com/tutorials/use-arduino-code-in-non-arduino-avr-microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra cores for Arduino

This repo contains Arduino core for non Arduino AVR chips. Right now the following chips are supported.

  • ATmega 16
  • ATmega 16A

Support for more chips will be added soon

Using these extra cores, you can program the corresponding AVR chip using Arduino.

Installation

To install these additional cores, download or checkout the project from github and then copy the arduino-extra-core directory inside /hardware folder of your sketchbook folder and then restart the Arduino IDE.

After the restart, you should be able to see the new boards under the boards menu. Select the board which you want to program.

Add support for more microcontrollers

If you want to add support for more microcontrollers, then follow this guide, where I explain how to add support for more microcontrollers.

Contribution

All contributions (even documentation) are welcome :) Open a pull request and I would be happy to merge them. If you are not comfortable with git/github then checkout this guide which explains how to contribute to github projects.

If you are looking for ideas to work on, then check out the following TODO items or the issue tracker.

TODO

  • Add support for more microcontrollers
  • Getting started guide
  • Better documentation