Тёмный

2 Parallel Loops on ESP32 No Delay using Arduino IDE 

Electronic Junkies
Подписаться 1,1 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 74   
@TheBadazzspaniard
@TheBadazzspaniard 8 месяцев назад
Super easy to follow, right to the point. Fantastic tutorial
@ITSALLELECTRONICS
@ITSALLELECTRONICS 3 месяца назад
Damn you made me subscribe by the quality of your content 🥳
@chathuva
@chathuva 2 года назад
Bruh! You deserve more subscribers. Love the way you present. You earned another subscriber just now 🖤
@Hasan...
@Hasan... 2 года назад
Top quality content, I actually scrolled to check whether you have 100k subs or more... Seems like I have to check back in a month to see those numbers,. that's inevitable with such content 👍🏻 in sha Allah, keep going!
@ElectronicJunkies
@ElectronicJunkies 2 года назад
InshAllah Thank you so much !
@noobnitesh
@noobnitesh 3 года назад
"this chip esp32 , and the things it can do " it rhymes
@nasirbhatti6853
@nasirbhatti6853 3 года назад
Damn..it's stuck in my head now
@ElectronicJunkies
@ElectronicJunkies 3 года назад
😁😁😁
@dvgelectrician1605
@dvgelectrician1605 2 года назад
What a video. thanks lot. Aap ki mehnat hiaap ki taakat hai. keep it up.
@SimonWahlin
@SimonWahlin 3 года назад
Great video! Looking forward to the next one!
@adambeedle
@adambeedle 3 года назад
Great video mate 👍
@ElectronicJunkies
@ElectronicJunkies 3 года назад
Thanks mate !
@Tesla_News_Space_X_Musk
@Tesla_News_Space_X_Musk 3 года назад
Awesome 💓
@ElectronicJunkies
@ElectronicJunkies 3 года назад
Thank you bro .
@susannadesu
@susannadesu 2 года назад
The video i was looking foooooooor😭❤❤ thank you
@muzammilzafar5640
@muzammilzafar5640 3 года назад
❤️
@SmartieTV
@SmartieTV Год назад
Awesome video!
@eee-bro
@eee-bro 2 года назад
Ma-sha-allah...
@GoltiSaranTeja
@GoltiSaranTeja Месяц назад
fire
@azherbhatti5777
@azherbhatti5777 3 года назад
Wonderful
@HuslevesM
@HuslevesM 7 месяцев назад
Instead of using delay you should learn to use interrupts and timers, those run independent from the core. You won't lose so many clocks only a few.
@Arshmankhan0637
@Arshmankhan0637 3 года назад
👍👍
@muhammdhamza3583
@muhammdhamza3583 2 года назад
I've a problem with the integration of neo 6m gps with max30102 and bmp180 temperature sensor. The problem is of watchdog error I've used freeRTOS and board I'm using is esp32 devkit v1 and the platform is Arduino. Can you help me with that? Note: I'm using wifi and the is sent to the firebase.
@ElectronicJunkies
@ElectronicJunkies 2 года назад
Hi Thank you for your comment . Are you using multiple processors as we show in this video or is it a sequential code ? Watchdog is usually triggered when the processor becomes unresponsive . I am assuming that ESP32 is being overloaded somehow . For details we will need to look at the complete error and code. If you have a debugger that would be great so you can debug line by line . Otherwise you can try serial.print debugging
@kevin2706
@kevin2706 2 года назад
May god bless you my friend thank you
@kursorgildas
@kursorgildas 2 года назад
Thank you for making this video, so helpfull
@AmrShtat
@AmrShtat Год назад
Great!
@athha_
@athha_ 2 года назад
brother i have an issue on vs code it is saying functio name which is task1 is not defined in th scope of void setup how t0 initialize that name
@sadam_sparrow
@sadam_sparrow Год назад
Thank You man
@Allinone-vu9wo
@Allinone-vu9wo 3 года назад
👍
@muhammadsaimhashmi2425
@muhammadsaimhashmi2425 3 года назад
Superb 😍👍
@ElectronicJunkies
@ElectronicJunkies 3 года назад
Thanks alot bro
@ITSALLELECTRONICS
@ITSALLELECTRONICS 3 месяца назад
Super Introo
@bluegizmo1983
@bluegizmo1983 Год назад
0:15 Missed an opportunity there! Should've had the red LED on the timed loop and used the blue button to turn on the blue LED
@kursorgildas
@kursorgildas 2 года назад
Is there any added library to download before running this program, sir?
@ElectronicJunkies
@ElectronicJunkies 2 года назад
No library needed you just have to choose ESP32 dev board as your device and the functionality should be available
@hasnainbadar
@hasnainbadar 3 года назад
Mashallah zbardast
@ElectronicJunkies
@ElectronicJunkies 3 года назад
Thank you jani !
@ishdemon_
@ishdemon_ 2 года назад
you can simplify using while(true) { } instead of for loop
@voncolborn9437
@voncolborn9437 22 дня назад
True, but just semantics.
@nguyenvankhanh5330
@nguyenvankhanh5330 3 года назад
You can do it because of two reasons: two-core MCU and Multi-tasking of freeRTOS, right?
@ElectronicJunkies
@ElectronicJunkies 3 года назад
Yes exactly . That is correct .
@prov_s195
@prov_s195 2 года назад
Why this channel has only 800 subs?
@HuesofReality
@HuesofReality 5 месяцев назад
love from Pakistan
@WagonLoads
@WagonLoads 11 месяцев назад
WOW! I just found this... I would like to see how this can be used to send and receive json data for robotics. Like being able to control a robot, while at the same time, getting system data from the robot.. Temperature, battery level, direction, etc... And I mean for a robot that could be 1000 miles away...
@ahamedm.h.a9205
@ahamedm.h.a9205 2 года назад
mate my infinite loop shows a error message which reads "undefined reference to `loop()' " could you help me out?
@ElectronicJunkies
@ElectronicJunkies 2 года назад
Hi are you sure that you have the Arduino.h included ? Are you using the Arduino environment ? Please share you code . So that we can help you.
@wassinimag1031
@wassinimag1031 2 года назад
please i have 2 programme 1 is RFID an other is 5 button for light you can help me for make this 2 programme in one thank u
@ElectronicJunkies
@ElectronicJunkies 2 года назад
Yes sure . Please contact us on facebook.
@pramodjalgaonkar1221
@pramodjalgaonkar1221 2 года назад
Bro kya speed divide hogi esp 32 ki 2 loop creat karne se ? Kitne Loop creat kar sakta hu?
@ElectronicJunkies
@ElectronicJunkies 2 года назад
No bro speed divide nai hogi because your code is running on different cores. 2 loops create karskte ho because only 2 cores hain.
@muhammad_talha
@muhammad_talha 3 года назад
mujy arduino uno lena chahiya yan esp32 wemos D1 lena chahiya?
@nasirbhatti6853
@nasirbhatti6853 3 года назад
Brother kis kam k liye ?
@muhammad_talha
@muhammad_talha 3 года назад
@@nasirbhatti6853 naya IoT me ana chahra ho to mujy in Iot board me bara me pata ni ha *want to make AI car using opencv python and deep learning*
@ElectronicJunkies
@ElectronicJunkies 3 года назад
@@muhammad_talha For IoT and AI at least raspberry pi is needed . ESP32 is suitable for only small applications . Thori bohat face recognition wagaira hojaegi esp32 pe but no proper AI
@ElectronicJunkies
@ElectronicJunkies 3 года назад
@@muhammad_talha For great AI videos checkout AIphile .
@muhammad_talha
@muhammad_talha 3 года назад
@@ElectronicJunkies there are many channel murtaza AI robotics, sentdex, python engineer but problem is hardware
@sohailtariq25
@sohailtariq25 4 месяца назад
Website has expired domain!! no access
@daryl7237
@daryl7237 Год назад
Hi can nano use this code also?
@ElectronicJunkies
@ElectronicJunkies Год назад
Unfortunately no . We don't think nano has 2 processors
@daryl7237
@daryl7237 Год назад
@@ElectronicJunkies ok thanks !by the way which ESP32 mode u using?
@rahimkhizar3301
@rahimkhizar3301 2 года назад
Samagh nhi aya par acha laga😅
@waterfallphd8040
@waterfallphd8040 Год назад
Asembly language pliz
@zulkarnainkarim
@zulkarnainkarim 2 года назад
Can I do the same with uno or nano?
@ElectronicJunkies
@ElectronicJunkies Год назад
No they have only one core
@muratalsu238
@muratalsu238 2 года назад
Core 1 panic'ed???????? For Ds1307 ??
@sadam_sparrow
@sadam_sparrow Год назад
Solved?
@muratalsu238
@muratalsu238 Год назад
@@sadam_sparrow it has been a long time. Maybe it's fixed because I'm using another library. I found special library for esp32. I don't remember exactly
@sadam_sparrow
@sadam_sparrow Год назад
@@muratalsu238 okay thank you
Далее
6 Horribly Common PCB Design Mistakes
10:40
Просмотров 210 тыс.
Voy shetga man aralashay | Million jamoasi
00:56
Просмотров 248 тыс.
Building a Tiny Office Pod Under My Stairs
51:47
Просмотров 7 млн
I Made The Ultimate Cheating Device
9:39
Просмотров 1,3 млн