2 Parallel Loops on ESP32 No Delay using Arduino IDE

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 72

  • @ITSALLELECTRONICS
    @ITSALLELECTRONICS Před měsícem

    Damn you made me subscribe by the quality of your content 🥳

  • @TheBadazzspaniard
    @TheBadazzspaniard Před 6 měsíci +1

    Super easy to follow, right to the point. Fantastic tutorial

  • @noobnitesh
    @noobnitesh Před 3 lety +2

    "this chip esp32 , and the things it can do " it rhymes

  • @chathuva
    @chathuva Před rokem +3

    Bruh! You deserve more subscribers. Love the way you present. You earned another subscriber just now 🖤

  • @Hasan...
    @Hasan... Před 2 lety +3

    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!

  • @ishdemon_
    @ishdemon_ Před 2 lety +1

    you can simplify using while(true) { } instead of for loop

  • @SimonWahlin
    @SimonWahlin Před 3 lety +2

    Great video!
    Looking forward to the next one!

  • @HuslevesM
    @HuslevesM Před 5 měsíci

    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.

  • @AiPhile
    @AiPhile Před 3 lety +2

    Awesome 💓

  • @susannadesu
    @susannadesu Před 2 lety

    The video i was looking foooooooor😭❤❤ thank you

  • @bluegizmo1983
    @bluegizmo1983 Před 10 měsíci

    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

  • @muzammilzafar5640
    @muzammilzafar5640 Před 3 lety +2

    ❤️

  • @dvgelectrician1605
    @dvgelectrician1605 Před rokem

    What a video. thanks lot.
    Aap ki mehnat hiaap ki taakat hai.
    keep it up.

  • @ITSALLELECTRONICS
    @ITSALLELECTRONICS Před měsícem

    Super Introo

  • @adambeedle
    @adambeedle Před 3 lety +2

    Great video mate 👍

  • @azherbhatti5777
    @azherbhatti5777 Před 3 lety +1

    Wonderful

  • @muhammdhamza3583
    @muhammdhamza3583 Před rokem +1

    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  Před rokem

      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

  • @wassinimag1031
    @wassinimag1031 Před 2 lety

    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

  • @athha_
    @athha_ Před 2 lety +1

    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

  • @WagonLoads
    @WagonLoads Před 10 měsíci

    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...

  • @muhammadsaimhashmi2425
    @muhammadsaimhashmi2425 Před 3 lety +2

    Superb 😍👍

  • @prov_s195
    @prov_s195 Před 2 lety

    Why this channel has only 800 subs?

  • @kevin2706
    @kevin2706 Před 2 lety

    May god bless you my friend thank you

  • @kursorgildas
    @kursorgildas Před 2 lety

    Thank you for making this video, so helpfull

  • @SmartieTV
    @SmartieTV Před rokem

    Awesome video!

  • @Arshmankhan0637
    @Arshmankhan0637 Před 3 lety +1

    👍👍

  • @nguyenvankhanh5330
    @nguyenvankhanh5330 Před 3 lety +2

    You can do it because of two reasons: two-core MCU and Multi-tasking of freeRTOS, right?

  • @HuesofReality
    @HuesofReality Před 3 měsíci

    love from Pakistan

  • @eee-bro
    @eee-bro Před 2 lety

    Ma-sha-allah...

  • @Allinone-vu9wo
    @Allinone-vu9wo Před 3 lety +1

    👍

  • @sadamhussain816
    @sadamhussain816 Před rokem

    Thank You man

  • @kursorgildas
    @kursorgildas Před 2 lety +1

    Is there any added library to download before running this program, sir?

    • @ElectronicJunkies
      @ElectronicJunkies  Před 2 lety

      No library needed you just have to choose ESP32 dev board as your device and the functionality should be available

  • @sohailtariq25
    @sohailtariq25 Před 2 měsíci

    Website has expired domain!! no access

  • @AmrShtat
    @AmrShtat Před rokem

    Great!

  • @hasnainbadar
    @hasnainbadar Před 3 lety +1

    Mashallah zbardast

  • @rahimkhizar3301
    @rahimkhizar3301 Před 2 lety

    Samagh nhi aya par acha laga😅

  • @ahamedm.h.a9205
    @ahamedm.h.a9205 Před 2 lety

    mate my infinite loop shows a error message which reads "undefined reference to `loop()'
    " could you help me out?

    • @ElectronicJunkies
      @ElectronicJunkies  Před 2 lety

      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.

  • @muhammad_talha
    @muhammad_talha Před 3 lety +1

    mujy arduino uno lena chahiya yan esp32 wemos D1 lena chahiya?

    • @nasirbhatti6853
      @nasirbhatti6853 Před 3 lety

      Brother kis kam k liye ?

    • @muhammad_talha
      @muhammad_talha Před 3 lety

      @@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  Před 3 lety

      @@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  Před 3 lety +1

      @@muhammad_talha For great AI videos checkout AIphile .

    • @muhammad_talha
      @muhammad_talha Před 3 lety

      @@ElectronicJunkies there are many channel murtaza AI robotics, sentdex, python engineer but problem is hardware

  • @pramodjalgaonkar1221
    @pramodjalgaonkar1221 Před 2 lety

    Bro kya speed divide hogi esp 32 ki 2 loop creat karne se ?
    Kitne Loop creat kar sakta hu?

    • @ElectronicJunkies
      @ElectronicJunkies  Před 2 lety

      No bro speed divide nai hogi because your code is running on different cores. 2 loops create karskte ho because only 2 cores hain.

  • @waterfallphd8040
    @waterfallphd8040 Před 11 měsíci

    Asembly language pliz

  • @zulkarnainkarim
    @zulkarnainkarim Před 2 lety

    Can I do the same with uno or nano?

  • @daryl7237
    @daryl7237 Před rokem

    Hi can nano use this code also?

    • @ElectronicJunkies
      @ElectronicJunkies  Před rokem

      Unfortunately no . We don't think nano has 2 processors

    • @daryl7237
      @daryl7237 Před rokem

      @@ElectronicJunkies ok thanks !by the way which ESP32 mode u using?

  • @muratalsu238
    @muratalsu238 Před 2 lety

    Core 1 panic'ed???????? For Ds1307 ??

    • @sadamhussain816
      @sadamhussain816 Před rokem

      Solved?

    • @muratalsu238
      @muratalsu238 Před rokem

      @@sadamhussain816 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

    • @sadamhussain816
      @sadamhussain816 Před rokem

      @@muratalsu238 okay thank you