ESP32 Deep Sleep Tutorial for Low Power Projects

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 148

  • @fabiofragiacomo7100
    @fabiofragiacomo7100 2 роки тому

    When I design low power I use a trick: I power external devices (like small LCD) directly by the GPIO of the microcontroller, so I skip enable transistors/mosfets. Of course current of those should be lower than the ABS max rating for the GPIO
    Many thanks for the good video, subscribed!

  • @Educ8s
    @Educ8s  6 років тому +11

    I hope you took away lots from this video and you managed to get your ESP32 to get to sleep. Let me know below!
    PS. WANT TO LEARN CODING? CHECK MY NEW UA-cam CHANNEL!
    bit.ly/3tku2n0

    • @TheAscBroth
      @TheAscBroth 6 років тому +1

      Awesome, how did you make it :D?

    • @DavidLeeMenefee
      @DavidLeeMenefee 6 років тому +1

      @educ8s.tv: FYI; at Kevin Darrah's youtube channel he has invented a board that consumes 0.2uA of current in deep sleep. See here: (( ua-cam.com/video/onrLyTaUqbw/v-deo.html )). Keep up the good work...PEACE

    • @shinigamilee5915
      @shinigamilee5915 6 років тому

      Thanks so much for getting me interested in doing some Hardware projects once again.

    • @Educ8s
      @Educ8s  6 років тому

      I used Android Studio to develop it and Java. Cheers!

    • @Educ8s
      @Educ8s  6 років тому

      You are welcome! I am glad you are making stuff again!

  • @RobSummers993
    @RobSummers993 6 років тому +8

    Great video! Thanks for providing more info on the esp32. There are not enough videos about this amazing chip on UA-cam. Would love to see more! 😀

    • @Educ8s
      @Educ8s  6 років тому +1

      Thank you, Robert! The ESP32 is a great chip! It offers everything a maker wants!

  • @ufohunter3688
    @ufohunter3688 6 років тому +10

    I learn something new with every video you put out.
    Didn't know about the bug or the work-around in deep sleep mode. I hope its a software bug. Hardware is bad news for those who have already bought a few boards.

  • @paddy1437
    @paddy1437 6 років тому +5

    that background music is so catchy. i keep hearing it after the video has finished

  • @mihajlopetkovic2003
    @mihajlopetkovic2003 2 роки тому +3

    I think that the only reason it draws 20 mA in deep-sleep is because the red power LED is always on, and LEDs draw 20 mA of current. Desoldering it should do the trick and reduce it to 10 uA.

  • @georgei2480
    @georgei2480 5 років тому +15

    Remove the LED form the board. That should reduce the deep sleep power consumption alot. The fire beetle board doesn't have an LED.

  • @easynow6599
    @easynow6599 5 років тому +3

    wonderful video..and interesting to know that power consumption depends from the development board because i was thinking im doing something wrong.
    Just as a reference i measured esp32-wroom (the cheap Chinese version of esp32) and the deep sleep consumption is ~10mA, and esp32-cam is around ~6.3mA.
    I guess esp32-cam has no onboard leds so its more power efficient..

  • @timwright7458
    @timwright7458 6 років тому +1

    we have about 20 temp sensors in green houses - but can only monitor where we have power because deep sleep is so dysfunctional on most ESP8266. Seems like the MFGR would put more attention into deep sleep. It opens up huge options. Thanks for the vid and firebeetle idea.

  • @radhakrishnannv5172
    @radhakrishnannv5172 4 роки тому +2

    Can you do a video in which you wake the ESP32 from modem sleep mode and turn on ESP32 using DTIM beconing mechanism.

  • @paulpomme2502
    @paulpomme2502 Рік тому

    I've just tested with an AZ Delivery Wroom-32: 2mA in DeepSleep.
    With another Wroom-32 (forgot the board brend)- : 5 mA ; after removing the power led which remains on during DeepSleep on this board) : 4 mA.
    I tried 3v input : very surprising: far more consumption.

  • @satyanand3743
    @satyanand3743 2 місяці тому

    I will try to use this solution. Thank you for taking this to youtube

  • @polloM2
    @polloM2 4 роки тому +1

    using the DOIT ESP32, I Remove the AMS1117 and the led, directly powering the with dswy2596 (led removed) DC DC 6v battery. Whit timer and GPIO EX1 interruptions got a power consuption of 72mW :)

    • @jbrepoyt
      @jbrepoyt 4 роки тому

      72mW divided by 6V is 12mA, that is not impressive. Theoretically you should be able to achieve 72uW...

  • @anumsheraz4625
    @anumsheraz4625 5 років тому +4

    Non-stop informative and amazingness - LITERALLY !

  • @kennethbeal
    @kennethbeal 2 роки тому

    Thank you, I love your approach -- when faced with a bug, find a workaround. Your videos make me smile, you do a great job. Also: normally I watch at 2x, had to slow you down to 1.75x. :)

  • @vigneshs6232
    @vigneshs6232 2 роки тому +1

    You have Great talent in video making and electronics

    • @Educ8s
      @Educ8s  2 роки тому +1

      Thanks for your nice words!

  • @karllautman-experiments
    @karllautman-experiments 5 років тому +5

    Great video. Do you know if the random inability to wake from deep sleep bug has been fixed (as of 10-1-19)?

    • @jbotnik
      @jbotnik 2 роки тому +1

      I’d like to know this too

  • @Delali
    @Delali 3 роки тому

    This is really great. I've been planning on making a video for the esp32 and Arduino line for my channel.
    Good to know some of these tricks and challenges.

  • @dahirmuhammaddahir4435
    @dahirmuhammaddahir4435 5 років тому

    my first video on your channel, watched, subscribed, awesome

  • @MuRaT_C
    @MuRaT_C 3 роки тому

    Great video... can we disable the onBoard LED this consumed also energy. Thanks!

  • @BurkenProductions
    @BurkenProductions 4 роки тому +1

    But what if you want to make a wifi access point and also have deep sleep when no one is connected? How would you check regularly then like every minute if someone wants to connect or how would you do it?

  • @douglarue8485
    @douglarue8485 Рік тому +1

    Nice video and I noticed the DFrobot firebeetle you showed has a 32.768kHz xtal which if enabled for the RTC circuitry saves more energy and also keep the timer far more accurate than the default 150kHz RC oscillator. Have you tried enabling the external Crystal and testing?

  • @brunodonascimentomaciel9984
    @brunodonascimentomaciel9984 3 роки тому

    Hello from Brazil!
    Very nice explanation!!

  • @djokinac
    @djokinac 4 роки тому +1

    Hello
    I have one question and a request
    I have a sketch with esp32 that performs weight measurement, the whole system also has an sd card where it records all that and measures the weight and bme280 parameters.
    in the sketch there is a command deep sleep but when it is activated then the whole system forgets all the measurements and resets the weight to zero and that does not suit me
    can you rework my sketch and go into deep sleep mode but when I wake up I have available measurements of weight and bme parameters
    i hope google translates well
    greetings and thanks in advance

  • @tonysicily2687
    @tonysicily2687 5 років тому +1

    Watched
    Subscribed
    Saved
    Another fantastic video, thank you. I am looking ing into the best Deep Sleep board I can find for a weather station project. may I ask, will the sensors continue to draw power even during Deep Sleep?
    I am thinking of using the RTC to wake up the Arduino once an hour, but want everything to use as little power as possible between times.

  • @albertroswell
    @albertroswell 6 років тому +1

    great channel, have you measured the power consumption of the WEMOS D1 Mini boards?, those are ESP8266 ESP-12 modules, please reply :)

  • @thegardenofeatin5965
    @thegardenofeatin5965 4 роки тому

    I have a system of ESP32s as an air data monitoring system. I have a central server which publishes to an MQTT topic, which the ESP32s answer with their readings. Also, one of the sensors needs to be continuously told to refresh every 1 second. Is it reasonable to have it deep sleep, wake up every second, refresh that goofy sensor, check to see if there's a message waiting, then go back to sleep for the remainder of a second? Most of the time the boards aren't doing anything.

  • @stephan-strittmatter
    @stephan-strittmatter 6 років тому

    Really cool addition would be to add solar power to use the esp32 to measure temperature outdoor. I would like to do that, but not Shure how to add solar panel to the circuit. What is required. Probably you could do an additional video :)

  • @billybbob18
    @billybbob18 2 роки тому

    My 32devkit board was drawing 10ma extra before cutting that red power LED.

  • @rusty-
    @rusty- 6 років тому

    This is a really interesting video. Always good to find ways to save power.

    • @Educ8s
      @Educ8s  6 років тому

      Thank you, Greg! The power savings we can achieve using the Deep sleep mode are huge! Now the only thing that remains is to be able to program to Ultra Low power co-processor with the Arduino IDE for even better battery life.

  • @decajonsevilla
    @decajonsevilla 2 роки тому

    hola tengo un sp32 con un sensor dht22 que envía datos a ThinkSpeak cada 30 minutos, podría mientras mantenerlo es deep sleep?
    gracias

  • @ildarbelkin
    @ildarbelkin Рік тому

    Hello, thank you for perfect video. Is the bug solved? Please, what errata's issue describes the bug?

    • @Educ8s
      @Educ8s  Рік тому

      Yes this bug is now solved. It was a hardware bug of the rev0 chips.

  • @RoDanTV
    @RoDanTV 6 років тому +1

    Hi! Good video! lots of useful information! Good luck in your business!

    • @Educ8s
      @Educ8s  6 років тому +1

      Thank you very much, my friend!

  • @tommym936
    @tommym936 4 роки тому

    Hey, can you recommend a cheaper digital Multimeter to do the same as what you are doing with the Mastech one you use in this vid? Thanks.

  • @savvasntouzepis8621
    @savvasntouzepis8621 6 років тому

    καλησπερα Νικο.Καταρχας συγχαρητηρια για την πολυ καλη δουλεια που κανεις, συνεχισε ετσι.Εχω μια ερωτηση. τι ειδοσ καλωδιων χρησιμοποιεις στο συγκεκριμενο προτζεκτ?

  • @ernestorivero9909
    @ernestorivero9909 Рік тому

    Hello I made the program to turn on and off an LED by Bluetooth in this case I use the same LED that has the ESP32 in pin2, I added a stretch of code for the ESP32 to enter a state of deep sleep. Well, when I send the 'A' the LED will turn on and off and when I send the 'B' it goes into deep sleep, however, I still consume the same as I could send the program to see where the error is.

  • @grumetenavegando
    @grumetenavegando 6 років тому

    Eres inmenso. Gracias. No sabes lo que me estas ayudando.

  • @PilotPlater
    @PilotPlater 3 роки тому

    Look at Kevin Darrah's trigboard, 1uA standby current!

  • @Vimarsh24
    @Vimarsh24 6 років тому

    That's Great can you tell a good pcb milling manufacturer as i want a custom pcb with esp32 using deepsleep and use it to make a landfill monitoring device

  • @lucsegers6931
    @lucsegers6931 4 роки тому

    hello, did you find an alternative for the firebeetle, or is that still the one that has the lowest consumption. thank you!

  • @asunasan2220
    @asunasan2220 6 років тому

    I forgot to see THIS AWESOME VIDEO, I like so much your videos, normally i dont like so much english videos because they speak so fast and i cant understand, because im a spanish, BUT IN ALL THE VIDEOS I SAY THE SAME, BECAUSE ARE REALLY GOOD!!!, PD: i want if you can do more of telephone satelite location, stuff like that are MUCH interestering Thanks a lot!!!

    • @Educ8s
      @Educ8s  6 років тому

      Thank you very much Antonio! I appreciate your nice words!

    • @asunasan2220
      @asunasan2220 6 років тому

      Thanks! me too

  • @deangreenhough3479
    @deangreenhough3479 6 років тому

    Good information, thank you for the tips and tricks 👍

  • @carlknowles2793
    @carlknowles2793 9 місяців тому

    Hi put my esp32 into deepsleep and then measured the current going to a dht22 temp sensor. Multimeter reads 3.3v as the voltage going to the sensor, is this correct? I may be confusing amperage and voltage but thought in deepsleep mode the 3.3v output would be reduced too.

  • @uforex911
    @uforex911 6 років тому

    Are there gonna be a video about ULP? I am interested how we can use it with deepsleep mode. Thanks!

  • @daskasspatzle2396
    @daskasspatzle2396 6 років тому +1

    For a year of battery life you have also to consider the self discharge of them.

    • @Educ8s
      @Educ8s  6 років тому

      Yes, that's correct!

  • @9desi9
    @9desi9 5 років тому

    What a great video! thank you so much!

  • @viniciusnoyoutube
    @viniciusnoyoutube 6 років тому

    Very good video!

  • @dhavalshukla6615
    @dhavalshukla6615 2 роки тому

    Hi, in a project of mine, I am trying to get my ESP32 to wake up from deep sleep mode and to wake it up I have assigned several GPIOs, the issue is I am trying to connect the bluetooth through a function which I do it by assigning it to a GPIO pin 36 that if HIGH it should go inside and execute the Bluetooth function, but it just simply brushes past it and rather without connecting tries to again go into the deep sleep. What would be the best way for me to utilise the digitalRead HIGH to go into Bluetooth or any other function which then should only execute after they have been completed? Or is it not my fault? I have tried to look at good examples but can't seem to find a solid rock.

  • @aaronchan1498
    @aaronchan1498 5 років тому

    Hi can u explain how you did the measurement for the difference in the power consumption, from active mode to deep sleep mode. thanks.

    • @gritnix
      @gritnix 5 років тому

      Use a multimeter that can measure milliamps. Usually the black wire stays in the same jack in the meter but the red wire goes to a different jack from the one used to measure voltage. Hook the red side of the meter to the red side of the battery pack. Hook the black side of the meter to the + input on the board. The black from the board goes to the black of the battery pack. The current then flows through the meter to get to the board and the meter displays how much is flowing.

  • @Shandeeme
    @Shandeeme 5 років тому

    Very helpful! thankyou sir!

  • @jack91522
    @jack91522 Рік тому

    Is there a "deeper" sleep mode where it disables the RTC block and the only way to wake up is via a hard reset?

  • @Torsan1977
    @Torsan1977 6 років тому

    Thank you for the video!

  • @contalivreemaberto1385
    @contalivreemaberto1385 2 роки тому

    Excellent very educational video.
    Could you please make another one with the thermostat function.
    Using ESP32 Rainmaker
    With DS18B20 and also with DHT11
    I thank you in advance

  • @felitas5822
    @felitas5822 5 років тому

    Thank's for the video sir

  • @VanNguyen-om4ut
    @VanNguyen-om4ut 4 місяці тому

    I put in adapter 220V-5V typeC in esp32 and in 14 days it overheated and broken, can connect to wifi anymore

  • @seledwin
    @seledwin 6 років тому

    Hi Thank you so much for your great info. I have one doubt. I have connected a DHT11 sensor. It has an inbuilt LED. During deep sleep that LED of sensor is not switched off. It seems the power going to sensor is not cutoff. is it possible to do that?

    • @MarcusBehrens
      @MarcusBehrens 5 років тому +1

      yes, simply put the vin of the dht11 on one of the gpis and turn it low before you go to sleep

  • @shailendrapandit440
    @shailendrapandit440 6 років тому

    Hey Nick, did you have to download The cp2102 USB to serial driver for windows or was it inbuilt

  • @crushyad2939
    @crushyad2939 3 роки тому

    i have like 70 esp8266 12f modules and all uses 150ma when in normal mode and 80-82ma in deep sleep. could you help me identify is it due to the schematic or i got fake ones? (paid same amount for what original goes.)

  • @Dralsoft
    @Dralsoft 3 роки тому

    Hello, if I sleep my esp32 for more than 35 minutes it wakes up instantly. Below that number works fine. any ideas?

  • @fritmore
    @fritmore 6 років тому +1

    What if I want to communicate to the board via WiFi or BT? Would waking the radios e.g. Every 5 secs for just 100 ms work and if it detects a connection attempt it would postpone the sleep until the inquiring device would disconnect? Could this work and how to implement it?

    • @SanketThodge
      @SanketThodge 6 років тому +1

      Have you tested this thing? I am about to have a similar use case. Thanks in advance. :)

    • @dhavalshukla6615
      @dhavalshukla6615 2 роки тому

      Same, have any of you found a way? I am trying to do the same.

  • @Manuqtix.Manuqtix
    @Manuqtix.Manuqtix Рік тому

    I have a problem my device goes onto deep sleep mode then it runs setup without waking up.

  • @shyam-ravi
    @shyam-ravi 6 років тому

    Great video! Is it possible to make it deep sleep infinitely?

  • @ShubhamGupta-iw6hc
    @ShubhamGupta-iw6hc Рік тому

    I tried the deep sleep on xiao esp32 c3 board and it worked but when I try to upload new code then there is no port shown

  • @linux9i
    @linux9i Рік тому

    Great!!

  • @avejst
    @avejst 6 років тому

    Wow, thanks for sharing :-)

    • @Educ8s
      @Educ8s  6 років тому

      You are welcome! Cheers!

  • @daslolo
    @daslolo 6 років тому +1

    was the deep sleep mode fixed?

  • @pacocable
    @pacocable 6 років тому

    Very nice

  • @JC-mu4gs
    @JC-mu4gs 6 років тому +1

    My question is how to make esp32 read internal Voltage

  • @antonioargese1373
    @antonioargese1373 6 років тому

    What can I do if I want it to stay always on? I want it always on, ( I connected it to the wall power source) so I want the WiFi module always operative and ready to work

  • @xavierr4508
    @xavierr4508 5 років тому

    You should make a pause between phrases. Speaking English (which isn't my mother tongue, either) doesn't mean to speak as fast as possible.

  • @bungavictor3033
    @bungavictor3033 6 років тому

    Hi!!! Educ8s tv!!! i'd like if possible, some video explanning step by step how to connect esp32 with Nextion Touch Screen of ITEAD, the changes needed to be done on libraries, and an example of inputs and outputs, like screen button to activate a led or analog's read input, like potentiometer or others!!! Thanks!!!

  • @sandeepsinghjagdev3485
    @sandeepsinghjagdev3485 4 роки тому

    how much current reduced if desolder esp32 power led

  • @spyboy6015
    @spyboy6015 6 років тому

    Hi I like your video

    • @Educ8s
      @Educ8s  6 років тому

      Thank you my friend!

  • @santoshshivgan6275
    @santoshshivgan6275 6 років тому

    nice sir & thanks

    • @Educ8s
      @Educ8s  6 років тому

      Thanks, you are welcome!

  • @alexandrbrave9511
    @alexandrbrave9511 6 років тому +4

    18'С very cold. why are you working in such a cold.

    • @GreenCappuccino
      @GreenCappuccino 6 років тому

      it feels like a constant breeze in a equator city. not bad

    • @cappie2000
      @cappie2000 6 років тому +1

      18 degrees for someone that is physically handling things is actually quite comfortable.. 22 degrees and up can be really tiring..

  • @sylvainlazare1114
    @sylvainlazare1114 6 років тому

    Hi Nick! with your deepsleep current testing sketch my recent TZT ESP32 WiFi & BLE battery board (TZT store Ali), I measured 57.2 mA in the active mode and 9.5 mA in the deepsleep mode. It is still far from beeing optimized . Thanks for sharing!

  • @yahyaventure2987
    @yahyaventure2987 3 роки тому

    What could you do for a Bluetooth project where we need the esp32 to sleep until he receives a Bluetooth command?
    Can we put all in deep sleep but the Bluetooth?

    • @olafschermann1592
      @olafschermann1592 Рік тому

      Enabling the radio module consumes 100x the power as without. The only viable solution is to deepsleep for 10min then wakeup and poll for new messages via wifi or ble.

  • @anlpereira
    @anlpereira 6 років тому

    Hi, where can I find the manual of this library?

    • @Educ8s
      @Educ8s  6 років тому

      Google ESP32 Deep Sleep API

  • @MPElectronique
    @MPElectronique 6 років тому +1

    Wemos lolin32 is a great board too!!!

    • @Educ8s
      @Educ8s  6 років тому

      Yes, the Lolin32 is a great board! There is also a Lolin32 lite board which looks very interesting as well.

  • @yudhahamdiarzi5553
    @yudhahamdiarzi5553 6 років тому +1

    isn't 20ma because of the red led indicator? because i don't see led in in other board

    • @Educ8s
      @Educ8s  6 років тому +1

      Yes, that's correct. the led draws some current but not 20 mAs.

    • @yudhahamdiarzi5553
      @yudhahamdiarzi5553 6 років тому

      it's hard to design low power and cheap too :D. Thanks for the video!

  • @albaromero5892
    @albaromero5892 4 роки тому

    Does anybody know how to reconnect to a WiFi net after waking up from deep sleep? I'm using an ESP32

  • @ArunKumar-mz8oh
    @ArunKumar-mz8oh 5 років тому

    Please try TI MSP432 P401R

  • @rubio15es
    @rubio15es 6 років тому +1

    Would it be possible to sleep for hours?.I have tried this: #define uS_TO_S_FACTOR 1000000 #define TIME_TO_SLEEP 3600 /* Time ESP32 will go to sleep (in seconds) */
    but the ESP32 restarts all the time

    • @serialxnet
      @serialxnet 6 років тому +4

      Change 1000000 to 1000000LL and 3600 to 3600LL

    • @rigel_emg
      @rigel_emg 2 роки тому

      @@serialxnetThank You, man! Thank you so much!

  • @peepneeapp6343
    @peepneeapp6343 4 роки тому

    I am now wondering what if I have my ESP32 configured to use smart config (docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/network/esp_smartconfig.html) and I put it into a deep sleep for 30 seconds. Once it wake up, would it connect automatically to the WiFi or I would have to use SmartConfig application once again on my mobile device to enable WiFi?

    • @ishdemon_
      @ishdemon_ 4 роки тому

      Save the Wifi credentials in RTC, it survives deep sleep

  • @harshaaddanki4606
    @harshaaddanki4606 4 роки тому

    I Bet That A NodeMCU-32S Takes Small Amount Of Power

  • @alejandroperez5368
    @alejandroperez5368 Рік тому

    Was the bug fixed?

    • @Educ8s
      @Educ8s  Рік тому

      Yes, it was a hardware bug which is now fixed.

  • @lovermonkey
    @lovermonkey 5 років тому

    Can I use 5v for vin?

    • @RakshithPrakash
      @RakshithPrakash 5 років тому

      Yup it goes into a regulator so voltages even little more than 5 should be fine

  • @goofydavid100
    @goofydavid100 6 років тому +1

    Can you give me an idea for a GPS locator with long lasting battery for my automobile I don't want it to be connected to my battery of my automobile can you share some insight

    • @ottohorst9127
      @ottohorst9127 6 років тому

      kevin david you Could connect your GPS to an external battery like it is done in Watches to keep the time.

    • @goofydavid100
      @goofydavid100 6 років тому

      Yea I want it in a small package I heard GPS locator takes a huge amount of battery I need it in a 7*7 cm package board

    • @ottohorst9127
      @ottohorst9127 6 років тому +1

      kevin david you could also use a small lipo and recharge it with the powerboost 1000c. Watch some gps tutorials at adafruit.com

    • @goofydavid100
      @goofydavid100 6 років тому

      Otto Hörst thanks for the information man if was so helpful cheers

    • @Educ8s
      @Educ8s  6 років тому +2

      Yes, small lipo battery and low power board like the ESP32 is a good start.

  • @algre977
    @algre977 4 роки тому

    Can I power this ESP32 board www.amazon.com/dp/B0718T232Z/ref=cm_sw_r_cp_apa_fab_qYoCFbKQHPMVG with two 1.5 volt Energizer Ultimate Lithium batteries like these www.amazon.com/dp/B00EAKP8S0/ref=cm_sw_r_cp_apa_fab_k2oCFb14S8G9F ?
    If so, would it be better to use two of these batteries through the 3.3 volt pin, or 3 (or 4?) of these batteries through the 5 volt pin ?

  • @anniedreuilhe6308
    @anniedreuilhe6308 6 років тому

    Bien jouer gros

  • @digihz_data
    @digihz_data 2 роки тому

    He makes good informative videos,but hey....can't he sliw down his stress speaking please.

    • @Educ8s
      @Educ8s  2 роки тому +1

      Yes, you are right! I was speaking very fast at that time. I think my latest videos are better at this. Thanks for the feedback.

  • @ericmin6055
    @ericmin6055 6 років тому

    Arduino game console please! Maybe check out the Arduboy?

    • @Educ8s
      @Educ8s  6 років тому +1

      Yes, I will take a look

  • @ask-wj2pf
    @ask-wj2pf 6 років тому +2

    Can we use it to make a wrist watch with e paper display pls pls pls pls pls pls pls pls pls pls pls replay or make one pls pls pls pls pls pls pls pls pls...

  • @dragoljubcvarkovski9305
    @dragoljubcvarkovski9305 6 років тому

    hello

  • @goranmichlovich8630
    @goranmichlovich8630 Рік тому

    By the way, 10 mA is not so good result for power saving project. Was tested and found absolutely unusable. Dislike. Don't wast your time.

  • @pablomoreno7777
    @pablomoreno7777 6 років тому

    Hi,
    On ESP8266 i can reduce sleep power. I get over 50uA and i think that it is possible reduce it a little more. It´s importat use a good LDO regulator. I share my project hardware on Github: github.com/grafisoft/SpainLabsIoT2018
    I have some board without components that i can send. It is possible that i do a new board using ESP32, but i will wait more, ESP32 is young.
    Regards.

  • @prashantaher181
    @prashantaher181 6 років тому +2

    Plz speak slowly

  • @normcaissie5598
    @normcaissie5598 6 років тому

    I like your video but you talk way too fast for me to sub.

  • @edgi
    @edgi 5 років тому +1

    don't speak so fast. You are very difficult to listen to. Words merge into one incomprehensible sentence.