Small Arduino

What is the smallest board I can use to run a very simple project to slowly flash 5 LEDs ? I need to run from a small battery.
5 Replies
IsakS
IsakS3mo ago
From Google: "Nano Every The Nano Every is Arduino's 5V compatible board in the smallest available form factor: 45x18mm! The Arduino Nano is the preferred board for many projects requiring a small and easy to use microcontroller board."
chris_stylus
chris_stylus3mo ago
The D1 Mini is a great choice for your project. It's very compact — just 34.2mm × 25.6mm, so it fits easily even in tight spaces. It can handle 5 LEDs without any issue and works well with small batteries, especially if you use sleep modes to save power. Price-wise, it's quite affordable too — usually around ₹160–₹230 from local electronics shops, and about ₹350–₹500 if you're buying it online from sites like Amazon or Flipkart.
No description
DarwinWasWrong
DarwinWasWrong3mo ago
DFR0282 Evaluation Board, Beetle, ATmega32u4, 8 bit megaAVR MCU
No description
DarwinWasWrong
DarwinWasWrong3mo ago
Also - describe the flashing leds you want. There are ways of using 2 leds on pins if they alternate

Did you find this page helpful?