these videos are amazing for what they are, simplified and still extremely informative!
@ramymagdy34822 жыл бұрын
a nice and quick explanation of sleeping modes and rtos, combining this with the ESP32 API reference gives an understanding of how to start to configure sleeping modes and rtos features
@Michael-lo3ht2 ай бұрын
Outstanding. Great video content and presentation. Some speak too fast, don't explain things, or hardly understand. This covers all the bases and great content. Thanks
@trainspottingtech23 Жыл бұрын
Thank you for the explanation! I learned about FreeRTOS only recently and I want to dive into it more in the future! I know that FreeRTOS has many applicances (both industrial/professional & consumer)! 🙂👍
@BrianThomas3 ай бұрын
I had no idea. Thank you for the explanation. ❤
@josetuz Жыл бұрын
Very useful. Thanks for sharing! From Argentina.
@thaolyinh902 жыл бұрын
I've been playing DefiWarrior for a few days now. it's fine
@MFKologlu2 жыл бұрын
This video is full of wrong information. Every OS is capable of scheduling and running operations in parallel. An RTOS, however; can guarantee that user-space code meets its deadlines, each time. And it does not have anything to do with how tasks are defined, as long as real-time requirements of that particular product are met.
@manfredbogner97994 ай бұрын
Sehr gut
@maxbursell35133 жыл бұрын
Hi. Have you ever had the issue where your ESP32 won't connect to wifi when using external power supply? im using the "doit esp32 Devkit V1". the Wifi works fine as long the board is connected to my PC. But if I power it from a phone charger, it sometimes works and other times not. its seems a bit random. But when powering the board from "VIN" with 5V , the Wifi NEVER works. Have you had the same issue? if so, I will be very greatfull if you could explain how you fixed it. Thank you for creating the amazing content you are sharing here on youtube.
@EduardoAntonineАй бұрын
Hi, you figured it out? I might know what is doing this
@maxbursell3513Ай бұрын
@@EduardoAntonine Hi, no never solved it
@EduardoAntonineАй бұрын
@maxbursell3513 Hello, so the problem with ESP32 is that he is very sensitive to voltage and current compared to Arduino. If there is not enough voltage or too much of it, some functions just stop working, the VIN voltage should be 3.3V only, and for the USB port, try to measure the real voltage of the phone charger and see if it can provide enough and stable current
@portillajoe2 жыл бұрын
Please can you explain the code of your home energy manager? it would be really useful, thank you.
@CharlesRobinson-w4k2 ай бұрын
Lauriane Well
@zunairakhalid7358 Жыл бұрын
Can we make arduino based walkie talkie using free rtos