Deep Sleep & Other Power Modes (ESP32 + Arduino Series)

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 11

  • @BlueyMcPhluey
    @BlueyMcPhluey 3 ปีที่แล้ว +2

    very clear, exactly what I was looking for

  • @henrikballekoefoed591
    @henrikballekoefoed591 3 ปีที่แล้ว +5

    So what happened to the upcomming videos about how to use the different sleep modes?

  • @meierthomas
    @meierthomas 3 ปีที่แล้ว +1

    Interesting video and very timely as I'm building a water level sensor for my tank. However I have a dilemma. If I want realtime readings I either need WiFi or Bluetooth. On the other hand a 5000L tank level won't drastically change if I have say 4 timer driven driven readings a day meaning the need for realtime readings is low. However would it be possible to run the ESP on Bluetooth alone or are both radios on in active mode?

  • @ernestorivero9909
    @ernestorivero9909 ปีที่แล้ว

    Hello I have a program that turns on and off a led by bluetooth and the delay is by bluetooth too but when I send the signal so that the led begins to blink and send the signal to give the delay, I want to disable the common radio block for bluetooth and wifi so that the battery lasts longer, nothing more than that block so that the led keeps flashing, what command would use and where in the program would put it

  • @SantanderDiogenes
    @SantanderDiogenes 2 ปีที่แล้ว

    Great video!! I would like to know how to ask the Arduino IDE how much RTC RAM is already used in my program and how much is left. Thank you!!

  • @adriel315
    @adriel315 2 ปีที่แล้ว +1

    Great video series! is there a way to upload sketches onto the esp32 without having to press the boot and en buttons? i just bought the Doit esp32 devkit v1 and I need to press these buttons every time I flash it.

  • @dhavalshukla6615
    @dhavalshukla6615 2 ปีที่แล้ว

    Is it possible to wake from deep sleep and go into connecting a bluetooth and wifi function? I am trying to stall my code, in order to connect it to bluetooth when it wakes from the deep sleep and I am doing it with several GPIO pins to wake it up, but one specific pin that is going to initiate this. But as I do digitalRead on a particular pin, let's say pin 36 GPIO, it is not even going inside the function. Makes me feel like it could be my error.

  • @wandaniel4596
    @wandaniel4596 3 ปีที่แล้ว

    Hello, how to make sleep mode using esp32 sim800l ttgo call board?thank you

  • @taglettemobile7927
    @taglettemobile7927 4 ปีที่แล้ว +2

    how can ı use modem-sleep ,could you help?

    • @fenyishi8532
      @fenyishi8532 2 ปีที่แล้ว

      I want to know it as well, I search the SDK there wrote "CONFIG_BT_CTRL_MODEM_SLEEP" is not set , why ?