Author Topic: Battery Operated Device Power supply  (Read 7196 times)

0 Members and 1 Guest are viewing this topic.

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Battery Operated Device Power supply
« on: February 15, 2018, 07:54:42 am »
I just got some interesting results.

I was running a breadboard project (prototype of a binary clock) with 6 LEDs switching on and off constantly, maybe an average of 10% LED usage.  An Arduino Nano, an RTC and a 74HC595 shift register.

I connected a nearly fully charged 18650 (4.1V) directly to the breadboard and left it running to see how long it would go for.

A week later (last night) the bits for the rest of the proposed power supplied arrived.

A TP4056 + 5V boost module.

So I checked how the battery was doing after the week, 3.56V.  So it was doing fine.

I decided as 3.56V was getting awfully close to when the Nano would brown out and crash I would add the TP4056 and Boost module to see how long it would continue running.

It was dead this morning.  So it ran for a week on 4.1V - 3.56V, but lasted only 9 hours with the modules in place.

Even if you include inefficiencies of the boost converter that performance stinks!  The boost converter was claimed to work down to 2V, but the TP4056 would cut off at around 2.5V.

Of course this make the concept of the power supply rubbish and I would be better off running it direct from an 18650 which I guesstimate would run it for 2 weeks.
« Last Edit: February 15, 2018, 08:13:23 am by paulca »
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline danadak

  • Super Contributor
  • ***
  • Posts: 1875
  • Country: us
  • Reactor Operator SSN-583, Retired EE
Re: Battery Operated Device Power supply
« Reply #1 on: February 15, 2018, 12:15:20 pm »
If I look at this datasheet I do not see anywhere it is guarenteed down to 2V
Vin operation ?


https://dlnmh9ip6v2uc.cloudfront.net/datasheets/Prototyping/TP4056.pdf


Regards, Dana.
Love Cypress PSOC, ATTiny, Bit Slice, OpAmps, Oscilloscopes, and Analog Gurus like Pease, Miller, Widlar, Dobkin, obsessed with being an engineer
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #2 on: February 15, 2018, 12:53:44 pm »
The boost converter module claimed it operated down to 2V (1.5V actually).  Of course the TP4056 cuts out around 2.5V to protect the Lithium cell.

The annoying thing is how it managed to get the battery from 3.5V down to 2.5V in 9 hours.

I need to test the current draw and compare it to the raw 18650.  Obviously the AVR chip will brown out, probably around 3V, but if the boost converter is going to suck up that much power it would run longer with out it.

Also, it is the TP4056 V2 board which include the protection IC as well which disconnects the cell when it's voltage drops below around 2.5V, it's not the actual TP4056 which cuts it off.
« Last Edit: February 15, 2018, 12:56:43 pm by paulca »
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline StillTrying

  • Super Contributor
  • ***
  • Posts: 2850
  • Country: se
  • Country: Broken Britain
Re: Battery Operated Device Power supply
« Reply #3 on: February 15, 2018, 01:33:08 pm »
"The annoying thing is how it managed to get the battery from 3.5V down to 2.5V in 9 hours."

I only use a couple of 18650s, during discharging and charging I get the impression nearly all of their capacity is between 3.6V and 4V, and very little of it between 3.6V and 2.7V.

One day, I might* do a battery powered LED clock, with a photo transistor facing forward so that it turns the LEDs off if it hasn't seen any movement for a while.

*= probably never. :)
.  That took much longer than I thought it would.
 

Offline soubitos

  • Frequent Contributor
  • **
  • Posts: 352
  • Country: gr
    • I sell on Tindie
Re: Battery Operated Device Power supply
« Reply #4 on: February 15, 2018, 01:53:56 pm »
This is normal behavior..
The battery discharges the bulk of its capacity from 4.2 down to around 3.2V

The useful range of the battery is from 2.8-4.2V
The TP4056 module you got most probably has a DW01x protection IC which allows for deeper discharge.
I use FS312F-G chips which will shut down at 2.9V...
If you use the battery as is with any load, you risk to over-discharge it... do this a few times and your battery will wear out too soon. Also, you must take care when recharging it after such a deel discharge, 100mA for a new 18650 until it reaches 3-3.1V is normal...

Even if you dont use the booster circuit and power your load directly from the TP4056 module, it is far better than powering your load from the battery without any protection.


 

Online Peabody

  • Super Contributor
  • ***
  • Posts: 1995
  • Country: us
