makeIRLPCB engineering field guide

Modules & development boards

Arduino Nano Every integration: PCB layout and release checks

Design a reliable Arduino Nano Every carrier with real Microchip ATmega4809 power, pinout, footprint, layout, sourcing, and MakeIRL gate guidance.

Practical PCB integration · KiCad 9 · Manufacturing gate

Start with the actual Arduino Nano Every, not a generic footprint

A dependable carrier for the Arduino Nano Every starts by treating it as a specific development board, not as an interchangeable member of the Arduino 5 V family. This version is built around Microchip ATmega4809, uses 8-bit AVR or 32-bit Arm, depending on board, and occupies 45 × 18 mm. Its physical implementation is Arduino Nano 30-pin 2.54 mm header pattern. Those details determine the land pattern, carrier outline, programming access, antenna or connector clearance, and which signals are genuinely available after the module maker has used its own pins.

Nano Every keeps the Nano shape and 5 V I/O but uses ATmega4809, more memory, and UPDI-based programming rather than ATmega328P internals.

Typical reasons to choose it include 5 V Nano socket upgrades and compact control and education products. The useful comparison is therefore not merely processor speed: it is whether the exact memory, radio, connector, power path, exposed I/O, and mechanical envelope match the product that will be built. The row below is the integration baseline that should agree with the schematic, footprint, BOM, assembly drawing, and firmware target.

PartArduino Nano Every
ControllerMicrochip ATmega4809
Architecture8-bit AVR or 32-bit Arm, depending on board
FormatArduino Nano 30-pin 2.54 mm header pattern; 45 × 18 mm
Power input5 V by USB or VIN with onboard conversion
I/O domain5 V digital I/O unless the exact board documentation says otherwise
Memory48 KB flash, 6 KB SRAM and 256 B EEPROM
Radionone
InterfacesSPI, I²C, UART, ADC, PWM, USB
Critical pinsNano header map with ATmega4809 peripherals; UPDI programming replaces classic AVR ISP assumptions

Power, placement, and signal planning

The carrier power tree must satisfy 5 V by USB or VIN with onboard conversion while every external signal respects 5 V digital I/O unless the exact board documentation says otherwise. These are separate checks. A board can accept USB or VIN at one connector while its GPIO remains strictly 3.3 V, and an onboard regulator can be safe at idle yet lose regulation during a radio, display, motor, or memory-current burst. Document which source owns each rail, what happens when USB and carrier power are both present, and where bulk and high-frequency decoupling close the current loop.

Use the official Nano row dimensions and Micro-USB clearance, and keep access to test/programming points if a custom production fixture must recover the board.

  • Use the official board outline and header coordinates, including the non-grid offset on the Uno digital header. Label shield orientation and keep USB, DC jack, reset, and tall connectors accessible.
  • Budget current separately for the 5 V and 3.3 V pins. When a carrier also has USB or external power, prevent regulator outputs from fighting and level-shift every 3.3 V-only peripheral that lacks 5 V-tolerant inputs.

Route from a verified pin table rather than a reseller graphic. In particular, treat Nano header map with ATmega4809 peripherals; UPDI programming replaces classic AVR ISP assumptionsas design constraints that must survive schematic capture, footprint numbering, layout, production programming, and enclosure assembly. Mark orientation on copper or silkscreen, retain recovery/debug access, and make every antenna, cable, card, switch, or connector operable after the carrier is fully populated—not only while it is open on a bench.

What the manufacturing gate should check for Arduino Nano Every

A generic DRC run cannot know that a technically connected pin is the wrong boot strap, that a development-board header was mirrored, or that copper under an antenna will ruin range. The useful release check combines KiCad connectivity and fabrication rules with the product-specific conditions below. Each item should be supported by the selected module datasheet, hardware guide, board schematic, or mechanical drawing—not by a footprint name alone.

  1. Check header spacing, the Uno offset where applicable, board outline, connector overhang, and the physical pin numbering used by the shield or carrier.
  2. Check 5 V logic against every attached sensor, radio, and memory device; verify regulator current and competing USB, VIN, and 5 V power paths.
  3. Check reset access, SPI location, I²C pull-ups, analog-reference use, and all connector pins for direction and voltage compatibility.
  4. For Arduino Nano Every, check the Every-specific pin/peripheral mapping, UPDI workflow, 5 V logic, VIN range, and any classic-Nano timer assumption.

After those checks, refill every copper zone, run ERC and DRC from the same revision used to generate fabrication data, and inspect the actual Gerbers, drill file, BOM, and placement output. Confirm that the module ordering code in the BOM matches the memory and radio assumptions in firmware. A carrier is not release-ready when its prototype happens to boot; it is ready when the exact build configuration can be reproduced and inspected.

Common integration failures and sourcing reality

These failures recur because family names conceal physical and electrical differences. For this particular integration, watch for the following concrete mistakes:

  • Code or shields that depend on ATmega328P register layout, timer allocation, or direct-port numbers may fail despite physical compatibility.
  • Drawing every Uno header on a 2.54 mm grid even though one digital-header gap is intentionally offset and will not mate.
  • Powering a 3.3 V sensor from 3V3 while still allowing 5 V I²C pull-ups or SPI outputs to reach it.

Sourcing note. Use Arduino's exact Nano Every code; classic Nano clones are not firmware-equivalent alternates. Record the complete manufacturer code, approved alternates, module or board revision, antenna and cable when applicable, memory population, and the firmware build that was tested. If a substitute changes any of those facts, reopen the footprint, power, pinout, radio, and production-programming review instead of treating it as a purchasing-only change.

From module choice to review-ready board

Use Arduino Nano Every as the starting point for a generated carrier you can inspect in KiCad.

Generate a carrier board