Power needs, motor drivers, and more.. #546
Replies: 8 comments
-
Posted at 2014-07-19 by DrAzzy Can you post how you have it wired? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-07-19 by gnz Sure thing. I don't have a fritzing diagram yet (shame on me!), but here are some pictures of the wiring: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-07-20 by gnz Alright! I've done my homework, here's the diagram :)Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-07-20 by DrAzzy It sounds like you're not providing an appropriate voltage for the motors; if you say it came with 4xAA battery pack (6v) - I'd assume that's the voltage the motors are meant to be run at. On USB power, it would be getting 4.3v (there's a diode on the 5v), and on a 1S lipo, around 3.7v - This would explain the low torque you're observing. Run it off a battery pack (connected to the battery connector) that supplies around 6v, and it should perform much better. Since you want to use a rechargable LiPo battery, I'd be inclined to use a boost converter to step it up to the desired voltage - you can get them on ebay for dirt cheap. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-07-20 by gnz Thanks Doctor! Switching to the 4xAA battery pack indeed gave it a much better torque! May I ask a couple additional noob questions?
Thx! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-07-20 by gnz and one more question: when it drives forward or back, it is always slightly turning to one side. I tried adjusting wheels, inverting them, removing sensors, etc, but to no avail. I suspect something in the wiring makes one engine get a tad less power than the other, is that again related to the voltage and will be fixed by one of the options I asked before? Or is there a wiring problem, like powering from the wrong pin or the like? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-07-20 by DrAzzy
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-07-20 by gnz Thx a lot! I was reading up a lot more on the veering question, and it seems it is quite a common problem, and not so easy to solve it as it seems. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-07-19 by gnz
Hey guys,
I'm pretty new to this world of electronics and hardware hacking in general, and I'm working on a project to build a simple 3-wheeled robot that can be controlled over internet.
So far, I was able to get it to work, but not so reliably as I want it to, and I am guessing I have powering issues (or wiring perhaps?).
My setup is as follows:
The CC3000, distance sensor and even the motor driver are wired via the breadboard (even thou the Espruino tutorials sort of implied the motor driver goes soldered into the prototyping area).
I have only one power source for everything, either my computer via USB, or a LiPo battery 1400mAh.
If I power it directly via USB with my computer, the whole thing works, but one annoying issue: Usually when I fire a command ("FORWARD", "LEFT", etc), the motors don't really kick in, and I have to literally push it a bit. Once they starts moving, everything keeps on rolling fine.
Now, if I power it via battery, the thing doesn't seem to have power to do anything. Sometimes I have to lift it from the ground for it to start rolling.
So, in summary, my questions are:
Thanks a bunch in advance, and sorry if some of the questions are extremely dumb! :)
Cheers
gonzalo
Beta Was this translation helpful? Give feedback.
All reactions