Raspberry Pi Pico tutorials served straight up from the creative team at Core Electronics. We cover a range of uses from software through to hardware. We're here to help as well, technical support on our forum and sales support via 02 4058 2818
Three and a half years after the launch of the original Pico, Raspberry Pi has announced a successor to their line of affordable microcontroller boards – the Raspberry Pi Pico 2. It sports the new RP2350 chip which houses a wealth of...
Three and a half years after the launch of the original Pico, Raspberry Pi has announced a successor to their line of affordable microcontroller boards – the Raspberry Pi Pico 2. It sports the new RP2350 chip which houses a wealth of...
IntroductionIn this guide, we'll get a Raspberry Pi Pico W to send and receive data to the cloud using the MQTT protocol.
To follow along, all you'll need is:
A Raspberry Pi Pico W
Understand how to connect the Pico W to WiFi
Underst...
IntroductionIn this guide, we'll get a Raspberry Pi Pico W to send and receive data to the cloud using the MQTT protocol.
To follow along, all you'll need is:
A Raspberry Pi Pico W
Understand how to connect the Pico W to WiFi
Underst...
IntroductionIn this guide, we'll get a Raspberry Pi Pico W connected to the internet using WiFi. To demonstrate the connection we can query a webpage, or get the current time from a time service. To follow along, all you'll need is:
A R...
IntroductionIn this guide, we'll get a Raspberry Pi Pico W connected to the internet using WiFi. To demonstrate the connection we can query a webpage, or get the current time from a time service. To follow along, all you'll need is:
A R...
In this guide we'll create a simple HTTP server using a Raspberry Pi Pico W. This server will be accessible from within a local WiFi network and can be used to read sensors and control hardware - in our case we'll drive an LED and read the...
In this guide we'll create a simple HTTP server using a Raspberry Pi Pico W. This server will be accessible from within a local WiFi network and can be used to read sensors and control hardware - in our case we'll drive an LED and read the...
IntroductionLet’s take a look at the Raspberry Pi Pico W - a WiFi-enabled development board from Raspberry Pi. This overview article will explore the Pico W features and specifications. As always, there are additional resources at th...
IntroductionLet’s take a look at the Raspberry Pi Pico W - a WiFi-enabled development board from Raspberry Pi. This overview article will explore the Pico W features and specifications. As always, there are additional resources at th...
IntroductionThis article will compare the Raspberry Pi Pico, and Pico W. Aside from the obvious difference (the Pico W has wireless connectivity), there are a few smaller and more subtle differences that are worth considering.Physical Comp...
IntroductionThis article will compare the Raspberry Pi Pico, and Pico W. Aside from the obvious difference (the Pico W has wireless connectivity), there are a few smaller and more subtle differences that are worth considering.Physical Comp...
Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...
Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...
Let's get started with the PiicoDev® Magnetometer. In this guide, we'll connect the Magnetometer to our Raspberry Pi Pico, get it working as a compass, and read the magnetic field strength of a nearby magnet. Finally, we'll remix the c...
Let's get started with the PiicoDev® Magnetometer. In this guide, we'll connect the Magnetometer to our Raspberry Pi Pico, get it working as a compass, and read the magnetic field strength of a nearby magnet. Finally, we'll remix the c...
Introduction
This guide covers the basic use of the Makerverse Supercap Real Time clock on the Raspberry Pi Pico using our RV3028 MicroPython module. The MicroPython module implements some commonly used features of the RV3028 RTC but is no...
Introduction
This guide covers the basic use of the Makerverse Supercap Real Time clock on the Raspberry Pi Pico using our RV3028 MicroPython module. The MicroPython module implements some commonly used features of the RV3028 RTC but is no...
Introduction
This guide covers how to connect the Makerverse Micro SD Card Adapter to a Raspberry Pi Pico and program a basic data logging script in MicroPython.
To follow along, it's best to have:
A Makerverse Micr...
Introduction
This guide covers how to connect the Makerverse Micro SD Card Adapter to a Raspberry Pi Pico and program a basic data logging script in MicroPython.
To follow along, it's best to have:
A Makerverse Micr...
Introduction
The Makerverse Nano Power Timer is an ultra-low current consumption power controller designed to periodically turn on a battery powered microcontroller. It is perfect for maximising the battery life of data-logging sensor...
Introduction
The Makerverse Nano Power Timer is an ultra-low current consumption power controller designed to periodically turn on a battery powered microcontroller. It is perfect for maximising the battery life of data-logging sensor...
Introduction
The Makerverse Motor Driver has been updated to a v20 design which now features a 5V output pin instead of the VM pin. Some images and in-video descriptions in this guide may be outdated
This guide covers the use of the Make...
Introduction
The Makerverse Motor Driver has been updated to a v20 design which now features a 5V output pin instead of the VM pin. Some images and in-video descriptions in this guide may be outdated
This guide covers the use of the Make...
Introduction
Let's play tones and melodies on a PiicoDev® Buzzer Module with a Raspberry Pi Pico. This guide will cover connecting the hardware, running an example to make sure everything works, and playing simple melodies.
To follow ...
Introduction
Let's play tones and melodies on a PiicoDev® Buzzer Module with a Raspberry Pi Pico. This guide will cover connecting the hardware, running an example to make sure everything works, and playing simple melodies.
To follow ...
Let's get started with the PiicoDev® 3x RGB LED Module. In this guide, we'll connect the LED Module to our Raspberry Pi Pico and get it working with some example code to display colourful patterns.
To follow along, it's best to ...
Let's get started with the PiicoDev® 3x RGB LED Module. In this guide, we'll connect the LED Module to our Raspberry Pi Pico and get it working with some example code to display colourful patterns.
To follow along, it's best to ...
Introduction
Let's read colour data from a PiicoDev® Colour Sensor with a Raspberry Pi Pico, and create a colour sorting machine. This guide will cover connecting the hardware, downloading some example code and remixing it.
...
Introduction
Let's read colour data from a PiicoDev® Colour Sensor with a Raspberry Pi Pico, and create a colour sorting machine. This guide will cover connecting the hardware, downloading some example code and remixing it.
...
Let's get started with the PiicoDev® OLED Module SSD1306. In this guide, we'll connect the PiicoDev OLED to our Raspberry Pi Pico and get it working with some example code to display text, shapes, and animations.
To ...
Let's get started with the PiicoDev® OLED Module SSD1306. In this guide, we'll connect the PiicoDev OLED to our Raspberry Pi Pico and get it working with some example code to display text, shapes, and animations.
To ...
Let's get started with the PiicoDev ® Capacitive Touch Sensor. In this guide, we'll connect the PiicoDev Capacitive Touch Sensor to our Raspberry Pi Pico and get it working with some example code to detect touch events. We'll also rem...
Let's get started with the PiicoDev ® Capacitive Touch Sensor. In this guide, we'll connect the PiicoDev Capacitive Touch Sensor to our Raspberry Pi Pico and get it working with some example code to detect touch events. We'll also rem...
Introduction
This guide will help you read barometric pressure from your PiicoDev® Pressure Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins soldered (pointing down)
A PiicoDev Press...
Introduction
This guide will help you read barometric pressure from your PiicoDev® Pressure Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins soldered (pointing down)
A PiicoDev Press...
Introduction
This guide will help you read distance data in millimeters from your PiicoDev® Distance Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins soldered (pointing down)
A Piico...
Introduction
This guide will help you read distance data in millimeters from your PiicoDev® Distance Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins soldered (pointing down)
A Piico...
Introduction
This guide will help you read temperature data from your PiicoDev® Precision Temperature Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins sol...
Introduction
This guide will help you read temperature data from your PiicoDev® Precision Temperature Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins sol...
Introduction
This guide will help you read light intensity data from your PiicoDev® Ambient Light Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins soldered (pointing down)
A PiicoDev...
Introduction
This guide will help you read light intensity data from your PiicoDev® Ambient Light Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins soldered (pointing down)
A PiicoDev...
Introduction
This guide will help you read atmospheric data from your PiicoDev® Atmospheric Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins soldered (pointing do...
Introduction
This guide will help you read atmospheric data from your PiicoDev® Atmospheric Sensor and a Raspberry Pi Pico
To follow along, it's best to have:
A Raspberry Pi Pico with pins soldered (pointing do...
This guide will help you get started with the Raspberry Pi Pico and the Thonny Python IDE, which has out-of-the-box support for Micropython and Pico. #html-body [data-pb-style=J07FV6P],#html-body [data-pb-style=WP5FQO4]{background-position...
This guide will help you get started with the Raspberry Pi Pico and the Thonny Python IDE, which has out-of-the-box support for Micropython and Pico. #html-body [data-pb-style=J07FV6P],#html-body [data-pb-style=WP5FQO4]{background-position...
In this tutorial, we'll get some WS2812B LEDs (also known as GlowBits and NeoPixels) working with a Raspberry Pi Pico. If you haven't already set up Thonny for programming your Pico, follow our guide on that first.
To follow along you'll...
In this tutorial, we'll get some WS2812B LEDs (also known as GlowBits and NeoPixels) working with a Raspberry Pi Pico. If you haven't already set up Thonny for programming your Pico, follow our guide on that first.
To follow along you'll...
This guide is a little outdated: Follow our updated guide for a much simpler way to get started!
Contents
Part 1 - Interacting Coding with the REPL
Part 2 - Moving Beyond the REPL (with rshell)
Part 1 - Interactive Coding with the...
This guide is a little outdated: Follow our updated guide for a much simpler way to get started!
Contents
Part 1 - Interacting Coding with the REPL
Part 2 - Moving Beyond the REPL (with rshell)
Part 1 - Interactive Coding with the...
Please continue if you would like to leave feedback for any of these topics:
Website features/issues
Content errors/improvements
Missing products/categories
Product assignments to categories
Search results relevance
For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.
Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.
Makers love reviews as much as you do, please follow this link to review the products you have purchased.