PIC10F206 - What is the LOWEST Power @ Rest or Sleep


Closed Thread
Results 1 to 23 of 23

Hybrid View

  1. #1
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default I disagree

    Hi Joe,

    It is a nice idea. Once fired when the PIC enters the SLEEP it will probably delatch due to current less than the minimum latching current. But I personally feel it is not necessary as it adds to the hardware cost and also causes power loss (disipation). Not recommended for a battery powered low (ultra???) current equipment. With the 10F206 it is possible to shut it off into ultra low power mode by software only without any modification to the existing circuit and PCB.

    Rixtalbert I hope by this time you have already implemented what jerson suggested. If not then post your code or usage of the peripherals --> Interrupts, Pin Change, Comparator etc so that an actual code snippet can be thrown.
    Regards

    Sougata

  2. #2
    Join Date
    Jan 2006
    Posts
    9


    Did you find this post helpful? Yes | No

    Default 10f206 Low Power In Wdt

    Right off!~

    Thanks to all the guys that have commented on this issue of mine.

    I have attached a crude code with current readings during the time of the events as best I could to help sort out the problem.

    I am still speaking with Fluke on model 189 issues to understand why their Forms View software does not record the same readings as the the 189 meter display. That is a different problem.
    Honestly, the new Fluke 189 was probably not meant to record such low uA readings with much accuracy.
    But I do see around 2uA at the END statement with peaks every few seconds to around 89 uA.(These 89uA current peaks are what I want to kill)

    I have tried all of the suggestions in my brainless code snippet to see where the edge is of current draw...

    It is funny that the NAP to NAP transistion seems to draw around 400 + uA current. OOOOOHHHH well.

    And also the END statement without turning on the (WDT fuse ),in the settings Just locks a 10F206 where it cannot be restarted after power is removed and reconnected. It is a one time program run. After that ,, No more running after re=power UP.

    Thanks again Guys...
    and I will keep reading the fine line.

    I did find a nice post in the Proton section that had problems with a PIC not wanting to sleep. I had the link and it vaporized in my network before I could paste it..


    Regards for your advice
    Rix
    Attached Images Attached Images

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by rixtalbert View Post
    I am still speaking with Fluke on model 189 issues to understand why their Forms View software does not record the same readings as the the 189 meter display. That is a different problem.
    Honestly, the new Fluke 189 was probably not meant to record such low uA readings with much accuracy.
    Rix
    http://assets.fluke.com/datasheets/2153ExtSpecs.pdf

    I just had a look at the '189's spec's on their site. They say it's good for .25% + 20 counts measuring DC, higher than that if AC. But, they also state that's only if the meter has been cal'd in the last year. Short answer from me anyways...it should be able to measure those currents without a problem...

    Not sure about the other problems. I didn't see anything in the errata that caught my eye. I'd be inclined to think that your problem lie elsewhere, the power grid, something else in the room, static charge, something... I don't know enough about what you've got going on.

    (Ya know, using a power switch doesn't draw much current I kid...I kid...)

  4. #4
    Join Date
    Jan 2006
    Posts
    9


    Did you find this post helpful? Yes | No

    Talking 10F206 Still not a Resting- But Fluke 189 Meter Recording Solved

    Well , I know this is getting off the original topic, but I may as well Identify the Fluke Problems or limits.
    Speaking with a Fluke engineer this morning. He stated that the Fluke 189 , Mine is four Months old, ,,, that the meter itself is logging 4 samples per second. Not Much but still enough to catch the 10F206 wakeing up to do something, WDT whatever. Normal Sleep has been a nice 1.9 uAmp sleep.
    Then the 88. to 129uAmp capture while waking from sleep every few seconds or so. He stated that these measurments should be very close to the spec posted on the meter.
    The problem with the Fluke Forms Logging software is that it polls the meter directly once every second and gets its own readings. NOT WHAT may have been in a memory address of the meter. So I told the engineer that i left the test run for about five hours while the PIC was in sleep and wakeing up. You would think that I could have at least captured one high 88uAmp reading from the Fluke Forms software in that time. NO WAY. He didn't really comment on this question or situation.



    So, I conclude that the Fluke software used for this purpose is OUT. The meter is still great on it's own for the other logging that it can do by itself.
    My comment to FIX the Problem "Since the Fluke 189 knows that the meter is being recorded vai a PC and their Fluke Forms software, U would think that, In that Once every second, the sofware would have it's own storage area to say, Hey, I saw that pic wake up the last one second that I polled you. Thanks 189 meter and reset after I get the data to the Fluke Forms Software, Then record the next set , and I'' get back to you in a second.... OK,,,,,,,," It might miss a few peaks and valleys while doing all that chatting but might get lucky and catch some valid data. The WDT is as much a chatter box as me..

    I guesss I need a $20,000 dollar meter to read a 45 cent PIC, with a 2 cent program register error thanks to me.

    Life is Good,

    I wish I could add the Switch, as suggested, it is a sure fire way, but I have not been certified for diving below 500 feet deep. ( That is where the Pic is).

    I had really thought I missed something, or just didn't know something in the PBP software that would allow me to shut down the chip in software. ( Thats how this thread got started)

    PS...Good News,, I have found one way to put the pick to sleep without a switch or software,,,,,,,,,,,,,,,,,,,,,,,Just one piece of Hardware with no moving parts..............












    I always wondered why I kept this Claw Hammer in my office and not in my garage. It works great... but same problem as turning WDT off... It will not restart again on re-powerUP..


    back to the drawingboard or in this case,,, Skate board.

    Regards Guys,,

    Rix

  5. #5
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by rixtalbert View Post
    Well , I know this is getting off the original topic, but I may as well Identify the Fluke Problems or limits. Speaking with a Fluke engineer this morning. He stated that the Fluke 189 , Mine is four Months old, ,,, that the meter itself is logging 4 samples per second. Not Much but still enough to catch the 10F206 wakeing up to do something, WDT whatever. Normal Sleep has been a nice 1.9 uAmp sleep. Then the 88. to 129uAmp capture while waking from sleep every few seconds or so. He stated that these measurments should be very close to the spec posted on the meter.
    The problem with the Fluke Forms Logging software is that it polls the meter directly once every second and gets its own readings. NOT WHAT may have been in a memory address of the meter. So I told the engineer that i left the test run for about five hours while the PIC was in sleep and wakeing up. You would think that I could have at least captured one high 88uAmp reading from the Fluke Forms software in that time. NO WAY. He didn't really comment on this question or situation. So, I conclude that the Fluke software used for this purpose is OUT. The meter is still great on it's own for the other logging that it can do by itself. My comment to FIX the Problem "Since the Fluke 189 knows that the meter is being recorded vai a PC and their Fluke Forms software, U would think that, In that Once every second, the sofware would have it's own storage area to say, Hey, I saw that pic wake up the last one second that I polled you. Thanks 189 meter and reset after I get the data to the Fluke Forms Software, Then record the next set , and I'' get back to you in a second.... OK,,,,,,,," It might miss a few peaks and valleys while doing all that chatting but might get lucky and catch some valid data. The WDT is as much a chatter box as me.. I guesss I need a $20,000 dollar meter to read a 45 cent PIC, with a 2 cent program register error thanks to me. Life is Good, I wish I could add the Switch, as suggested, it is a sure fire way, but I have not been certified for diving below 500 feet deep. ( That is where the Pic is). I had really thought I missed something, or just didn't know something in the PBP software that would allow me to shut down the chip in software. ( Thats how this thread got started) PS...Good News,, I have found one way to put the pick to sleep without a switch or software,,,,,,,,,,,,,,,,,,,,,,,Just one piece of Hardware with no moving parts..............I always wondered why I kept this Claw Hammer in my office and not in my garage. It works great... but same problem as turning WDT off... It will not restart again on re-powerUP.. back to the drawingboard or in this case,,, Skate board. Regards Guys,,
    Rix
    Nice to know about the Fluke recording software. Is there anything out there, 3rd party, Google-able, hobbyist guy written that'll handle it for you? How about a video of the meter face itself? At least you can fast forward thru it. But you're right, you'd figure you would've caught a spike here and there.

    At any rate, maybe this is one of those cases where you just have to make the battery bigger than you really want to so it will handle the extra current draw....ya know, avoid a complete redesign, cut your losses, etc.etc. That's what I'd do in a case like this. It's not optimal, but it might save a load of heartburn...

  6. #6
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default 500 feet below sea level?

    Hmmmm, salt water electrolyte, make case out of 2 metals 1 insulator and who needs a battery?
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  7. #7
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Joe S. View Post
    Hmmmm, salt water electrolyte, make case out of 2 metals 1 insulator and who needs a battery?
    How do you know it's salt water?
    And I always thought 'salt water' wasn't salty enough for any sort of useful battery. I know about galvanic corrosion and all that, but that seems a bit short on juice. Maybe enough to keep a cap charged up for a burst of juice when it wakes up? Might be an interesting thing to try out someday...

Similar Threads

  1. High Power Consumption in Sleep Mode
    By ngeronikolos in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 18th September 2014, 14:29
  2. High Resolution Timer & Speed Calculator
    By WOZZY-2010 in forum Code Examples
    Replies: 4
    Last Post: - 7th February 2010, 17:45
  3. Battery powered applications
    By NavMicroSystems in forum Off Topic
    Replies: 7
    Last Post: - 22nd June 2009, 08:12
  4. help
    By zugvogel1 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 9th February 2005, 21:42
  5. Need once your help one please
    By zugvogel1 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 9th February 2005, 21:33

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts