Arduino Nano Every (Single Board) [ABX00028-A] – ATmega4809, 48KB Flash, 6KB SRAM, 20 Digital I/O, 8 Analog Inputs, Micro USB Type-B, Compatible with Arduino IDE for Embedded Projects
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7

Arduino Nano Every (Single Board) [ABX00028-A] – ATmega4809, 48KB Flash, 6KB SRAM, 20 Digital I/O, 8 Analog Inputs, Micro USB Type-B, Compatible with Arduino IDE for Embedded Projects

4.6/5
Product ID: 155080517
Secure Transaction

Details

  • Brand
    Arduino
  • Model name
    ARD_A000005
  • RAM memory installed size
    6 KB
  • Memory storage capacity
    48 KB
  • CPU model
    Cortex
20 MHz ATmega4809 MCU
💾48KB Flash + 6KB SRAM
🔌Micro USB Type-B connectivity

Description

🚀 Elevate your DIY game with the Nano Every — where power meets precision!

  • VERSATILE I O - 14 digital pins (6 PWM) + 8 analog inputs for ultimate sensor and actuator control.
  • EXPANDED MEMORY - 48KB Flash and 6KB SRAM let your complex projects run without limits.
  • ARDUINO IDE READY - Seamless integration with Arduino’s ecosystem for rapid prototyping and innovation.
  • POWERHOUSE PERFORMANCE - 20 MHz ATmega4809 delivers faster, smoother embedded computing.
  • PLUG PLAY PROGRAMMING - Micro USB Type-B ensures hassle-free connection and coding.

The Arduino Nano Every is a compact, high-performance single-board microcontroller featuring the ATmega4809 running at 20 MHz, with 48KB flash memory and 6KB SRAM. It offers 14 digital I/O pins (including 6 PWM) and 8 analog inputs, all accessible via a convenient Micro USB Type-B port. Fully compatible with the Arduino IDE, it’s perfect for professionals and hobbyists seeking a versatile, reliable platform for embedded projects.

Large manufacture image 1Large manufacture image 2

Specifications

Processor2E+1 cortex
Memory Speed20 MHz
Hard Drive1 MB HDD
Card DescriptionIntegrated
Graphics Card Ram Size6 MB
Wireless Type802.11b
BrandArduino
SeriesARD_A000005
Item model numberABX00028_SML
Operating SystemDOS
Item Weight0.705 ounces
Product Dimensions1.77 x 0.71 x 0.39 inches
Item Dimensions LxWxH1.77 x 0.71 x 0.39 inches
Processor BrandARM
Number of Processors1
Computer Memory TypeEEPROM
Flash Memory Size48 MB
Hard Drive InterfaceATA-4
Hard Drive Rotational Speed1 RPM
Optical Drive TypeBD-R
ManufacturerArduino
ASINB07VX7MX27
Country of OriginItaly
Date First AvailableJuly 31, 2019

Have a Question? See What Others Asked

Does it really runs at 20mhz as the product description says? when i compile i see -df_cpu=16000000.
The pinout diagram list some pins with an extra '~', e.g. ~D10. What is special about those pins?
Are the port registers the same between the uno and every? will my existing uno code that uses port registers work without modification on the every?
When using with the arduino ide, does it run at 20mhz or 16mhz?

Reviews

4.6

All from verified purchases

A**M

Arduino Nano Every is a great choice for DIY and programming learning enthusiasts

First of all, I would like to note that Nano Every is an excellent choice for those who want to start exploring the world of Arduino and microcontroller programming.One of the key advantages of this board is its versatility. Nano Every is suitable for a wide variety of projects – from simple devices to complex systems. Due to its compact size and easy connection it is ideal for prototyping.The manufacturing quality of the board is at a high level. All components are neatly arranged on the board.The software part, Arduino IDE, is a convenient and easy-to-use tool for creating and debugging programs. Due to this, the learning and development process becomes more comfortable and efficient.Overall, I am very pleased with my choice and recommend the Arduino Nano Every to anyone who wants to explore the world of Arduino and learn how to program microcontrollers.

