Posts
All the articles I've posted.
Using ESP-01 with Blynk
Published: at 08:17 AMUsing ESP-01 with Blynk
Using interrupts in STM8
Published: at 09:25 AMUsing interrupts in STM8
Using Interrupts on Raspberry Pi Pico with MicroPython
Published: at 01:23 AMIn this video, viewers will learn how to control an LED using interrupts on a microcontroller, like the Raspberry Pi, with MicroPython. The central theme revolves around toggling the LED on and off by recognizing button presses effectively. Viewers will gain insights into pin configuration, adjusting global variables, and ensuring smooth function execution with precise timing. This session emphasizes the importance of using interrupt triggers, particularly the falling edge, to enhance the responsiveness of their projects. By the end, they will see how to implement these techniques practically, reinforcing their skills in embedded programming.