... sleep with Micropython #12889
-
I have a Pico W which will be powered by a battery and will send data each xx minutes with wifi/socket. To limit the power needed I would like to low the intensity allways except when transmitting data through wifi. What I think I have understand :
All the post I found on these subject seem's "old" What is the 2023 best solution to be arround 2mA consumption ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
My next "deepsleep" attempt with the PICO is using a SN74HC74, following the article: |
Beta Was this translation helpful? Give feedback.
-
Some news on my research on different sleep.
I plug an osciloscope each side of the 10 Ohms resistor to get the "delta voltage" between CH1 and CH2 and so the Intensity value. It works if I only set "wlan.active(True)" at begining and "wlan.active(False)"
Any idea of what happend. How can I mesure the intensity with Wifi connected? |
Beta Was this translation helpful? Give feedback.
The current draw can be several 100mA when WiFi starts. So 10Ohm is too large. Use 1Ohm or less.