Resources

Pico Inventor's Kit Experiment 4 - Using a Transistor to Drive a Motor

Pico Inventor's Kit Experiment 4 - Using a Transistor to Drive a Motor

Experiment 4 from the Inventors Kit for Raspberry Pi Pico, In which we explore using a transistor to drive a motor. Included in this resource are code downloads, a description of the experiment and also a video walk-through.
Pico Inventor's Kit Experiment 3 - Dimming an LED using a Potentiometer

Pico Inventor's Kit Experiment 3 - Dimming an LED using a Potentiometer

Experiment 3 from the Inventors Kit for Raspberry Pi Pico, in which we explore dimming an LED using a potentiometer. Included in this resource are code downloads, a description of the experiment and also a video walk-through. 
Pico Inventor's Kit Experiment 2 - Using a Light Sensor & Analog Inputs

Pico Inventor's Kit Experiment 2 - Using a Light Sensor & Analog Inputs

Experiment 2 from the Inventors Kit for Raspberry Pi Pico, in which we explore how to use a phototransistor and take an analog reading. Included in this resource are code downloads, a description of the experiment and also a video walk-through.
Pico Inventor's Kit Experiment 1 - Digital Inputs & Outputs

Pico Inventor's Kit Experiment 1 - Digital Inputs & Outputs

Experiment 1 from the Inventors Kit for Raspberry Pi Pico, in which we explore Digital Inputs & Outputs. Included in this resource are code downloads, a description of the experiment and also a video walk-through.
Online Tutorial - Pico Smart Air Quality Board - Using the BME688 Sensor

Online Tutorial - Pico Smart Air Quality Board - Using the BME688 Sensor

The BME688 sensor provides the main functionality of the board: measuring air quality and climate data which the Pico can then access and read. Learn how use the sensor to gather and monitor readings with the Raspberry Pi Pico.
Online Tutorial - Pico Smart Air Quality Board - OLED and RTC

Online Tutorial - Pico Smart Air Quality Board - OLED and RTC

The Pico has a number of built-in features beyond just having lots of pins for controlling and communicating with external devices, and one of these is the real-time clock (RTC). Learn how to make use of the boards RTC and OLED display.
Online Tutorial – Pico Smart Air Quality Board – Buzzer, Buttons and ZIP LEDs

Online Tutorial – Pico Smart Air Quality Board – Buzzer, Buttons and ZIP LEDs

The Smart Air Quality board for Raspberry Pi Pico has two buttons which can be used as inputs to control the program which is running. There is also a buzzer, which is great for adding audio output to projects. We are going to introduce both of these in this section of the tutorial.
Online Tutorial - Pico Smart Air Quality Board - Data Logging

Online Tutorial - Pico Smart Air Quality Board - Data Logging

One of the main functions the Pico Smart Air Quality Board is designed for is data capture and logging. In this tutorial we will be taking that information and saving it to a file on the Pico.
Online Tutorial – Pico Smart Air Quality Board – Analogue Input and Output Control

Online Tutorial – Pico Smart Air Quality Board – Analogue Input and Output Control

Learn how to connect, control and monitor external sensors to the Kitronik Air Quality Data-logging Board for the Raspberry Pi Pico. This guide contains a full description of the process and code required.
Online Tutorial - Autonomous Robotics Platform for Pico - Buzzer, Button and Lights

Online Tutorial - Autonomous Robotics Platform for Pico - Buzzer, Button and Lights

Learn to code the additional features of the Kitronik Autonomous Robotics platform for Raspberry Pi Pico. Take control of the Pico-ARP Buzzer, button, & Lights. The resource contains code and a full walk-through of how it works.
Online Tutorial – Autonomous Robotics Platform for Pico - Using the Line Following Sensors

Online Tutorial – Autonomous Robotics Platform for Pico - Using the Line Following Sensors

Learn how to take control of the line following sensors on the Kitronik Autonomous Robotics Platform for the Raspberry Pi Pico. Work through this resource and learn how to add line following to your buggy.
Online Tutorial - Autonomous Robotics Platform for Pico - Using the Ultrasonic Sensor

Online Tutorial - Autonomous Robotics Platform for Pico - Using the Ultrasonic Sensor

Learn how to add distance sensing and obstacle avoidance to the Kitronik Autonomous Robotics Platform for Pico. The buggy is supplied with a distance sensor, learn how to add more autonomy to your robot with this guide.
Online Tutorial – Autonomous Robotics Platform for Pico - Using the Servo connections

Online Tutorial – Autonomous Robotics Platform for Pico - Using the Servo connections

The ARP has 4 servo connections. These can be used to control standard hobby servos. The servo connectors are located 2 towards the rear of the ARP, just outside the motors, and 2 towards the front, by the ultrasonic connector. Learn how to set up and code for the servos to enhance your robotics project.
First steps with the Raspberry Pi Pico and Thonny.

First steps with the Raspberry Pi Pico and Thonny.

The Pico can be programmed in a number of languages. This guide is for MicroPython – a Python implementation for micro controllers, and uses the Thonny editor. This guide provides everything you need to know to get going with Pico and MicroPython.
Live Data Logging - Discovery Kit For Raspberry Pi Pico Extension Exp 3

Live Data Logging - Discovery Kit For Raspberry Pi Pico Extension Exp 3

This is part of a series to create a Data logger on the Pico. It assumes that the user has completed the Pico Discovery Kit, and both the additional ‘Pico Thermometer’ and ‘Storing Data on the Pico’ resourcesThis is the third of several extension experiments for the Discovery kit that will only be available online.
Storing Data - Discovery Kit For Raspberry Pi Pico Extension Exp 2

Storing Data - Discovery Kit For Raspberry Pi Pico Extension Exp 2

This resource is part of a series to create a Data logger on the Pico. It assumes that the user has completed the Kitronik Discovery Kit for Raspberry Pi Pico. It is intended to be completed after the Pico Thermometer resource, but this is not essential. 
Pico Thermometer - Discovery Kit For Raspberry Pi Pico Extension Exp 1

Pico Thermometer - Discovery Kit For Raspberry Pi Pico Extension Exp 1

This is the first of several extension experiments for the Discovery kit that will only be available online. Learn how to read the onboard temperature sensor and understand the conversion from Voltage to ADC.
Using MicroPython With The Kitronik Motor Driver Boards for Raspberry Pi Pico

Using MicroPython With The Kitronik Motor Driver Boards for Raspberry Pi Pico

We've recently launched two motor driver boards for the Raspberry Pi Pico, the Kitronik Motor Driver Board and the Kitronik Robotics Board. We've also just created a GutHub repository for each board with MicroPython example code to make the job of using the boards as simple as possible. Find out more...
Using CircuitPython With The Kitronik Motor Driver Boards for Raspberry Pi Pico

Using CircuitPython With The Kitronik Motor Driver Boards for Raspberry Pi Pico

We've recently launched two motor driver boards for the Raspberry Pi Pico, the Kitronik Motor Driver Board and the Kitronik Robotics Board. We've also just created a GutHub repository for each board with CircuitPython example code to make the job of using the boards as simple as possible. Find out more...
A practical Guide to Modules, Micro Python and the Raspberry Pi Pico

A practical Guide to Modules, Micro Python and the Raspberry Pi Pico

A practical guide to Modules, Micro python and the Raspberry Pi Pico. Python is a language that allows you to organise your code into sections easily. At its most basic, this is the writing of a function, where code can be called from your main program multiple times. Visit the guide for more information.