Hi, I am pretty new to Arduino and I am making a project with my Uno R4 Wifi, it uses a servo and a motor to push a door closed, and when I power it with a 9v battery it barely moves the door, but when I use 9v wall power, it works very well, maybe better than the USB. But now I'm going to buy a few Nano Everys to make it wirelessly controlled, but the Every doesn't have a barrel jack, so I need to plug + to 5v and - to VIN, I think... but what battery pack should I use that can power the components with enough strength to move the door? I know a traditional 9v is usually horrible, but I was wondering if it's enough for a smaller board like the Nano Every? If not is a pack of 6 1.5 volts better?
I am using a
hobby servo (Hi-tec Hs-645 MG),
a generic dc motor with gearbox,
a NRF24L01 for wireless,
and a L9110S for driving the motor
Motors and servos should be powered separately from the microprocessor, and for the motor, you will need a suitable motor driver. Post links to the all the parts you will be using and people can advise on suitable batteries. The more details you supply, the better!
As far as the battery you are correct, I would be surprised if it was above 5V when the motor is running. The L293D is a nice part but on the obsolete side. Its biggest drawback is the 3V loss when it is powering a motor, that is burnt as heat. Using a MOSFET based H bridge will give you more motor power and speed, with a benefit of a longer battery life.
I would not bother with the 9V battery, it is expensive and does not have the power needed. A wall wart or different battery setup would be better. It is not the 9V but the energy available from that source. Check the amp capacity of the different sources you have used. Why not use your existing 9V power supply.
so I dont use any motor driver?
and I cant use the wall power 9v ont he nano im going to get because it doesnt have a barrel jack, so i was going to wire a battery pack to VIN and GND I just didnt know the battery i need
How long do those run for?
And is it possible to use a one use battery because I would like the project to be running all the time and not have to recharge it.
No matter what, any battery will deplete. Are you going to replace with a reserve rechargeable or another burner?
How long will it last? It depends what you use, a 2S1A or 2S2A, a bunch of AA's or a bunch of D cells.
That servo has stall current of 2.5A, what about your "generic dc motor"?
It's not only question of battery life but also if your batteries can supply enough to power them in the first place.
So, one pack with 8 AAs that powers the servo, the motor, the driver, and the NRF.
And for the arduino nano I need a boost converter? how do i use that?