0% found this document useful (0 votes)
28 views

Arduino Default Fuse Settings

This document lists the default fuse settings for various Arduino boards, including the Uno, Duemilanove, Nano, Diecimila, Mega, Mini, Fio, BT, LilyPad, and Pro/Pro Mini. It explains that fuse settings are used to configure the microcontroller and that a programmer is needed to write fuse settings.

Uploaded by

francisco ruiz
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Arduino Default Fuse Settings

This document lists the default fuse settings for various Arduino boards, including the Uno, Duemilanove, Nano, Diecimila, Mega, Mini, Fio, BT, LilyPad, and Pro/Pro Mini. It explains that fuse settings are used to configure the microcontroller and that a programmer is needed to write fuse settings.

Uploaded by

francisco ruiz
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Coding w/ Cody

Arduino Default Fuse Settings


Written on June 25th, 2011 by Cody Snider

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 Engbedded’s
AVR Fuse Calculator.

To write fuse settings, you will need a programmer with this capability. I use Mighty
Ohm’s high-voltage rescue shield available here.

Arduino Uno
Low Fuse 0xFF

High Fuse 0xDE

Extended Fuse 0x05

Arduino Duemilanove or Nano w/ ATmega328


Low Fuse 0xFF

High Fuse 0xDA

Extended Fuse 0x05

Arduino Diecimila, Duemilanove, or Nano w/ ATmega168


Low Fuse 0xFF

High Fuse 0xDD

Extended Fuse 0x00

Arduino Mega 2560


Low Fuse 0xFF

High Fuse 0xD8

Extended Fuse 0xFD

Arduino Mega (ATmega1280)


Low Fuse 0xFF

High Fuse 0xDA

Extended Fuse 0xF5

Arduino Mini
Low Fuse 0xFF
Coding w/ Cody
High Fuse 0xDD

Extended Fuse 0x00

Arduino Fio
Low Fuse 0xFF

High Fuse 0xDA

Extended Fuse 0x05

Arduino BT w/ ATmega328
Low Fuse 0xFF

High Fuse 0xD8

Extended Fuse 0x05

Arduino BT w/ ATmega168
Low Fuse 0xFF

High Fuse 0xDD

Extended Fuse 0x00

LilyPad Arduino w/ ATmega328


Low Fuse 0xFF

High Fuse 0xDA

Extended Fuse 0x05

LilyPad Arduino w/ ATmega168


Low Fuse 0xE2

High Fuse 0xDD

Extended Fuse 0x00

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


Low Fuse 0xFF

High Fuse 0xDA

Extended Fuse 0x05


Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega168
Coding w/ Cody
Low Fuse 0xFF

High Fuse 0xDD

Extended Fuse 0x00

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


Low Fuse 0xFF

High Fuse 0xDA

Extended Fuse 0x05

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


Low Fuse 0xC6

High Fuse 0xDD

Extended Fuse 0x00

Arduino NG or older w/ ATmega168


Low Fuse 0xFF

High Fuse 0xDD

Extended Fuse 0x00

Arduino NG or older w/ ATmega8


Low Fuse 0xDF

High Fuse 0xCA

Feel free to share!

  

     

Coding with Cody | PHP, Python, Go, Javascript Development by Cody Snider

You might also like