Arduino Playground is read-only starting December 31st, 2018. For more info please look at this Forum Post

Arduino NG Specifications

The predecessor to the Decimilia, which is similar in many ways (most specs are the same).

This page shows there were two versions of the NG board released - the NG and the NG Rev.C.

General Layout of Arduino Boards explained here.

Electrical Specifications

  • Power: via 5V USB or 7-35VDC external

  • Power jack input voltage: minimum 7VDC, maximum 35VDC

FTDI

  • Idle current: ??

Atmega8/168

  • Oscillator frequency: 16Mhz

  • idle current: 20ma at 16Mhz

  • maximum current sink/source (per pin): 40ma

  • maximum current (between Vcc and GND): 300ma

  • current per input pin: 1uA (.0000001A)

  • Serial Specifications (at the Atmega chip)
    • Default download specifications (program download)
    • 19200 baud
    • 8 databits
    • 1 stopbit
    • no parity
    • True logic levels (1 - 5V) ????

    • Default upload specifications (debug data out)
    • 9600 baud
    • 8 databits
    • 1 stopbit
    • no parity
    • True logic levels (1 - 5V) ????

Mechanical Specifications

  • Size: 2.1" wide x 2.95" long, including USB connector

  • Weight''':?????????????

Problems with using External Power

there are some problems using the Arduino NG with external power. Some explanation of this and a tidy solution is listed here, however, it does require replacing an SMD resistor, which is very small and fiddly. This forum mentions other solutions are available, but no links are given, so if you find them, list them here.

Eliminating the 10sec waits and Upgrading an Arduino NG to Auto-Reset

In the following situations, the NG originally listened for upload data for 10 seconds before running its sketch. 1) After powerup 2) After reset (manual or auto) 3) After upload complete These waits can be eliminated by upgrading the bootloader and optionally, soldering on a capacitor:

NOTE: Burning the bootloader cannot be done over the usual USB cable - you need 1 of the 3 special cables available, but don't get too worried - the easiest is simply a parallel port and 3 resistors! Details here.

The simplest to eliminate are 1) and 3), via replacing the bootloader with the ADABOOT bootloader (aka Lady Ada's Universal Bootloader).

You can eliminate all of 1) 2) and 3) with the via replacing the bootloader with the Decimilia bootloader. However, you have to make a hardware hack first (soldering a capacitor onto two empty pads) detailed here. NOTE: you can do the hardware hack without upgrading the bootloader - this will still enable the auto-reset feature (no need to manually hit the reset button), but you will still have the 10sec waits.