Tag: python
All the articles with the tag "python".
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!
Setting up the MicroPython development environment
Published: at 12:02 AMLearn how to install and set up MicroPython on your Raspberry Pi Pico, transforming it into a powerful programming platform. This content walks you through the firmware update process, from downloading the latest version to configuring the MicroPython environment in Visual Studio. By the end, you'll understand how to create and run a simple project that involves blinking an LED, showcasing the practical application of MicroPython on the Pico. The central theme revolves around mastering MicroPython for embedded programming. Join me as we explore new exciting projects using MicroPython!
Controlling an OLED display with a Raspberry Pi Pico using CircuitPython
Published: at 05:21 PMIn this video, you will learn how to control an OLED display using the Raspberry Pi Pico, which is known for its affordability and ease of use. The main theme revolves around the importance of properly connecting the I2C pins, as they are swapped, and ensuring the correct libraries and font files are installed for successful operation. Additionally, the video provides a step-by-step guide to make the integration smooth and effective, highlighting common pitfalls and how to navigate them. By following along, you will gain valuable practical skills for future electronics projects involving I2C components.