Re: Battery Operated Device Power supply
« Reply #5 on: February 15, 2018, 03:08:06 pm »
The TP4056 datasheet says that when it's shut down (USB not connected), the BAT terminal sinks less than 2 uA.  And the DW01 datasheet says its operating current is typically 3 uA.  So it's unlikely either of them would run down the battery very fast.

I assume your boost converter's efficiency is on the order of 90%, but you could probably test that with your meter.

Then there would be the question of the power consumption of your load circuit when run at 5V versus when it's directly powered by the lipo at a lower voltage.

Maybe you could do a test with and without your charger and booster, with the lipo fully charged in both cases, and see what the difference is in how long it takes the battery voltage to drop to, say, 3.8V.
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #6 on: February 15, 2018, 03:14:47 pm »
Maybe you could do a test with and without your charger and booster, with the lipo fully charged in both cases, and see what the difference is in how long it takes the battery voltage to drop to, say, 3.8V.

This is the plan.  I am pondering how I log the current draw over time.  I suppose an arduino with a current sensor module would do.  I can ping the amps and volts out over serial and save it on the PC.  Alternatively I could use an ESP8266 and send it over Wifi.  (Obviously I don't have a data logging DMM).

Still to test the discharge for the life of the battery could take over a week!  I think I will just do a 12 hour test or something.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #7 on: February 15, 2018, 03:17:32 pm »
This is normal behavior..
The battery discharges the bulk of its capacity from 4.2 down to around 3.2V

At 3.56V it should have been somewhere around 40-45% capacity remaining.  It started at at least 90% and ran for a week.  So 50% capacity ran it for a week, but 40% capacity with the boost converter ran it for 9 hours.

My suspicion is the boost converter is using too much power.  I might desolder it's LED but a single LED shouldn't be that much of an issue as the Nano has a power LED and the project itself blinks 6 LEDs.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Online mikerj

  • Super Contributor
  • ***
  • Posts: 3238
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #8 on: February 15, 2018, 04:19:05 pm »
This is normal behavior..
The battery discharges the bulk of its capacity from 4.2 down to around 3.2V

At 3.56V it should have been somewhere around 40-45% capacity remaining.

Nowhere near 40%.  Maybe 5% or so at best.
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #9 on: February 15, 2018, 04:28:42 pm »
This is normal behavior..
The battery discharges the bulk of its capacity from 4.2 down to around 3.2V

At 3.56V it should have been somewhere around 40-45% capacity remaining.

Nowhere near 40%.  Maybe 5% or so at best.

Not from the evidence I have seen.  What is your reference for that?

5% would occur around 3.0V or even 2.9V

Also it depends on the load as to what the voltage would be.  At sub 100mA, 3.5V is roughly half way down the nominal flat area on the discharge curve, so around 40/45%.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline nrxnrx

  • Supporter
  • ****
  • Posts: 68
  • Country: ro
Re: Battery Operated Device Power supply
« Reply #10 on: February 15, 2018, 04:54:23 pm »
Hi!

https://www.google.com/search?q=li-ion+discharge+curve&tbm=isch

The above link is an image search. I couldn't decide which graph to attach.  :P

 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #11 on: February 15, 2018, 05:00:09 pm »
It's interesting because if you change the search to 18650 discharge curve you get completely different graphs.  However both searches show a wide variety.

In my experience when my 18650s are reading 3.6V there is plenty of time left and if you consider it, the "nominal" voltage is 3.7V.  The nominal voltage is the usually the mean point on the main "flat" part of the discharge curve.

In my experience, granted mostly with LiPos...

4.20V to 3.8V is a very steep drop covering around 15-20% of capacity.  The bulk of capacity is between 3.8V and 3.3V when it starts to steepen off again.

All of this highly depends on the load, a lot of those graphs are probably wrong as they are constant current at 1A discharges which is not totally representative of actual capacity.

If you "flatten" an 18650 at 1A to 2.9V and then wait the voltage will rebound back to around 3.2V or higher.  If you then discharge it further at 100mA you will get quite a bit more out of it.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Online mikerj

  • Super Contributor
  • ***
  • Posts: 3238
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #12 on: February 15, 2018, 05:44:32 pm »
It's interesting because if you change the search to 18650 discharge curve you get completely different graphs.  However both searches show a wide variety.

In my experience when my 18650s are reading 3.6V there is plenty of time left and if you consider it, the "nominal" voltage is 3.7V.  The nominal voltage is the usually the mean point on the main "flat" part of the discharge curve.

If you were getting ~3.6v under a decent amount of load I'd agree, but it sounds like you weren't drawing much current (I suspect well under 1C).
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #13 on: February 17, 2018, 09:43:50 am »
I'll accept the battery voltage under light load, for now.

Anyway.  So I let the 4056 charge it until it was happy it was fully charged.  The blue LED was flickering on and off for an hour.  Probing the battery showed 4.13V.  Not exactly accurately fully charged, but it was still under a small load from the prototype.

It lasted 24 hours.

So the efficiency is in the order of 20% compared to the direct 18650.

I'm not sure I can be bothered to set up a logging feature to record it's current draw but I will test instantaneous draw today to see what is what.  Without anything, with just the TP4056 and just the boost converter.

Obviously this solution is not going to work.  I would like the device to run for at least a week on 1 cell.  Basically I don't want to have a permenant USB power connection to it.  I just want to plug it in from time to time to refresh it while I'm charging my other gadgets.

A few asides.  The TP4056 seems to default to 0.5A charge.  I'm not sure if I should investigate the sense resistor, maybe the V2 boards come configured for 0.5A, the V1's I believe came configured for 1A.

The other thing that makes me wonder.... I cleaned the boards after soldering with what I was sold as "99.9% Pure Isopropanol Alcohol" off ebay (I know I should have just gone to the chemist).  However the boards are sticky.  So the alcohol has left a residue.  Now what are the odds the residue is semi conductive and drawing power.  I think it's a long shot as the boards are not getting warm to the touch, but then again I am working with a few tens of mA.
« Last Edit: February 17, 2018, 09:45:45 am by paulca »
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline soubitos

  • Frequent Contributor
  • **
  • Posts: 352
  • Country: gr
    • I sell on Tindie
Re: Battery Operated Device Power supply
« Reply #14 on: February 17, 2018, 04:56:41 pm »
is your battery good?
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #15 on: February 17, 2018, 05:01:20 pm »
is your battery good?

Brand new, though cheap, generic laptop cell, 2600mAh.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline Kalvin

  • Super Contributor
  • ***
  • Posts: 2145
  • Country: fi
  • Embedded SW/HW.
Re: Battery Operated Device Power supply
« Reply #16 on: February 17, 2018, 05:18:15 pm »
Here is a typical Li-Ion battery discharge curve:

http://www.ibt-power.com/Battery_packs/Li_Ion/Lithium_ion_tech.html

If the battery voltage was at 3.56V it had only about usable 10% energy left, which matches with your experience.
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #17 on: February 17, 2018, 06:26:25 pm »
I'm having one of those "Mandela effect" moments.  But I concede.

Thinking about it, I have always dealt with 3 cell packs.  The general rule of thumb there is, anything over 10V and it's fine, with 11.1V being the mid charge point.  When it gets below 10V it's going to run out soon, when it starts to fall from 10V it will fall quickly.

I have negative re-enforcement in the form of an RC LiPo alarm set at 2.8V.  If the cells get there I get a very loud beeping siren like a smoke alarm for my pleasure.  Scares the shit out of you.  PHEEPEPEPEPEPPEPEPEPEPEP!

RC people don't do low voltage cut outs.  If you are flying a plane or worse a heli, the battery is worth a lot less than the model, so a loud audible alarm you will hear over the motor is used.  Some speed controllers do have a soft cut which drops your power output around 3.3V to give you warning and slowly ramps it back to nothing below 3V.

In those spaces where size and weight are important, you are usually pulling 10C or 20C from a pack .  My binary clock is pulling around 0.01C

That all said, it went from fully charged to cut off in 24 hours with the PSU modules in place.  Without the modules it went for a week.
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Online Peabody

  • Super Contributor
  • ***
  • Posts: 1995
  • Country: us
Re: Battery Operated Device Power supply
« Reply #18 on: February 17, 2018, 06:53:48 pm »
@paulca, I hope you will run this down and find an answer.  I'd certainly like to know why there is such a big difference.  I mean, there are things that would contribute to there being some difference, but nothing comes to mind that would account for what you're seeing.  So I hope you'll do the current measurements, etc., and give us a full report.  :-)

 

Offline Kalvin

  • Super Contributor
  • ***
  • Posts: 2145
  • Country: fi
  • Embedded SW/HW.
Re: Battery Operated Device Power supply
« Reply #19 on: February 17, 2018, 06:57:25 pm »
That all said, it went from fully charged to cut off in 24 hours with the PSU modules in place.  Without the modules it went for a week.
Oops, I missed that one. Probably you could do some current measurements and figure out what is going on. You could measure the current consumption of the Nano at 3.5V and 5V, and check the module's current consumption with and without Nano while varying the module's input voltages (4V to 3V).
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #20 on: February 17, 2018, 07:06:38 pm »
So I pulled the boost converter an reconnected the TP4056 on it's own powering the circuit.  The first thing that happened was the TP4056 instantly became convinced the battery was fully charged.  Multiple resets confirmed.  So the boost converter is pulling the voltage down.  Battery measures 4.12V, I'd prefer 4.20V, not great, but that's fine.  With the boost converter connected I could barely get a flicker out of the fully charged light.  Maybe something wrong there with the boost converter.

I'll run it without the boost converter see how long it lasts with just the 4056 and might play with the boost converter on it's own on the breadboard, see if I can come up with a way to test it's efficiency and see if it has a fault or is just rubbish.
« Last Edit: February 17, 2018, 07:08:57 pm by paulca »
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline soubitos

  • Frequent Contributor
  • **
  • Posts: 352
  • Country: gr
    • I sell on Tindie
Re: Battery Operated Device Power supply
« Reply #21 on: February 17, 2018, 09:56:03 pm »
what chip is on the boost converter module?
 

Offline Rick Law

  • Super Contributor
  • ***
  • Posts: 3439
  • Country: us
Re: Battery Operated Device Power supply
« Reply #22 on: February 18, 2018, 12:04:23 am »
I just got some interesting results.

I was running a breadboard project (prototype of a binary clock) with 6 LEDs switching on and off constantly, maybe an average of 10% LED usage.  An Arduino Nano, an RTC and a 74HC595 shift register.

I connected a nearly fully charged 18650 (4.1V) directly to the breadboard and left it running to see how long it would go for.

A week later (last night) the bits for the rest of the proposed power supplied arrived.

A TP4056 + 5V boost module.

So I checked how the battery was doing after the week, 3.56V.  So it was doing fine.

I decided as 3.56V was getting awfully close to when the Nano would brown out and crash I would add the TP4056 and Boost module to see how long it would continue running.

It was dead this morning.  So it ran for a week on 4.1V - 3.56V, but lasted only 9 hours with the modules in place.

Even if you include inefficiencies of the boost converter that performance stinks!  The boost converter was claimed to work down to 2V, but the TP4056 would cut off at around 2.5V.

Of course this make the concept of the power supply rubbish and I would be better off running it direct from an 18650 which I guesstimate would run it for 2 weeks.

I think before we look too deep about efficiency...  Let me first understand...

From your description, I assume you are running it like this:

battery -> booster -> TP4056 -> Nano

This is not a very good layout.  TP4056 is a charge-management IC.  It makes no sense to supply it with the battery.

Each step you are loosing power.  So, from battery (3.x to 4.2 volt) you first boost to 5V (efficiency lost), then feed it into to TP4056 which regulates it back down to charge voltage (4.2 - 3.x volt), and if you tap the battery into NANO Vin, you have yet another regulator which drops the voltage a bit further.

Each step you are loosing power.  The worst lost is at the boost stage - even if component is working at 100% efficiency, for the same amperage drawn, boosting from 4V to 5V means you lost a quarter of your power right there.  Since the battery operation is working well for you, there is no reason to first boost it.  With that in mind, you should reconsider how you stage each module.

If you want to charge (that's what the TP4056 is designed for), it would be silly to run the TP4056 via the battery.
So, the running would be:
Battery-->NANO +5V (bypass the voltage regulator in NANO at Vin)
or if you want +5V for the NANO
Battery-->Boost-->NANO +5V

(Warning, I am a hobbyist with limited experience, but this is the way I would try)

If you want to charge with the TP4056 while you run, you need an external source of 7.5V ish.
+7.5V --> TP4056-in
+7.5V --> NANO Vin (not NANO +5V) using NANO's voltage reg to bring 7.5V to 5V.
plus
TP4056-out --> battery
TP4056-out --> NANO USB Vin (which has a power selector diode)

When 7.5V external power is ON, NANO is powered from Vin, and TP4056 is powered.  Battery is charging via TP4056-out.  TP4056-out also connects to the NANO USB Vin giving it up to 4.2V max.  But the USB Vin has a "power selector diode".  So, it will draw power from the 5V regulator and the diode also prevents current to flow from NANO's 5V back to battery.
When 7.5V external power is OFF, NANO is powered via the USB's Vin which is your battery (connected to TP4056-out).

Since there are a ton of NANO variations out there, I'd experiment with it first.  There may be NANO's out there without the "power-selector diode".   Run it with TP4056 powered but without battery to make sure that the TP4056-out (USB Vin) is sitting at or below 4.2V.  Connect the battery and make sure it is <= 4.2V, and it terminates charge when full.  Otherwise, you would be flow charging the battery which would not be good.

Note that your voltage at the NANO's +5V is really 5V ONLY when the 7.5V source is ON.  When it is off, the NANO's +5V is your battery voltage after the diode drop, which would be at best close to 4.2V.  Inserting your Boost module there (between battery and NANO USB in) would mean that the TP4056-out would be connected to both the battery and boost module.  That could mess up charge management a little or a lot.

It mess up by a lot when your boosted voltage exceeds the NANO's regulator output voltage.  If (say for example) your boost output is 5.1V into the NANO's USB-Vin and your NANO's Vin regulator output is lower at just 5.0V, the "power selector diode" is not blocking and power is therefore coming from USB-Vin (ie: from battery).  So, the TP4056 is actually powering the battery charging and the NANO plus breadboard at the same time.  You will likely be drawing enough current for the TP4056 never to reach full-charge-shutdown.  So your battery would be float charging until 7.5V source is off.  To prevent that, your boost must be lower than the NANO's 5V regulator output.  I would prefer not to boost at all (clean), but if I must, I would set boost to about 4.5V ish to make sure that boost-out voltage is always less than NANO's 5V regulator-out.  Then, I am sure when the 7.5V external is ON, my boost circuitry is mere idling supplying no power to the NANO.  The TP4056 terminates at about 10% charge current, so when your boost circuitry is merely idling, the current draw may be low enough (less than 1/10 C) for the TP4056 to decide "charge full".  You need to experiment with it well.  Float charging will kill your battery for sure.

Good luck.
« Last Edit: February 18, 2018, 12:13:22 am by Rick Law »
 

Offline paulcaTopic starter

  • Super Contributor
  • ***
  • Posts: 4038
  • Country: gb
Re: Battery Operated Device Power supply
« Reply #23 on: February 18, 2018, 08:19:53 am »
Battery -> TP4056 Bat +-
TP4056 Out +- --> Booster IN +-
Booster 5V +- --> Breadboard supply rails
Breadboard supply rails --> Nano 5V pin (+ the RTC chip + The 74HC595 shift register + the LEDs)

The TP4056 board has a 5V input via a Micro USB for charging.  The tp4056 board is designed to drop 5V to 4.2V for charging with a current limiter, so CCCV charging.

The only downsides of running the circuit off the Bat +- direct or the output of the TP4056 direct is that the LEDs are not as bright and they gradually get dimmer as the battery discharges.  The Nano will be experiencing the same thing.

The DS1302 RTC has a Vcc range of 2V to 5.5V
The 74HC595 has a Vcc range of 2V to 6V
The nano 5V Vcc power pin has very little documentation, some claim 6V max, but the AtMega328P voltage range is 1.8V to 5.5V, however it will not operate with the 16Mhz clock 1.8V, the datasheet lists 10Mhz as 2.7V and 20Mhz as 4.5V, so it will brown out, probably around the time the TP4056 cuts it off anyway.

Of course this is a prototype.  The 74HC595 will be replaced with a TLC59282 LED Driver and drive 16 LEDs in total in the real thing.  The Nano will be replaced with an actual ATMega328P.

The extra leds and the longer duty on them will make the battery last less long.  Of course, it is possible the boost converter needs a minimum load and the load I'm currently pulling might make it highly inefficient.  Like a camel it might run better with a heavier load.

I can also put the 328p to sleep, maybe even deep sleep and have the RTC wake it up every seconds.  Needs investigation.

This is the boost:
https://www.ebay.co.uk/itm/Dc-Dc-Boost-Converter-step-up-Power-Module-1-5-5v-to-5v-500mA/263493774340?hash=item3d5973ec04:g:uPYAAOSwuGxZlnwv
« Last Edit: February 18, 2018, 08:27:25 am by paulca »
"What could possibly go wrong?"
Current Open Projects:  STM32F411RE+ESP32+TFT for home IoT (NoT) projects.  Child's advent xmas countdown toy.  Digital audio routing board.
 

Offline soubitos

  • Frequent Contributor
  • **
  • Posts: 352
  • Country: gr
    • I sell on Tindie
Re: Battery Operated Device Power supply
« Reply #24 on: February 18, 2018, 09:40:32 am »
This is the boost:
https://www.ebay.co.uk/itm/Dc-Dc-Boost-Converter-step-up-Power-Module-1-5-5v-to-5v-500mA/263493774340?hash=item3d5973ec04:g:uPYAAOSwuGxZlnwv

I havent seen this module before.. can you check the "active" parts and post what they are (codes/markings obviously)
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf