Get started quickly with BME280 sensor module with the Raspberry Pi Pico board, programmed using Arduino IDE, to get temperature, humidity, and pressure readings.| Random Nerd Tutorials
Interface the Raspberry Pi Pico with the DS18B20 temperature sensor and get temperature readings by programming your board using MicroPython firmware. The DS18B20 is an addressable temperature sensor| Random Nerd Tutorials
Set the Raspberry Pi Pico GPIOs as digital inputs and digital outputs using MicroPython firmware. As an example, you'll learn how to read the value of a pushbutton and light up an LED accordingly,| Random Nerd Tutorials
Interface SSD1306 OLED display with the Raspberry Pi Pico programmed MicroPython firmware. You'll learn how to display text and other useful functions to interact with the OLED display.| Random Nerd Tutorials
Set the Raspberry Pi Pico GPIOs as digital inputs and digital outputs using Arduino IDE. You'll learn how to read digital inputs like a button switch and how to control a digital output like an LED.| Random Nerd Tutorials
Program the Raspberry Pi Pico using Arduino IDE software. The Raspberry Pi Pico is a low-cost microcontroller board developed around the RP2040 chip by the Raspberry Pi Foundation.| Random Nerd Tutorials
Learn how to program the Raspberry Pi Pico board with MicroPython using VS Code (Visual Studio) Editor and the MicroPico extension (previously called Pico-W-Go).| Random Nerd Tutorials
This article goes into detail about the Raspberry Pi Pico and Pico W pinout. The Raspberry Pi Pico comes with 40 pins that can be used to connect electronic components like LEDs, motors, and sensors. Learn what each pin does, what it can be used for, and its specific functions. Table of Contents In this| Random Nerd Tutorials
Learn how to make HTTP GET requests with the Raspberry Pi Pico W. We'll cover the basic concepts of HTTP GET request and test some simple examples to get data from the internet.| Random Nerd Tutorials
Learn how to power your Raspberry Pi Pico microcontroller board in 6 different ways. It can be powered via the micro-USB port or via GPIO 39. We'll show you several options for different case scenarios.| Random Nerd Tutorials
Use the I2C LCD (Liquid Crystal Display) with the Raspberry Pi Pico programmed with MicroPython. Learn how to write static text, scrolling text, and how to display custom icons.| Random Nerd Tutorials
Send emails with the Raspberry Pi Pico using an SMTP server. This feature can be useful in your automation and IoT projects to send alert notifications or messages.| Random Nerd Tutorials
Build an asynchronous local web server with the Raspberry Pi Pico W programmed with MicroPython using the asyncio module. The Pico can handle multiple clients at the same time| Random Nerd Tutorials
The Raspberry Pi Pico/Pico W is a low-cost microcontroller board developed around the RP2040 chip by the Raspberry Pi Foundation. Learn more about the Raspberry Pi Pico with our resources:| Maker Advisor