MicroPython
-

Raspberry Pi Pico Relay Tutorial – MicroPython Code
In this tutorial, you will learn to interface a relay with Raspberry Pi Pico. An example is shown to control the relay via a web server.…
-

Raspberry Pi Pico Interrupts Tutorial- Examples in MicroPython
In this article, learn how to use interrupts in Raspberry Pi Pico. A pushbutton will be used to explain how interrupts work. We can interface a…
-

Getting Started – Raspberry Pi Pico & Pico W with MicroPython
This is a comprehensive guide on getting started with Raspberry Pi Pico & Pico W using MicroPython. This detailed guide will provide step-by-step instructions to connect…
-

Raspberry Pi Pico Serial Communication Example-MicroPython Code
This article will guide you to use Serial communication in Raspberry Pi Pico using its inbuilt UART(Universal Asynchronous Receiver/Transmitter) and MicroPython. UART is a serial communication…
-

Raspberry Pi Pico PWM Guide – Fade an LED (MicroPython)
This article will guide you to use Pulse Width Modulation(PWM) in Raspberry Pi Pico and Raspberry Pi Pico W. First, we shall briefly discuss how PWM…
-

How To Program Raspberry Pi Pico on macOS Using Thonny IDE
This guide will walk you through the steps necessary to program Raspberry Pi Pico/ Pico W on macOS devices. Thonny IDE is one of the most…
-

Connect Raspberry Pi Pico W to Internet using Wi-Fi- HTTP Requests Example(MicroPython)
In this tutorial, you will learn to connect Raspberry Pi Pico W to the internet by making an HTTP GET request. Raspberry Pi Pico W features…
-

Measure Distance Using Raspberry Pi Pico & HC-SR04 (MicroPython)
This guide will demonstrate how to measure distance using Raspberry Pi Pico and HC-SR04 ultrasonic ranging module. First, we will display the distance of an obstacle…
-

Raspberry Pi Pico Bluetooth Serial Using HC-05 (MicroPython)
This tutorial will guide you to connect Raspberry Pi Pico to the HC-05 Bluetooth module. We will use an Android app to send commands to Pi…
-

How to Use ADC in Raspberry Pi Pico – MicroPython Example
In this guide, we will learn how to use the ADC in Raspberry Pi Pico and read voltages using the onboard GPIO. ADC stands for Analog-to-Digital…