Tag: micropython
All the articles with the tag "micropython".
Controlling Hardware Timers on the Raspberry Pi Pico using MicroPython
Published: at 01:44 AMLearn how to control a hardware timer to toggle an LED on and off every second using MicroPython in this informative session. The video covers the essential steps for timer setup, including initialization, mode selection, and callback functions, providing you with the knowledge to implement precise timing operations in your projects. By understanding how to set the timer in periodic mode, you'll be able to apply these concepts to various applications, from simple delays to complex scheduling. The central theme focuses on the versatility of hardware timers and their practical uses in programming. Watch this video to enhance your programming skills and improve your project efficiency.
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.
Controlling a switch on the Raspberry Pi Pico using MicroPython
Published: at 07:24 AMThis video guides you through the process of controlling an LED using a Raspberry Pi Pico and a switch. The central theme revolves around using MicroPython to set up a simple program where pressing the switch turns the LED on, and releasing it turns it off. You will learn to write code that manages input and output states effectively, making the project not only educational but also practical. By analyzing the steps to configure the adapter board, you enhance your skills in programming and electronics. This content is perfect for those wanting to master the basics of GPIO manipulation with a hands-on project.