How to: power consumption of intermittent, spikey projects The battery will be a primary cell, probably Lithium Thionyl Chloride. I'm not over concerned about self discharge.
Ten units? I have two. The client has the third, and more...
Wednesday, 5 February 2020 - 08:03
How to: power consumption of intermittent, spikey projects avrcandies wrote:
I plan on using an ESP8266 module to read the voltage periodically,
Make sure your voltage dividers, ADC inputs, etc don't add micromps of loading, or it will...
How to: power consumption of intermittent, spikey projects Yes, I have a digital scope. I have used it before But it's a dynamic range problem again. Also, my digital scope won't let me sample at a fast enough speed for several hours....
How to: power consumption of intermittent, spikey projects I have always used the same approach, i.e. measure the sleep current, measure the transmit current, do a bit of arithmetic.
This one's a bit busier, though. There's an interrupt...
Tuesday, 4 February 2020 - 11:17
How to: power consumption of intermittent, spikey projects Resurrecting an old thread here, but it's a problem I have recently encountered again with a LoraWan node that idles at tens of uA, but peaks at around 100mA. The Dave Jones...
Tuesday, 4 February 2020 - 10:20
Smart power plug custom project clawson wrote:
djoshi wrote:which in theory gives us a good range.As I say, not my experience.
I easily get wi-fi all over my house (and I imagine most other houses...
acc dec stepper, why it is so difficult ? I used to write code for fruit machines/slot machines. Amongst other things.
Getting the reels to start and stop in a desirable fashion was very, very tricky. Probably because the...
Friday, 4 October 2019 - 19:38
Implementing a 32-bit input capture timer I am probably barking up the wrong tree. The thing I had problems with was a slightly different scenario, whereby I was using the external clock input to a timer to count pulses...
The battery will be a primary cell, probably Lithium Thionyl Chloride. I'm not over concerned about self discharge. Ten units? I have two. The client has the third, and more...
avrcandies wrote: I plan on using an ESP8266 module to read the voltage periodically, Make sure your voltage dividers, ADC inputs, etc don't add micromps of loading, or it will...
Am I reading this correctly, you have a 10 mSec duration ISR running every 5 Seconds? I sometimes have an LED that I flash for 10mS every 5 seconds. To...
DocJC wrote: There's an interrupt at 5S 10mS, 5S 10mS... Am I reading this correctly, you have a 10 mSec duration ISR running every 5 Seconds? I sometimes have...
Yes, I have a digital scope. I have used it before But it's a dynamic range problem again. Also, my digital scope won't let me sample at a fast enough speed for several hours....
All interesting, but any insight on charging my supercap?
I have always used the same approach, i.e. measure the sleep current, measure the transmit current, do a bit of arithmetic. This one's a bit busier, though. There's an interrupt...
Resurrecting an old thread here, but it's a problem I have recently encountered again with a LoraWan node that idles at tens of uA, but peaks at around 100mA. The Dave Jones...
clawson wrote: djoshi wrote:which in theory gives us a good range.As I say, not my experience. I easily get wi-fi all over my house (and I imagine most other houses...
and no fish with headaches any more.
I used to write code for fruit machines/slot machines. Amongst other things. Getting the reels to start and stop in a desirable fashion was very, very tricky. Probably because the...
I am probably barking up the wrong tree. The thing I had problems with was a slightly different scenario, whereby I was using the external clock input to a timer to count pulses...
Pages