0% found this document useful (0 votes)
2K views3 pages

Arduino Default Fuses Settings

The document lists the default fuse settings for various Arduino boards based on different microcontrollers. It provides the low, high, and extended fuse settings for Arduino Uno, Duemilanove, Nano, Mega, Mini, Fio, BT, LilyPad, Pro, and older models. Understanding fuse settings is important for programming microcontrollers, and some boards may require a high-voltage programmer to write new fuse settings.

Uploaded by

moisesHola
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
2K views3 pages

Arduino Default Fuses Settings

The document lists the default fuse settings for various Arduino boards based on different microcontrollers. It provides the low, high, and extended fuse settings for Arduino Uno, Duemilanove, Nano, Mega, Mini, Fio, BT, LilyPad, Pro, and older models. Understanding fuse settings is important for programming microcontrollers, and some boards may require a high-voltage programmer to write new fuse settings.

Uploaded by

moisesHola
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 3

Arduino default fuses settings

Here are the default fuse settings for each Arduino from the boards.txt included with the Arduino development software. To understand more about the fuse settings for your microcontroller, visit Engbeddeds AVR Fuse Calculator. To write fuse settings, you will need a programmer with this capability. I use Mighty Ohms high-voltage rescue shield available here.

Arduino Uno
Low Fuse 0xFF High Fuse 0xDE Extended Fuse 005

Arduino Duemilanove or Nano w/ ATmega328


Low Fuse 0xFF High Fuse 0xDA Extended Fuse 005

Arduino Diecimila, Duemilanove, or Nano w/ ATmega168


Low Fuse 0xFF High Fuse 0xDD Extended Fuse 000

Arduino Mega 2560


Low Fuse 0xFF High Fuse 0xD8 Extended Fuse 0xFD

Arduino Mega (ATmega1280)


Low Fuse High Fuse 0xFF 0xDA

Extended Fuse 0xF5

Arduino Mini
Low Fuse 0xFF High Fuse 0xDD Extended Fuse 000

Arduino Fio
Low Fuse 0xFF High Fuse 0xDA Extended Fuse 005

Arduino BT w/ ATmega328
Low Fuse 0xFF High Fuse 0xD8 Extended Fuse 005

Arduino BT w/ ATmega168
Low Fuse 0xFF High Fuse 0xDD Extended Fuse 000

LilyPad Arduino w/ ATmega328


Low Fuse 0xFF High Fuse 0xDA Extended Fuse 005

LilyPad Arduino w/ ATmega168


Low Fuse 0xE2 High Fuse 0xDD Extended Fuse 000

Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega328


Low Fuse 0xFF High Fuse 0xDA Extended Fuse 005

Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega168


Low Fuse 0xFF High Fuse 0xDD Extended Fuse 000

Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega328


Low Fuse 0xFF High Fuse 0xDA Extended Fuse 005

Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega168


Low Fuse 0xC6 High Fuse 0xDD Extended Fuse 000

Arduino NG or older w/ ATmega168


Low Fuse 0xFF High Fuse 0xDD Extended Fuse 000

Arduino NG or older w/ ATmega8


Low Fuse 0xDF High Fuse 0xCA

You might also like