Hi guys,
this is my first question (probably i'm doing this wrong and I apologize in advance).
I have a drone without lipo battery (3.7v, 500mah, 1 cell), the question is easy:
Can i use arduino instead the battery? Means, can i connect arduino to feed the circuit of the drone?
But, taking a stab at this, it sounds like you want to use the Arduino Power Supply [specifically the +3.3V output that is available on the UNO -- assuming we're talking about an UNO], to power your "Benched" Drone -- what? For testing purposes? [that's an example of one of the details that would assist us in helping you. ]
The answer, if I got your scenario correct, depends on how much power that drone needs, and what Arduino "flavor" you yearn to use [notice how I'm impeded by the lack of these details -- another Teachable Moment ].
Reguard your answer, you got it exactly right.
I have an arduino UNO R3 and i need only to do some test on the drone.
For example the first, look if it turns on.
mm i understand.. But i wanted to use Arduino only because i don't have the battery so there isn't another way without using it? (I know it sounds like bullshit)
srnet:
Then clearly you first have to measure how much current the drone is taking when its running from battery.
That might be a "Catch-22" since the OP stated the absence of a battery.
How about this: Since the Arduino's regulator is fairly good at saving it self, when demands are greater than it's capabilities, perhaps just try it, and if the Arduion's regulator doesn't give up, you're good. In the very unlikely case where the Arduino's regulator actually frys, well, perhaps replacing it is not a daunting expense?
I don't think any drone could even start moving its props on that little current. You're likely to need a much better power supply. Such a LiPo battery can easily supply a few amps, at least for a short while, and that can very well be the peaks the motors draw to get going (stall current).
Ive got a small drone around the size of the OPs , and it will fly for 4 minutes on a 3.7V 800mah battery, which works out roughly to 12 amps , so 3 amps per motor.
Even a wallwart wont provide that sort of current.
You may be able to just test just the electronics in the drone , as long as you dont enable the ESC, ie dont power the motors.
mauried:
You may be able to just test just the electronics in the drone , as long as you dont enable the ESC, ie dont power the motors.
ok thanks! And so how can i do this?
Tell me if i'm wrong: can i disconnect motors from the circuit of the drone and then connect arduino output (3.3V 50mA) to test only the power on?
Probably this will not be enough to turn it on and so I will try another solution, but would I have possible side effects? (ie. burn or broke something)
If not, do I connect the output to the circuit directly? or do I need other components?
Thanks you all, this isn't only for the project itself but also to deepen my general knowledge!
Thanks you all, this isn't only for the project itself but also to deepen my general knowledge!
once again, the Arduino is NOT a power supply - if you are using it just for the 3.3V - and will be getting ONLY 50mA - it seems pointless - what exactly are you testing ?
That 3.3V output is meant to power sensors that need this voltage. Most need just a few mA, if that much.
Your drone's control board probably needs just a few mA, too - but without motors you won't get any feedback from it other than that you can see the LEDs go on. No way to see if it actually works, i.e. whether it may be able to fly.