Nobody doubts the utility of the Arduino Nano and its many clones, and chances are good you’ve got at least one or two of the tiny dev boards within arm’s reach right now. But as small as it is, the board still takes up a fair amount of real estate, especially on solderless breadboards during the prototyping phase of a project. Wouldn’t it be nice to shrink down the Nano just a bit and regain a couple of rows for plugging in components and jumpers?
It looks like [Albert van Dalen] thought so, and he managed to get a Nano’s functionality — and then some — onto a DIP-26 footprint. The aptly named “Nano DIP,” which at 33 mm x 10 mm — about the same size as the ATmega328 on the Arduino Uno — will tickle the miniaturization fans out there. The board is built around an ATtiny3217 and has almost all of the Nano’s features, like a USB port, reset button, built-in LEDs, 5 V regulator, and preloaded bootloader. Its big extra feature is the 350-kilosamples-per-second 8-bit DAC, while sacrificing external crystal pins and a 3.3 V regulator.
To make the board cheap enough to manufacture, [Albert] elected a minimum component size of 0402, which made squeezing all the parts onto the board challenging. The MCU barely fits between the header pin pads, and the Micro USB jack had to be a vertical-mount type. It does the business, though, so if you’re looking to free up a little breadboard space, check it out.
Doubted. And none of them in sight.
that usb port is gonna last about 5seconds
solder a new one on when it breaks.
It’ll probably rip the pads when it breaks.
Put some glue before using it
Strip rubber sleeve to reduce torque
Yea, stop complaining, Its small and still has USB, be grateful.
What are we supposed to do solder a new one on every time we disconnect the cable?
It’s adorable, but it’s really not that much smaller than a nano.
Well I’m real amazed to see such a small form factor, I think it has the potential to replace some of the ready made chips and those which are obsolete , im still concerned about the USB connector tho..
Looking at the pcb layout it seems that the usb connector had 3 through hole pads. So that connector is pretty well secured to the pcb and breaking it loose requires more force than you think.
My homeys, chill. That micro-USB mounts through hole. See https://avdweb.nl/arduino/attiny3217/nano-dip there’s three pins.
Came here specifically knowing that there would be comments about the vertical USB. There is no issue with it exactly for the reason you state as it is a common form factor for many I/O connectors nowadays. I work for a contract manufacturer and see vertical Micro USB and USB-C every day. Several of the broadcast video products we manufacture even use vertical HDMI connectors. SMT pads for the I/O and all shield tabs are TH. They are as strong as RA mount.
Yeah, that’s a very risky placement. If it’s used for programming, I’d rather explore optical interfaces.
The USB connector is securely soldered with four through-hole pins. Don’t worry :-)
$20 + shipping for one ?? At that price it should be an Adafruit product.
This is very similar to uChip, which was an Arduino zero (SAMD21) in a DIP 16 package.
Waiting for the project where someone uses one to emulate the 328 on a Uno.
And somehow Doom.
We could emulate a ‘555.
You’ll need at least a i9 for that.
Arduception.
Should be named Aduino pico (or atto, femto, etc.) Plenty of smaller SI-prefixes to go.
It’s not orders of magnitude smaller, though. I don’t know Italian, but the diminutive of “Nano” might be “Nanino”?
Quite an achievement.
A third the size of a nano and leaves a *lot* of breadboard space, the lack of which is often a pain when prototyping so this could be really useful and is quite an achievement.
I do wonder if there could be more space made on the top of the board by using SMD DIP header mounted underneath so the terminally clumsy can have a more robustly mounted USB socket or perhaps a USB-UART connection?
Ugh. I wish there were a short edit window
Hands like feet? I know what you mean, CJay!
Yeah, having “Hands like feet” can be a real bummer! Many objects have died at the Hands of the Hands Like Feet.
Or, there are various designs out there for headerless connectors, i.e. just a pattern of pads to which you connect a special cable with appropriate magnets, pogo pins, or things of that type. Usually it’s done for JTAG headers but it would work for USB, and the advantage here would be that once you’ve programmed the thing, it only needs half the vertical space in your deployed gizmo.
It’s a pet peeve of mine when people go to great lengths to make boards with small footprints, and then just ignore the size of the components soldered to that board (looking at you, “credit card-sized” Raspberries Pi). If I want a small board, I probably want it to be small in all dimensions.
That is really cool. I have a few motor controllers that uses Nanos, that I could shrink even more. I doubt I will, but now I can :)
The completeness of the project with documentation, purchase option, IDE integration is also really neat.
“Micro” usb sockets are starting to look very big…
I would appreciate two things done differently with this. 1) a different implementation of the USB port–maybe stacked above the board or some kind of header, and 2) open source. Otherwise it’s an exciting development, albeit a little less exciting with it being sold out, and at $20 a pop.
See also: uChip from https://www.itaca-innovation.com/
“The provider has closed the shop. If you are the owner of the shop and think that it has been closed by error, please contact us via email at…”
This is pretty cool. I don’t have a use case that would justify the extra cost over a regular Nano, but I can see how some would. If they get the chance to scale up production enough to bring the price down, it’s something I might give a go.