R**B

Genuine article as described in the advert

Genuine article as described in the advert

J**Y

First time Arduino user

The media could not be loaded. Bought this to control an iron man helmet cosplay project, came next day, well packaged. I'm no soldering expert, and this took the abuse I gave it with a soldering iron with no issues, managed to upload code to it from the internet and it worked!Have it powered by a USB external power supply and the Arduino has two servos, two led's and a push button switch hooked up to it.*Note, I had to close my 3d printer software to free up the port for the Arduino software to recognise the Arduino

B**E

Great functionality for the money

Excellent bit of kit. Good functionality and great value. Works beautifully with the Arduino IDE, as you would expect. Up and running in minutes.

W**P

Great for little projects

I used this board to program a functional cosplay helmet I made . Works great.

A**.

First genuine arduino board I ever bought, got a lot of issues with it.

Doesn't work with many libraries.Had to contact Ladyada to adjust one of them to work with this board.Was hoping for replacement of fake pro micros.

E**I

Better specs than a Nano, but in practice something of Curate's Egg

I bought an Every 3-pack direct from Arduino in Italy, but I'm reviewing here in case it helps any prospective buyers.Arduino say the Every is "an Improved Arduino Nano [...] a pin-equivalent substitute. Your code will still work, and you will NOT need to re-wire those motors you planned in your original design. The main differences are: a better processor, and a micro-USB connector" but that's definitely economical with the truth. Yes, there's more memory, better power flexibility and a neater micro USB instead of the Nano's mini, but ... and it's a big but ... it's NOT a drop-in replacement (even with ATMEGA328 compatibility mode enabled) for some or even many projects that uses 3rd party libraries.The problems I had were:1) Support for the board isn't built in to the current desktop Arduino IDE (though is for the web version), so has to be downloaded and installed using the board manager. A minor and easily solved issue, but a possible hurdle for a beginner.2) Also minor, but baffling - the pin IDs are all on the (now flat and component-free) UNDERSIDE of the board. Why?! It's trivial, but unnecessary and annoying if you want to install the headers and use it in a breadboard, as the IDs are all hidden underneath!3) The biggest show-stopper for me, and no doubt very many others, is that I've used a Nano to drive WS2812B addressable RGB LEDS using the excellent FASTLED library, but that doesn't yet support the Every, so any sketch using FASTLED just won't compile. I gather this isn't simply a pin mapping issue, but is a result of the Every using a different processor, the ATMEGA4809. That means many third-party libraries such as FASTLED, especially if they're time-critical or use assembler, will probably need a complete re-write. Sadly the developer of FASTLED, Dan Garcia, died in a tragic accident last year, which has of course delayed plans to add 4809 support (though the use of FASTLED in probably thousands of projects around the world is of course a lasting tribute to him).So in conclusion, though the Every is undoubtedly an improvement in some respects, I would NOT recommend it over the Nano until it's more widely supported. After all, there's no point in having lots more flash and RAM if your sketch won't even compile!Even minor changes such as labelling the pins on the top of the board and adding support to the IDE "out-of-the-box" would help, but I really don't think it should have been released until they'd helped developers ensure that most 3rd party libraries, at least the widely used ones like FASTLED, worked with it. It would have been far better to just re-engineer the original Nano with a micro-USB and perhaps topside components, and ideally dropped the price to that of the Every, because at the moment I can't see the Every competing with the many cheap Nano clones available.

Common Questions

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Meera L.

Smooth transaction and product arrived in perfect condition.

3 weeks ago

Ali H.

Fast shipping and excellent packaging. The Leatherman tool feels very premium and sturdy.

1 day ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving over 300 million shoppers across more than 200 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
£22.64

Duties & taxes incl.

UKstore
1
Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Yusuf A.

Fantastic experience overall. Will recommend to friends and family.

1 month ago

Zainab N.

Fantastic and great service. Shipping was faster than expected.

1 week ago

Arduino Nano Every Single Board Abx00028 A Atmega4809 48kb Flash | Desertcart GB