Powering the Nano Every with a 5V shield

Hi,

I'm planing to power an Arduino Nano Every with batteries using a dual18650 battery shield like this one: https://www.amazon.de/-/en/diymore-Battery-Extension-Raspberry-Arduino/dp/B0822Q4VS4/

This shield gives me only 5v and 3v.

Since the Nanno Every can only accept 7v - 21v in the Vin input and I do want to use the power regulator on the board, it is possible to feed the 5v directly to the USB input of the board and using this power regulator?

thanks

shield usb to nano every usb, why not? why do you ask? the 5v onboard regulator won’t be involved, only the one producing 3.3v

I thought that was not the intended way to power the nano.

Could I bypass the USB micro connector and soldering the shield 5v outputs to the side pins on the socket?

powering board via usb? pretty sure it is intended.

@eberendsen Connecting an external supply to either 5V or 3.3V pin will damage your board. Connecting to 5V pin will definitely damage the onboard MPM3610 DC-DC converter and connecting to 3.3V will damage AP2112 regulator. Arduino Nano Every is designed to only receive external input supply via VIN, else you damage your board. See https://content.arduino.cc/assets/NANOEveryV3.0_sch.pdf

thanks...

I'm not planing to connect a power supply either to the 5V or 3.3V pin.

As I understand, I can use the Vin with a 7 to 21V battery or 5V in the USB socket, is that right?

It depends.

Applying a weak 500mA USB power to the USB connector is no problem. The onboard 5V voltage regulator gets reverse current, but that is okay.
If you apply suddenly a very strong 5V to the USB connector, then the current peak can damage the board.

Using the 5V pin is more dangerous, because there is often no polyfuse and current can go into the computer (from the Arduino board via the USB cable into the computer). It depends on the board and the circuit. But it is mostly the same as with the USB power. If you apply a weak 5V to the 5V pin, then the voltage regulator can deal with the reverse current and the computer will probably not get damaged by the current into the USB bus.

Your Nano Every has a diode for the USB 5V. So the computer is safe, whatever you do.

I'm reading here that sterretje uses a 5V to 9V converter and applies 9V to the Arduino board: Smoke when powering Arduino UNO with 12v 7a - #2 by sterretje
I would go for 7.5V. When I use the barrel jack or VIN, then I use 7.5V.

Yes, you are correct. For the USB, use a regulated 5V.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.