Very small battery powered fan circuit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tucocaps
    Badcaps Veteran
    • Apr 2013
    • 331
    • United Stated

    #1

    Very small battery powered fan circuit

    Hello,

    I was wondering if anyone would be so kind as to help me with some ideas about a small and simple battery powered small DC fan circuit I am trying to build. The product will hopefully go into production someday, so of course I'm trying to build something I can scale.

    Essentially, I'm starting with a 20x20mm dc fan that is about the size of a quarter. The lowest voltage it's rated for is 3 volts.

    The catch here is that I will be needing the fan to run at very low speeds, and want to be able to adjust the speed of the fan with something like a POT/volume adjustment.

    So, looking for ideas on how best to start building this circuit. I am thinking about using one AAA battery, because I want the entire assembly as small as possible, but would be nice to use a commonly available battery. I'm also looking for other battery suggestions, but I'm trying to keep the total cost of this in terms of electronics/battery fairly low at this stage.

    Thanks much for any help!
  • mariushm
    Badcaps Legend
    • May 2011
    • 3799

    #2
    Re: Very small battery powered fan circuit

    i don't know where you'd get 3v fans.. they're usually made for 5v and 12v.

    simple and not very efficient:

    http://www.pcbheaven.com/circuitpage...an_Controller/

    a npn transistor and a couple of resistors and optionally a couple of capacitors (all can be surface mount)

    + ----> resistor----> potentiometer ----> resistor ---> ground -

    potentiometer wiper - > base of transistor

    + ----> collector ----> emitter ---> fan ----> ground -

    more efficient, if your fan has four wires (meaning you can send a pwm signal to control rpm) then you could use a 555 IC and adjust the pwm duty cycle with a potentiometer.

    Comment

    • tucocaps
      Badcaps Veteran
      • Apr 2013
      • 331
      • United Stated

      #3
      Re: Very small battery powered fan circuit

      Thanks mari. This is the fan I just ordered to test with. I'm thinking it doesn't have the extra lead you are talking about.

      http://www.ebay.com/itm/181241465497...84.m1439.l2649

      Comment

      • mariushm
        Badcaps Legend
        • May 2011
        • 3799

        #4
        Re: Very small battery powered fan circuit

        The fan needs 3.7-5v to work, not 3v.

        It only has two wires, ground and voltage so you can't adjust rpm using pwm signal, your choices are either restricting the current or reducing the voltage.

        The current can be limited either by the method above, or by using a simple resistor in series.

        If you want to reduce voltage by a single resistor you do it like this.

        You see it says 5v 0.08A on it. So the internal resistance of the fan is V = I x R => 5 = 0.08 x R => R = 5/0.08 = 62.5 ohm

        Now if you want the fan to run at 3v, you need to figure out the current.

        V = I x R ... 3v = I x 62.5 ohm => I = 3/62.5 = 0.048 A

        So now you determine the resistor that will drop 2v on it at 0.048A.

        V= I x R ... 2v = 0.048 x R => R = 2 / 0.048 = 41.66 ohms so you pick a resistor as close as possible to this value. let's say you pick 42 ohms. Power dissipated is ixixr = 0.048x0.048x42 = 0.09 watts. So a 0.125w resistor will be enough, but going with a 0.25w would be better.

        And now you have basically +5v --- resistor 42 ohm --- [+] fan running at 3v [-] ---- ground

        I would recommend a lipo or lithium ion battery for this, they run at 3.7-4.2v. But you'll need a lipo charger for the battery.

        See batteries here: http://hobbyking.com/hobbyking/store...tSortOrder=asc

        See chargers here: http://hobbyking.com/hobbyking/store...tSortOrder=asc

        Comment

        • budm
          Badcaps Legend
          • Feb 2010
          • 40746
          • USA

          #5
          Re: Very small battery powered fan circuit

          You can do some experimentz and find out for yourself and learn about motor control at the same time.

          http://www.electronics-tutorials.ws/...odulation.html
          You do not need large 2n3055, MOSFET will be better.

          http://www.circuitstoday.com/pwm-mot...ontrol-circuit

          http://www.analog.com/library/analog...fan_speed.html
          Last edited by budm; 03-21-2014, 05:23 PM.
          Never stop learning
          Basic LCD TV and Monitor troubleshooting guides.
          http://www.badcaps.net/forum/showthr...956#post305956

          Voltage Regulator (LDO) testing:
          http://www.badcaps.net/forum/showthr...999#post300999

          Inverter testing using old CFL:
          http://www.badcaps.net/forum/showthr...er+testing+cfl

          Tear down pictures : Hit the ">" Show Albums and stories" on the left side
          http://s807.photobucket.com/user/budm/library/

          TV Factory reset codes listing:
          http://www.badcaps.net/forum/showthread.php?t=24809

          Comment

          • tucocaps
            Badcaps Veteran
            • Apr 2013
            • 331
            • United Stated

            #6
            Re: Very small battery powered fan circuit

            Thanks everyone for the replies. Very informative, and I am grateful for the help. I've started to prototype and experiment with this project, and now have a few more questions popping up.

            I tested my basic design with a 9 volt battery, and found that the speed of the fan , just with a direct connection to the 9 volt, is already in the range of speed that I am looking for.

            What I'd like to do is devise a pot type adjustment for fan speed, as we were talking about earlier, but sooner or later I'm going to want to capture 3 or 4 speed "settings" , and convert the circuit into something where those speeds can be selected via a momentary push button type switch.

            The battery type and size is quite puzzling to me due to my limited experience and knowledge in this area. Of course, I want the battery to last as long as possible, and I'm thinking I am ultimately going to want a rechargeable battery, with the recharge circuit also being on the device. It does have to eventually be fairly compact. The entire circuit including the battery, charger, and control part. What type, size and voltage battery might be a good choice for this? I think a thinner narrow battery is going to fit my design best. Something about 2 inches long , 1/2 inch or less wide, and as thin as possible.

            Thanks for any further help.

            Comment

            • tucocaps
              Badcaps Veteran
              • Apr 2013
              • 331
              • United Stated

              #7
              Re: Very small battery powered fan circuit

              Originally posted by mariushm
              The fan needs 3.7-5v to work, not 3v.

              It only has two wires, ground and voltage so you can't adjust rpm using pwm signal, your choices are either restricting the current or reducing the voltage.

              Actually, there is a 3rd yellow wire attached to the fan. Would this be a signal wire?

              Comment

              • mariushm
                Badcaps Legend
                • May 2011
                • 3799

                #8
                Re: Very small battery powered fan circuit

                No, that would be a rpm sensor wire .. it tells you the speed the fan is rotating at.

                Comment

                Related Topics

                Collapse

                • piernov
                  Laptop battery charging circuit
                  by piernov
                  1. Some theory
                  1.1. Introduction
                  Almost every laptop has a charging circuit of some sort, that does a few things:
                  • Manages switching between AC adapter and battery power
                  • Manages battery charging and generates power rail to charge battery


                  There are 2 different designs to handle switching between AC adapter and battery power and feeding the system:
                  • Hybrid power boost (HPB) and traditional circuits without power boost (see Warning in HPB section)
                  • Narrow VDC (NVDC)

                  Texas instrument has a nice overview of these technologies with some more details at https:...
                  11-15-2020, 01:31 PM
                • Crrose
                  How to test circuit board battery connection.RS-4i sequential stimulator
                  by Crrose
                  Not sure where to post this but I have an RS-4i sequential stimulator that runs off rechargeable batteries and also has a VL2330 coin cell battery that retains the memory. If that battery doesn't hold charge or connection is bad then the unit will power on and say to recharge. Once it is charged it indicates it is charged but when you turn unit on it powers off saying to charge batteries. I replaced that coin cell battery and now it won't even indicate batteries need to be charged. I have tested the battery pack and it is fully charged at 6V but the coin cell only shows 2.97V which is a brand...
                  03-21-2023, 03:55 PM
                • techfreak9356
                  Vostro 3400 (LA-K033P) won't charge battery, everything else ok
                  by techfreak9356
                  I bought a Vostro 3400 motherboard (LA-K033P) to upgrade over my damaged Inspiron 5593 (LA-J091P) board. Everything else is ok except for the battery. This battery I am using now is already a replacement one since I disposed of the bloated original one. Back in the Inspiron 5593 motherboard, the battery charges fine and is identified just fine. However, with the upgraded motherboard, suddenly the replacement battery is labeled as "Not a dell battery". When I borrow a similar battery from my colleague (which did not have replacements yet), it is identified and charges just fine.
                  ...
                  09-14-2023, 11:10 PM
                • Document Archive
                  ISL88739AHRZ ISL88739 Laptop Battery Charger Datasheet
                  by Document Archive
                  The ISL88739 & ISL88739AHRZ are a highly versatile combo battery charger
                  configurable for operating as either a Hybrid Power Boost (HPB)
                  charger or a Narrow VDC (NVDC) charger, supporting 2-, 3-, or
                  4-cell batteries. Both configurations allow the battery to work with
                  the adapter together to supply the system load when it exceeds
                  the adapter capability, referred to as system Turbo mode. HPB
                  charger configuration reverse-boosts battery energy to the system
                  bus to help the adapter provide the system power in Turbo mode.
                  NVDC charger configuration...
                  11-05-2024, 03:28 PM
                • ferah831208
                  Strange battery present behaviour in Lenovo Legion 5-15ARH05 mb model nm-d041
                  by ferah831208
                  Hello guys, i need help with this problem, I have a NM-D041 mobo, it came with low impedance in 3v linear regulator rail, the cause was a damaged EC controller ITE8227e-192. I ordered a new one and replaced it. This laptop have a different chip for keyboard management and it8227e pins for programming ITE chips are not accesible through keyboard interface, I flashed it using i2c interface pins with vertyanov programmer because laptop was dead and SPI flash didn't have power (only 3v EC) so it couldn't access firmware stored in SPI memory. I read SPI and extracted it8227 firmware from original BIOS...
                  03-18-2025, 01:18 AM
                • Loading...
                • No more items.
                Working...