How to use interrupts in Arduino projects

Sdílet
Vložit
  • čas přidán 9. 09. 2022
  • A while back I have created a video about interrupts.
    • How to use interrupts ...
    Actually it was one of my very first videos. I explained how the interrupts work but not in a very engaging way.
    Plus my video editting skills were very basic at that time. Also the sound was not great.
    Hopefully you will like this video better.
    If you like this content and you want to support me in creating similar videos go to my Patreon webpage
    / mariosideas
    Or
    www.paypal.com/cgi-bin/webscr...
  • Věda a technologie

Komentáře • 38

  • @lastchance045
    @lastchance045 Před rokem +1

    what a pleasure to hear clear and precis instruction WITHOUT irritating music. Also nice with a dog instead of the usual cat

    • @marios_ideas
      @marios_ideas  Před rokem

      I have actually used background music until very recently. But I had a volume all the way down. But in my first videos you will still find anoying music:)

  • @eddiejones8709
    @eddiejones8709 Před rokem +3

    Another great video. I have seen many videos on this subject but your presentation is the best. As a 73 year old newbie I still have a lot to learn but I will defiantly be following your channel as guide for my new hobby. Thanks again for your time.

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

    I love the explanation, so cute.

  • @trynadyna9662
    @trynadyna9662 Před 4 měsíci

    Thank you for taking the time to share your knowledge, homie! I appreciate you!

  • @IgorPomaranskiy
    @IgorPomaranskiy Před rokem

    Really really good video. Crystal clear explanation.

  • @brings2520
    @brings2520 Před 4 měsíci

    Thanks for redirecting me this video in your previous interrupt video

  • @NaijaTechBoy
    @NaijaTechBoy Před rokem +1

    Best interrupt video I have seen
    I can now work with interrupts in my sketch
    Thank you sir for this video

    • @marios_ideas
      @marios_ideas  Před rokem +1

      Thanks. Means a lot to me:)

    • @NaijaTechBoy
      @NaijaTechBoy Před rokem

      @@marios_ideas sir can I have your WhatsApp details 🥺🥺 please?

  • @hajnisj
    @hajnisj Před rokem +3

    Nice simple explanation. I like it, thanks!

  • @KW-ei3pi
    @KW-ei3pi Před rokem +2

    First time here at your channel. Wow! Awesome, well made video! I will check out your other videos. I didn't see the video that this one replaced, but I must applaud and commend you for your opening comments and recognizing what makes a bad video. SO MANY CZcamsrs do not and though their information is valuable, they post one bad video after another. Thanks !

    • @marios_ideas
      @marios_ideas  Před rokem

      Thank you. Comments like these make it all worthwhile:)

    • @KW-ei3pi
      @KW-ei3pi Před rokem

      @@marios_ideas .... and I forgot to mention the illustration of the dog and interrupts was perfect, and the graphics were as well. Keep up the great work !

  • @RakibHasan-ee2cd
    @RakibHasan-ee2cd Před 9 měsíci

    Excellent video. The animation really helps and is very clear.

    • @marios_ideas
      @marios_ideas  Před 8 měsíci

      I know:) But they take forever to make. Please consider supporting this channal

  • @manishm5624
    @manishm5624 Před rokem

    So Great Explanation!

    • @marios_ideas
      @marios_ideas  Před rokem

      Thanks . Means a lot to me. Please give video a like:)

  • @zdenekspacek2845
    @zdenekspacek2845 Před rokem

    Thank you for the great explanation, i need this as 74 years old fella starts to learn coding!!

    • @marios_ideas
      @marios_ideas  Před rokem

      It is a great hobby. Enjoy:) Consider supporting my channel

  • @OrixMovies
    @OrixMovies Před rokem

    Great, well done

  • @plymouthrovadventures.646

    Thank you for this informative video, Looking into PWM for ESC or Servos. This video has helped me to read a RC receiver. Next the PWM bit...Possible future video. BTW your speech speed is perfect. The Pin Register video was also very helpful.

    • @marios_ideas
      @marios_ideas  Před rokem

      My pleasure:) like the videos and subscribe to my channal. Also consider supporting it.

  • @steverileyretired
    @steverileyretired Před rokem

    Very Good, i understand the interupt

  • @Anointingify
    @Anointingify Před rokem

    Thanks for the simplicity. I tried the code using 3 LEDS. On interrupt, the previous flashing LED remained ON while the next LED flashes. Please, what could be wrong?

    • @marios_ideas
      @marios_ideas  Před rokem +1

      In ISR just before LED++; command add line digitalWrite(LED,LOW); and let me know if this fixes it

    • @Anointingify
      @Anointingify Před rokem

      @@marios_ideas Bravo, it worked. Thank you so much.

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

    tried to it on my uno it says last_run was not declared on this scope

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

      I missed one Line when editiing my video „unsigned long ms_last_run; „ at the beginning if the code where the other declarations are

  • @Billy-Jay
    @Billy-Jay Před rokem +1

    the following line needs to be part of your example ...
    unsigned long ms_last_run = 0;

  • @AliHussein-bb3ie
    @AliHussein-bb3ie Před rokem

    😂