Skip to content

baseapp/erobot-1284p

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-robot: Platform files for Arduino to run on ATmega1284P

What is it?

Everything you need to run Arduino on ATmega1284P. (this is based off https://github.com/maniacbug/mighty-1284p)

Current state

Everything is here and has been initially tested. It should work fine. There is more detailed testing which must be completed before calling it completely 'done' though.

The platform now includes optiboot. This bootloader is better in every way than the previous version, so it is recommended in all cases. The prior one is included for reference.

Installation

  1. Download the ZIP File
  2. Unzip it a folder called 'hardware' off your sketches directory, e.g. /Users/maniacbug/Source/Arduino/hardware/mighty-1284p
  3. Restart the IDE
  4. Select Tools > Board > Mighty 1284p 16MHz using Optiboot
  5. To burn the bootloader, follow the Arduino Bootloader instructions.

Requirements

  • Works only on Arduino >= 1.0
  • Cannot be burned using USBtinyISP. That programmer cannot flash to chips with >64k flash size.

See also

http://maniacbug.wordpress.com/2011/11/27/arduino-on-atmega1284p-4/

Supported Boards

  • E-robot 1284p 16MHz using Optiboot

Releases

No releases published

Packages

No packages published

Languages

  • C 61.9%
  • C++ 38.1%