Skip to content

Board: Arduino Duemilanove

Laurent Navet edited this page Sep 26, 2016 · 2 revisions

Overview

The Arduino Duemilanove ("2009") is a microcontroller board based on the ATmega168 or ATmega328. Only the ATmega328 version is supported by RIOT.

These board is very similar to the Arduino Uno board. In fact, The Uno is just an evolution of the Duemilanove/Atmega328 version, with a better USB/Serial chip and a new bootloader. Otherwise it's the same.

For details, please look at the Uno page.

Flashing the device

Flashing RIOT on the Arduino Duemilanove is quite straight forward, just connect your Arduino Uno using the programming port to your host computer and type:

make BOARD=arduino-duemilanove flash

This should take care of everything!

Clone this wiki locally