Resources

Free Lesson Plans - Kitronik ZIP96 Retro Gamer for Raspberry Pi Pico
To highlight the fantastic learning potential of the Kitronik ZIP96 for Pico we devised three sets of free lesson plans. There are 11 lessons per game (10 for Reversi) and the lessons include curriculum mapping, practical exercises, a linked PowerPoint presentation, a PDF handout, and a completed code example. Learn more...

Wirelessly Controlling the Pico ARP with the Mini Controller for Pico
Overview
In this blog we are going to look at how to wirelessly control the Kitronik Autonomous Robotics Platform for Pico with the Kitronik Mini C...

ZIP 96 Pico W Two Player Game Design
This blog explores creating a wireless two-player game, like Run Along, Jump & Jump. We start with the basic design, focusing on how the core game functionality works in both single-player and two-player. Then we move on to how the wireless communication in the two-player version works from a high-level design view.

Making a Cardboard Pico Drawing Robot Arm
In this first blog of a series we are going to cover how we can create a drawing robot arm out of cardboard using three servos, a Raspberry Pi Pico and the Kitronik Simply Servos for Pico board. Then we’ll move onto how to use the DrawingRobot Python library we created for the Pico. Find out more...

Making an Advanced Pico Drawing Robot Arm
In this blog we are going to cover how to improve on our Cardboard Pico Drawing Robot Arm. This will be done in three stages. In the first section we will upgrade the servos we use to construct the robot arm, as well as make our arm sturdier using pencils. In the second section we will learn how to draw images.

Pico Drawing Robot Arm Code Explanation
The biggest challenge behind making the Cardboard and Advanced drawing robot arms was figuring out how to move the arm to a specific position. This is needed so that we can use the line coordinates from our vectorised images to move the robot arm and draw the image. Find out more...

How to Manage Packages for Pico in Thonny
In this guide we are going to look at how you can use the package manager in Thonny to download the libraries for Kitronik products directly onto your Raspberry Pi Pico.

Raspberry Pi Pico Battery Voltmeter in Python
Using a Raspberry Pi Pico to record how long it takes for a battery to drain In this tutorial we’ll demonstrate how a Raspberry Pi Pico can be used along with some simple electronic components and Python code to record the voltage of a AA battery. Learn more...

Online Tutorial - Autonomous Robotics Platform for Pico - Using the Pen Lifter add on
Learn how to get creative with the Kitronik Pen Lifter add-on for the Autonomous Robotics Platform for Raspberry Pi Pico. The guide contains MicroPython code that you can copy into Thonny and then copy over to the Pico. Find out more!

Extra Resources for the Kitronik Inventors Kit for Pico
This resource contains links to Extra online resources for The inventors kit for Raspberry Pi Pico. The resources include code examples and video walkthroughs for each.

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
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 - 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
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 - Using the Motors
Learn how to write code to take control of the motors on the Kitronik Autonomous Robotics for Raspberry Pi Pico (Pico-ARP). Learn how to get the wheels turning, at the same speed, and how to turn your Pico-ARP into a drawing bot.

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
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
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
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.
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.