How to use interrupts in Arduino projects

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.ย. 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...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 38

  • @lastchance045
    @lastchance045 ปีที่แล้ว +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  ปีที่แล้ว

      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 ปีที่แล้ว +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.

    • @marios_ideas
      @marios_ideas  ปีที่แล้ว

      Thanks, means a lot to me:)

  • @trynadyna9662
    @trynadyna9662 3 หลายเดือนก่อน

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

  • @KW-ei3pi
    @KW-ei3pi 11 หลายเดือนก่อน +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 TH-camrs do not and though their information is valuable, they post one bad video after another. Thanks !

    • @marios_ideas
      @marios_ideas  11 หลายเดือนก่อน

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

    • @KW-ei3pi
      @KW-ei3pi 11 หลายเดือนก่อน

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

  • @techfunial3817
    @techfunial3817 ปีที่แล้ว +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  ปีที่แล้ว +1

      Thanks. Means a lot to me:)

    • @techfunial3817
      @techfunial3817 ปีที่แล้ว

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

  • @stanislavamolnarova798
    @stanislavamolnarova798 25 วันที่ผ่านมา

    I love the explanation, so cute.

  • @hajnisj
    @hajnisj ปีที่แล้ว +3

    Nice simple explanation. I like it, thanks!

  • @brings2520
    @brings2520 3 หลายเดือนก่อน

    Thanks for redirecting me this video in your previous interrupt video

    • @marios_ideas
      @marios_ideas  3 หลายเดือนก่อน

      Glad you liked it:)

  • @IgorPomaranskiy
    @IgorPomaranskiy ปีที่แล้ว

    Really really good video. Crystal clear explanation.

  • @zdenekspacek2845
    @zdenekspacek2845 ปีที่แล้ว

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

    • @marios_ideas
      @marios_ideas  ปีที่แล้ว

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

  • @RakibHasan-ee2cd
    @RakibHasan-ee2cd 8 หลายเดือนก่อน

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

    • @marios_ideas
      @marios_ideas  7 หลายเดือนก่อน

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

  • @manishm5624
    @manishm5624 ปีที่แล้ว

    So Great Explanation!

    • @marios_ideas
      @marios_ideas  ปีที่แล้ว

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

  • @OrixMovies
    @OrixMovies ปีที่แล้ว

    Great, well done

  • @plymouthrovadventures.646
    @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  ปีที่แล้ว

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

  • @steverileyretired
    @steverileyretired ปีที่แล้ว

    Very Good, i understand the interupt

  • @Anointingify
    @Anointingify 11 หลายเดือนก่อน

    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  11 หลายเดือนก่อน +1

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

    • @Anointingify
      @Anointingify 11 หลายเดือนก่อน

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

  • @fatelifevlog3399
    @fatelifevlog3399 9 หลายเดือนก่อน

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

    • @marios_ideas
      @marios_ideas  9 หลายเดือนก่อน

      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 ปีที่แล้ว +1

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

    • @marios_ideas
      @marios_ideas  ปีที่แล้ว

      That is correct:)

    • @marios_ideas
      @marios_ideas  ปีที่แล้ว

      I sportem this after video editting

  • @AliHussein-bb3ie
    @AliHussein-bb3ie ปีที่แล้ว

    😂