About 94,300 results
Open links in new tab
  1. Arduino schlafen legen (Sleep-Modus) - Deutsch - Arduino Forum

    Nov 6, 2018 · Hallo, ich habe heute einen kleinen Sketch geschrieben, der den Arduino einen Analog-Pin auslesen lässt. Fällt der Analog-Pin unter einen Grenzwert, legt sich der Arduino …

  2. How to sleep and wake up arduino in software w/o any external …

    Jul 15, 2021 · The accuracy will be as good as the crystal in the Arduino. You can still do IDLE SLEEP mode, but not as GOOD as POWER DOWN mode when using the WDT as the wake …

  3. Low power mode for AVR and board - Arduino Forum

    Jan 28, 2025 · It is used for something else when the firmware is in normal mode (e.g. start the countdown), but it can be switched to "wake up button" when the AVR goes in low power …

  4. How to deep sleep for more than 8 seconds? - Arduino Forum

    Dec 7, 2019 · Which each time takes an agonizing 300ms on my Arduino Pro Mini. So even though my main loop is only 20ms every 10 minutes, I end up spending 21000ms on checking …

  5. ESP32 Power Management: Deep Sleep for On/Off System (Code)

    Oct 19, 2023 · Hello everyone, As a student with a deep passion for Arduino and ESP32, I'm excited to share with you a code I recently developed to implement an On/Off power …

  6. Deep sleep / Low power mode question - Arduino Forum

    Mar 26, 2017 · Hi, It is unclear for me the best way to put the AVR in deep sleep mode. Looking at the LowPower library I read that: LowPower.powerDown(period_t period, adc_t adc, bod_t …

  7. Trying to get power, consumption down on Nano - Arduino Forum

    Nov 30, 2023 · I have a project where I want to use a nano in a door lock keypad application and have it run on 3 AA batteries and I would like to have it get at least a year between changes. I …

  8. ESP32 light/modem sleep - Programming - Arduino Forum

    Jul 18, 2019 · Why don't you just try ? Here is a tutorial on how to use deep sleep feature on ESP32 with the Arduino IDE. It calls esp_deep_sleep_start(); The Espressif website describes …

  9. Put Nano 33 BLE into power ON sleep mode - Arduino Forum

    Sep 17, 2023 · Hi all, I've been trying to get my Arduino Nano 33 BLE into a low power sleep mode, which should wake on a specific interrupt/"event" (such as a push button) and then …

  10. Sleep code for the 2560 - Programming - Arduino Forum

    Oct 25, 2011 · It doesn't sleep or it doesn't wake? How have you got pin 2 wired? Through an external pull-up? You should really detach the interrupt in the ISR - although I know this is …