Arduino IDE Microduino Configuration

From Microduino Wiki
Revision as of 14:20, 4 December 2014 by Wasdpkj@hotmail.com (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

This Microduino hardware support package can make Arduino IDE display Microduino hardware in board, which just like Arduino Official Hardware supports online download and bootloader rewriting.

Install and uninstall

1.Downlaod Microduino IDE package:

2.Uncompress package;

3.Copy the Microduino folder to hardware folder of Arduino IDE directory:

Arduino-IDE-Microduino-3-1.jpg

4.Restart Arduino IDE;

5.In tool->board, find the Microduino hardware:

Arduino-IDE-Microduino-5.jpg
  • Delete the Microduino folder to uninstall.

History

Microduino Arduino IDE package's history:

  • On May 27, 2013, official upgraded to optiboot5.0,support all Microduino core core+, question feedback QQ:51728096。
  • On May 16, 2013, beta release supports core+ (ATmega1284p@8M,3.3V), supported beta release download
  • On April 29, 2013, upgraded to optiboot5.0, supported core+(ATmega1284p@16M,5V), supported beta release download
  • On April 22, 2013, Tiki correct core+ soft serial port issue.
  • On March 28, 2013, fixed issue for core+, analogRead(0) can't match to A0.
  • On February 2013, fixed optiboot bug, resolved Microduino-Core+ (Atmega644pa@16M,5V), Microduino-Core+(Atmega644PA@8M,3.3V) bootloader issue.
  • On January 2013, fixed Microduino-Core+ (Atmega644pa@16M)bootloader issue, external interrupt INT2, the second serial port (Serial1) are availabe, fixed ADC convert port issue. The Microduino-Core+(Atmega644pa@16M) user need download the latest package, and rewrite bootloader.
  • On January 19 2013, fixed Microduino-Core+ external interrupt INT2 unavailabe issue.
  • On January 13, 2013, fixed Microduino Core(Atmega168PA@8M,3.3V) fuse bits. Changed according to 16M release, and didn't test, but it didn't work, so rollback to tested release.
  • On January 4, 2013, tested download progaram and write bootload for microduino-core(Atmega168PA@16M,5V), success!
  • On December 29, 2012, tested download progaram and write bootload for Microduino Core(Atmega328P@8M,3.3V), success!
  • On December 28, 2012, add optibootloader for Atmega644PA. The known issue is that in order to rewrite bootloader, need change the "XXXXX.build.mcu=atmega644" to "XXXXX.build.mcu=atmega644p". After completed, need change back, then restart IDE to enable. Involved the hardware, as follows:
    • Microduino-Core+(Atmega644PA@16M,5V) (supported and tested)
    • Microduino-Core+(Atmega644PA@8M,3.3V) (suppprted and tested)
  • On December 27, 2012, for some unstabl 168pa chips, used 8MHZ crystal. Optiboot's default baud rate 115200 will lead to can't download, so changed the baud rate to 57600. If still didn't work, need use the 5V input voltage. Involved hardware, as follows:
    • Microduino Core(Atmega168PA@8M,3.3V)(supported and tested)
  • On December 23, 2012,added support for Microduino-Core+. -Core+ has four hardwares:
    • Microduino-Core+(Atmega1284P@16M,5V) (supported and no test)
    • Microduino-Core+(Atmega1284P@8M,3.3V) (doesn't support)
    • Microduino-Core+(Atmega644PA@16M,5V) (supported and tested)
    • Microduino-Core+(Atmega644PA@8M,3.3V)(doesn't support)
  • On December 18, 2012,fix Microduino-Core (Atmega168PA@8M,3.3V) bug that can't download because of fuse bit error. Microduino Core (Atmega328P@8M,3.3V) and Microduino Core (Atmega168PA@16M,5V) haven't been tested.
  • On December 16, 2012,added Microduino-Core's 4 hardwares:
    • Microduino Core(Atmega328P@16M,5V) (supported and tested)
    • Microduino Core(Atmega328P@8M,3.3V) (supported and no test)
    • Microduino Core(Atmega168PA@16M,5V)(supported and no test)
    • Microduino Core(Atmega168PA@8M,3.3V)(supported and tested)
    • Arduino IDE 1.03 core files.