nodebotsau / simplebot

SimpleBot is a very basic robot designed for learning about NodeBots.
MIT License
66 stars 20 forks source link

Power isolation needed when wireless #3

Open ajfisher opened 10 years ago

ajfisher commented 10 years ago

At the moment the assumption is that the servos run off 4xAA batteries (ish 6v) and that any arduino is tethered and as such it, plus any sensors run off 5V usb.

I noticed at CampJS that when running an arduino + motors + bluetooth all off the battery pack that current draw on the servos would occasionally reset the arduino. This obviously got worse as the battery discharged.

Suggestion then on having 2 supplies when in "wireless" mode to supply the MCU + sensors and then the main pack for the servos / motors. Other than that, doing some kind of supply filter stuff to smooth out any drops.

Would be good to get opinions on this; ping: @nog3 @geekscape

nog3 commented 10 years ago

I hadn't noticed that, but it sounds like putting a capacitor inline would help. I was thinking of putting an LDO vreg on the breakout board just so we can use higher voltages or one of those switching vreg boards that you can get for less than $2 from china.

devgeeks commented 9 years ago

:+1:

I think this is why, once I connected the wireless to my simplebot, it would only respond for a very short time before (I assume) resetting.

ajfisher commented 9 years ago

Yep I think for next time we'll have a look at some other battery options... We've always shied away from lipos because peeps don't generally have balancing chargers but we'll see what paths we can go down.

On Sun, Jul 26, 2015 at 9:32 AM tommy-carlos williams < notifications@github.com> wrote:

[image: :+1:]

I think this is why, once I connected the wireless to my simplebot, it would only respond for a very short time before (I assume) resetting.

— Reply to this email directly or view it on GitHub https://github.com/nodebotsau/simplebot/issues/3#issuecomment-124914467.