Arduino Interrupts Tutorial

Описание к видео Arduino Interrupts Tutorial

Dear friends welcome to this Arduino Interrupt Tutorial. In this video we are going to learn how to use interrupts with Arduino, an advanced but extremely useful feature of the Arduino. There is a lot to cover, so without any further delay let's get started!

But what is an interrupt? Most microprocessors have interrupts. Interrupts let you respond to external events while doing something else. Suppose you are sitting at home waiting for the new ESP32 board, you have ordered a few days ago, to arrive at your mailbox. You are very excited so you check your mailbox every ten minutes to see if the board has arrived. This procedure is called polling, and we were using this technique a lot in our projects. But what if we had told the mailman to ring the doorbell at his arrival? This way, we are free to do anything we want and at the time the board arrives at the mailbox we get notified and we can use it at once. This example explains exactly how an interrupt causes a processor to act.

🛒 Arduino Nano: http://educ8s.tv/part/ArduinoNano
🛒 Breadboard: http://educ8s.tv/part/SmallBreadboard
🛒 Wires: http://educ8s.tv/part/JumperWires
🛒 Buttons: http://educ8s.tv/part/Buttons

💻 Code & Parts: http://educ8s.tv/arduino-interrupts-t...

Want to learn to code?
👨‍💻 Check my new YouTube channel: https://bit.ly/3tku2n0

🎮 My Android Game: http://bit.ly/QuizOfKnowledge

Комментарии

Информация по комментариям в разработке