Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Batteries for robot

  • 28-05-2017 8:00pm
    #1
    Registered Users Posts: 582 ✭✭✭


    We've built obstacle avoiding robots .

    Simple spec: 2 DC motors (6V-10V), HC-04 Sonar sensor, 1 servo - based on Arduino Uno with L298N motor controller. Doing this as part of a CoderDojo group project for beginners.

    Powered by two PP3 9v batteries, one for the uno, one for the motors.

    Clearly the PP3s are not up to the job. The start/stop demand is too great. After a while the motors will not start , or one only will start and generally it becomes erratic. Particularly bad if using PWM to control speed. I need a better solution.

    I've been reading about possible battery configurations. I've seen it suggested that LiPo rechargeables are the way to go. They seem a tad expensive and require expensive chargers too. ( and as an aside - dire warnings exist about how hazardous they are.

    I could run from a single 11 volt maybe and supply 5volts, for the Arduino, off it, by regulation.

    I would welcome suggestions as to what batteries/ battery configuration might be suitable.


Comments

  • Registered Users Posts: 6,549 ✭✭✭zg3409


    Rechargeable PP3 may be much better, in particular nicad versions. While the total capacity is not that high, they can give out high power for short periods, are cheap and easy to recharge. For relatively high consumption projects they might be the way to go and would not require any changes.

    In Dublin we built these kits. No software needed, just very basic soldering skills:
    https://www.tog.ie/2017/05/electronic-build-it-workshop-3/

    https://www.youtube.com/watch?v=fxr_rktYpqk

    Let us know how you get on.


  • Registered Users Posts: 36,163 ✭✭✭✭ED E


    Two 18650s would be a little bigger but could provide 8.4v and 6A+. With protected cells there really is no risk.


  • Registered Users Posts: 582 ✭✭✭Anchises


    Thanks to both of you.

    Will try the pp3 rechargeable first.

    The other, 18650, I've no experience of and would need two to get the Volt up to 8.4.
    Are they really over Euro 20.00 each ?
    And what kind of charger would I need ?
    Since they are bigger than AA batteries, I would need a battery holder too.

    And links to Irish suppliers ? I'm in Cork.


  • Registered Users Posts: 582 ✭✭✭Anchises


    > 18650s would be a little bigger but could provide 8.4v
    Should that be 7.4V ?

    This looks like the one you suggest ... Is it ?

    http://ie.farnell.com/ansmann/1307-0000/li-ion-battery-3-6v-2600mah/dp/2723326


  • Registered Users Posts: 36,163 ✭✭✭✭ED E


    Depends on the voltage you look at. Empty its 3.7v/cell, full 4.2v.


  • Advertisement
  • Registered Users Posts: 582 ✭✭✭Anchises


    Good :)

    That clarifies that.

    From what I was reading it looked like there were two different batteries


  • Moderators, Regional Abroad Moderators Posts: 5,374 Mod ✭✭✭✭aido79


    ED E wrote: »
    Two 18650s would be a little bigger but could provide 8.4v and 6A+. With protected cells there really is no risk.

    I'm building an arduino smartcar with collision detection at the minute which specifies that unprotected 18650 batteries should be used. It uses a Uno board and apparently the difference in voltage between the unprotected and the protected batteries can affect the board. It's just something to be aware of.


Advertisement