Very interesting. Thanks for bringing this to my attention.
@techtutorialsx116 жыл бұрын
Hi! You're welcome :) There's lots of stuff that can be done with FreeRTOS on the ESP32, it is definitely a world worth exploring. I have a couple of written posts at my blog with other functionalities, such as semaphores, queues or running tasks in a specific ESP32 core: techtutorialsx.com/ Hope these are useful. Best regards, Nuno Santos
@humaidhussain80454 жыл бұрын
Why aren't we using any freertos library here? Is it in built or what is happening? Can you elaborate?
@yuvalbernstein4 жыл бұрын
Hi, any chance that you found out the reason for that? I was asking myself the same question
@7Trident32 жыл бұрын
@@yuvalbernstein I think RTOS is part of the esp32 API, but not 8266.
@biplabdhakal64774 жыл бұрын
Hello I have a task to do and I am new to Arduino. The task is to create a project in Arduino IDE, using the FreeRtos library. Then I have to find all the library files that are included (that belong to RTOS) and combine those parts that are needed into a single file together with the code. How can I do it any help would be really greatful. Thanks
@zee-lab-electronics5 жыл бұрын
How can You get the messages over Serial terminal as your baud rate in the code is 112500 and terminal is running on 115200
@techtutorialsx115 жыл бұрын
Hi! I had the code uploaded beforehand, so while preparing the video I've probably messed up the baud rate. But thanks for noticing it, indeed we should use the same baud rate in both places :)
@jonathwesleyherdt71305 жыл бұрын
Hello, i had copy your code, and i'm getting weird prints on the output, its just printing "?"... Do you know anything about it?
@houserental54243 жыл бұрын
That means you baud rate is different in your sketch then your serial monitor motor. Lower them both to match
@KJBtheMosFett5 жыл бұрын
I believe the stack size is designated in words (32 bits here?) rather than bytes.
@Dahaksha5 жыл бұрын
nope, ESP-IDF modified that to bytes. docs.espressif.com/projects/esp-idf/en/latest/api-guides/freertos-smp.html#tasks-and-task-creation
@swapnilchougule7965 жыл бұрын
Thanks for sharing! I am working with ESP-8266-DevKitC development board. I followed your code but it is not working with my board. I can compile your code with Arduino boards, but when I select my board ( Tools > Boards Manager > Generic ESP8266 Module) there occurs an error. "fatal error: avr/io.h: NO such file or directory #include " Could you please let me know, how to resolve these error?? Thanks in advance!
@houserental54243 жыл бұрын
There is no suck thing as and Esp8266 devkitc. Are you thinking of the ESP32?
@igorhermanovic25624 жыл бұрын
For all the times that you sad that something is comlicated and you will not explane it, you could have explaind it in that time. The video is over 10 minutes and you explaned nothing