#5 ESP-IDF FreeRTOS Task Example-2

preview_player
Показать описание
Hello everyone, in this video I continue with another task example. We will see how to use vTaskSuspend, vTaskResume, vTaskDelete, eTaskGetState, pcTaskGetTaskName, xTaskGetTickCount functions. The github link of the project is below. Stay motivated and subscribe me! Lets control the controller together!

Project Link----------------



switch (Accounts) {

case YouTube :
break;
case Github :
break;
case Instagram :
break;

default :
break;}

Hello everyone, my name is Muhammed Baykara. I work at a company that supplies IoT solutions as firmware & electronic engineer. I am instersted with microcontrollers and microprocessors for years. I have learned lots of useful information about it, and I made decision to share what I learned with you.
At this channel, I will upload video series about the microcontrollers that I have used. I will also use github to share codes of my projects.
This channel is useful for students, workers and also anyone who would like to learn about microcontroller!
To apply my projects, you dont have to be a engineer, these projects can be used easily who know basic usage of C language. Therefore, if you know C coding and do not have any information about electronics, you could start learning it from beginning at this channel.

Also, my videos contain many subtitles - English - Turkish - German - Spanish - Chinese - Italian - French - Hindi. You can keep learning with your language!

Рекомендации по теме
Комментарии
Автор

I enjoyed your videos. thanks man, and dont dissapear ! thanks again. let´s start the machine !

oswevega
Автор

hi! thanks a lot for the tutorials, i would like to ask you why my xTaskGetTickCount() function always return 101, 201, 301, .... instead of 100, 200, 300, ...

reyhan
Автор

Hi Muhammed. Thank you so much for these videos! These are helping my learning ESP32 so much!!
I have a question about this video #5 ESP-IDF FreeRTOS Task Example-2,
in the code on line 18:
printf("the task2 has name: %s \n",

and at video time of 4:18 I can see the output as:
the task2 has name: task1

This has me confused as I would've expected to see output as:
the task2 has name: task2

Please could you explain this output?

younismalik
Автор

Amazing videos, i have question why task 2 will finish after 5 minutes? (At 0:48 sec of videos)

BlackKiteElectronics
Автор

please make many more esp32 vid, and please zoom to the coding :)

azzamwildanmaulana
Автор

Hi there! Do you know when you're uploading the next vid? You're the best!

lokucncdoceseciz
Автор

Hello, Thanks for this video series. It is very useful. I need to sample an analog signal with 5kHz sampling rate using esp 32. I used adc example. Can I know how to set the sampling rate in that code? I tried to use some delays. But wasn't successful. Hope you will help me. Thank you.

w.a.vinuraudaraka
Автор

Great videos ... But is it necessary to start a engine

satyambanerjee
Автор

make flash monitor delay a lot! do you know why? help please!

davidcallejas
Автор

Thank you sir for this priceless knowledge. 🦾🤖

DLabs_TheCreator