Tag: raspberry-pi
All the articles with the tag "raspberry-pi".
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.
Controlling Raspberry Pi Pico LED using MicroPython
Published: at 12:18 AMControlling LEDs is a fundamental task in electronics, and this video demonstrates how to achieve this using MicroPython on the Raspberry Pi Pico. By connecting the adapter board and writing a simple script to manage multiple LEDs, viewers will learn about GPIO operations and timing control. The session focuses on turning LEDs on and off using a loop and understanding the pin configuration for effective control. Whether you're new to programming or want to expand your skills, this tutorial provides practical insights into MicroPython programming for physical computing. Join us to enhance your electronics knowledge with this hands-on guide!