On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
The Natural Philosopher <tnp@invalid.invalid> writes:
On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
I kinda thought modern microcontrollers have this sort of thing built
in? Oh, looks like the Pico (no W) draws 2 mA in "deep sleep" and this
timer draws 35 nA.
The Natural Philosopher <tnp@invalid.invalid> writes:
On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
I kinda thought modern microcontrollers have this sort of thing built
in? Oh, looks like the Pico (no W) draws 2 mA in "deep sleep" and this
timer draws 35 nA.
Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> wrote:
The Natural Philosopher <tnp@invalid.invalid> writes:
On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
I kinda thought modern microcontrollers have this sort of thing built
in? Oh, looks like the Pico (no W) draws 2 mA in "deep sleep" and this
timer draws 35 nA.
That does sound surprisingly bad for the Pico. Seems that the RP2040 is 0.18mA in 'dormant' (ie deep sleep) and 0.38mA in 'sleep', which is a bit better. So must be something else on the Pico that's not so good in sleep mode.
If you've got other stuff hung off the MCU that isn't super low power,
you're going to have to power-gate it anyway, in which case the nano timer will do that at the same time.
Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> wrote:I think (ultra) low power was not a primary design goal for the Pico.
The Natural Philosopher <tnp@invalid.invalid> writes:
On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
I kinda thought modern microcontrollers have this sort of thing built
in? Oh, looks like the Pico (no W) draws 2 mA in "deep sleep" and this
timer draws 35 nA.
That does sound surprisingly bad for the Pico. Seems that the RP2040 is >0.18mA in 'dormant' (ie deep sleep) and 0.38mA in 'sleep', which is a bit >better. So must be something else on the Pico that's not so good in sleep >mode.
Theo <theom+news@chiark.greenend.org.uk> wrote:
Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> wrote:I think (ultra) low power was not a primary design goal for the Pico.
The Natural Philosopher <tnp@invalid.invalid> writes:
On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
I kinda thought modern microcontrollers have this sort of thing built
in? Oh, looks like the Pico (no W) draws 2 mA in "deep sleep" and this
timer draws 35 nA.
That does sound surprisingly bad for the Pico. Seems that the RP2040 is
0.18mA in 'dormant' (ie deep sleep) and 0.38mA in 'sleep', which is a bit
better. So must be something else on the Pico that's not so good in sleep >> mode.
On 6/24/26 08:41, The Natural Philosopher wrote:
On 24/06/2026 15:51, Peter Heitzer wrote:Be careful about trusting that ADC, it is somewhat notorious for inconsistent lower bits...summing and averaging helps, if you have the inter-sample time to do that.
Theo <theom+news@chiark.greenend.org.uk> wrote:
Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> wrote:I think (ultra) low power was not a primary design goal for the Pico.
The Natural Philosopher <tnp@invalid.invalid> writes:
On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
I kinda thought modern microcontrollers have this sort of thing built >>>>> in? Oh, looks like the Pico (no W) draws 2 mA in "deep sleep" and this >>>>> timer draws 35 nA.
That does sound surprisingly bad for the Pico.ÿ Seems that the
RP2040 is
0.18mA in 'dormant' (ie deep sleep) and 0.38mA in 'sleep', which is
a bit
better.ÿ So must be something else on the Pico that's not so good in
sleep
mode.
I think that is very true. What attracted me was the amount of flash,
and ram, the availability of wireless and ADCs and the price. Less
than a pint of beer in a nightclub.
Arduinos were 3 times the price
The ZeroW running debian is a damn sight easier to code for, however.
On 6/24/26 08:41, The Natural Philosopher wrote:
On 24/06/2026 15:51, Peter Heitzer wrote:Be careful about trusting that ADC, it is somewhat notorious for inconsistent lower bits...summing and averaging helps, if you have the inter-sample time to do that.
Theo <theom+news@chiark.greenend.org.uk> wrote:
Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> wrote:I think (ultra) low power was not a primary design goal for the Pico.
The Natural Philosopher <tnp@invalid.invalid> writes:
On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
I kinda thought modern microcontrollers have this sort of thing built >>>>> in? Oh, looks like the Pico (no W) draws 2 mA in "deep sleep" and this >>>>> timer draws 35 nA.
That does sound surprisingly bad for the Pico.ÿ Seems that the
RP2040 is
0.18mA in 'dormant' (ie deep sleep) and 0.38mA in 'sleep', which is
a bit
better.ÿ So must be something else on the Pico that's not so good in
sleep
mode.
I think that is very true. What attracted me was the amount of flash,
and ram, the availability of wireless and ADCs and the price. Less
than a pint of beer in a nightclub.
Arduinos were 3 times the price
The ZeroW running debian is a damn sight easier to code for, however.
On 24/06/2026 15:51, Peter Heitzer wrote:
Theo <theom+news@chiark.greenend.org.uk> wrote:
Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> wrote:I think (ultra) low power was not a primary design goal for the Pico.
The Natural Philosopher <tnp@invalid.invalid> writes:
On 15/06/2026 19:49, Brian Gregory wrote:
nano timer ??
What's that then?
TPL5100
https://www.ti.com/product/TPL5110
I kinda thought modern microcontrollers have this sort of thing built
in? Oh, looks like the Pico (no W) draws 2 mA in "deep sleep" and this >>>> timer draws 35 nA.
That does sound surprisingly bad for the Pico.ÿ Seems that the RP2040 is >>> 0.18mA in 'dormant' (ie deep sleep) and 0.38mA in 'sleep', which is a
bit
better.ÿ So must be something else on the Pico that's not so good in
sleep
mode.
I think that is very true. What attracted me was the amount of flash,
and ram, the availability of wireless and ADCs and the price. Less than
a pint of beer in a nightclub.
Arduinos were 3 times the price
The ZeroW running debian is a damn sight easier to code for, however.
| Sysop: | Weed Hopper |
|---|---|
| Location: | Clearwater, FL |
| Users: | 16 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 11:55:21 |
| Calls: | 155 |
| Files: | 50,637 |
| D/L today: |
110 files (10,652K bytes) |
| Messages: | 348,347 |