How to power arduino Nano with 9v Battery?

Newb here.

I have a project that requires me to integrate:

  • OLED screen
  • Pixel Ring
  • MPU6050
    On an arduino Nano so that it can be packed into a 3d print. How do I go about powering the nano?

Also, how do I split the 5v power and ground without a breadboard?

If you mean a "smoke detector" 9v battery - it is not a good idea, because the battery has a very low capacity.

In any case, you can't supply the Nano by 9V via VIN pin and power display and modules via Arduino 5v pin. You need an external voltage regulator 9v - 5v for it.

by soldering.

1 Like

So what your saying is that it isnt possible to power all of these into a hand held device at this size? (See image)

hero_2_hand

Big newb here.

I have a project that requires me to integrate:

  • OLED screen
  • Pixel Ring
  • MPU6050

The objective is to have no wiring visible. See photo for size (note that the model can be made bigger).

How do I go about powering the nano? Battery pack? 9v not enough power right?

Also, how do I split the 5v power and ground without a breadboard? Do I have to solder?

@jayroyal

Your two or more topics on the same or similar subject have been merged.

Please do not duplicate your questions as doing so wastes the time and effort of the volunteers trying to help you as they are then answering the same thing in different places.

Please create one topic only for your question and choose the forum category carefully. If you have multiple questions about the same project then please ask your questions in the one topic as the answers to one question provide useful context for the others, and also you won’t have to keep explaining your project repeatedly.

Repeated duplicate posting could result in a temporary or permanent ban from the forum.

Could you take a few moments to Learn How To Use The Forum

It will help you get the best out of the forum in the future.

Thank you.

Depends on how many pixels on the ring you want to light up at a time. But yeah, I'd look in different directions than the 9V smoke detector battery. Use something rechargeable for starters. There are plenty of rechargeable lithium battery packs that you can use in conjunction with a suitable charge controller.

You probably don't need 9V anyway but something like 5V. If you use WS2812B for the LED 'pixels' you should be able to run the whole thing on 3.3V if you throttle down the Nano from 16MHz down to 12MHz.

Test your project on a breadboard, then transfer everything to a PCB.
Skip the Nano in the final version and translate the Nano circuitry to your own custom PCB.
This will be the slickest solution by far. You may be able to kludge something from modules, but it'll be more challenging to make it all fit.

The enclosure on your picture shown nothing related to your project. I don't see any place for Nano and display.

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