Description
 
Take your first steps in Python and physical computing with the Kitronik Discovery Kit for Raspberry Pi Pico (Pico Included).
The Kitronik Discovery Kit for Raspberry Pi Pico (Pico Included) is a great way to learn about microcontrollers, Python coding, and physical computing. The kit is supplied with all of the components needed to complete the 7 included experiments. The Pi Pico is also included in the kit and is pre-fitted with pin headers, so no soldering is required! The kit is packaged in sturdy reusable packaging.
The seven experiments take you from the basics of using the board to more advanced concepts and using external electronics. The experiments cover key concepts of microcontrollers, such as; basic setup, simple coding, Interrupts, Threads, Digital Inputs, and Analog and Digital Outputs.
The kit ships with a comprehensive guide which covers the basic setup and then how to complete each of the 7 experiments. Each experiment is complete with detailed circuit diagrams, explanations, and a complete code run-through. This means that you can get started without having to understand too much Python.
At the heart of the kit is the Raspberry Pi Pico board, a new low-cost, high-performance microcontroller. The board features a powerful new, Raspberry Pi-designed ARM-based dual-core chip-- the RP2040. The pico also features 64KB of internal RAM and support for up to 16MB of off-chip Flash. A wide range of flexible I/O options includes I2C, SPI, and Programmable I/O (PIO). 
The kit is programmed using MicroPython. This is a full Python 3 implementation created specifically for small embedded microcontrollers, such as the Pico and the popular BBC micro:bit. You will use the Thonny editor to create your code. Thonny is a Python Editor/IDE designed to allow beginners to easily get up and running with Python coding.
Power will be supplied via the USB connection to the computer that the Thonny editor is running on.
Note:
- A USB cable is NOT supplied. USB cables capable of data transfer and power are available separately here.
- This kit is also available without an included Pico, this can be obtained here.
- No soldering is required.
Features:
- A great introduction to microcontrollers, Python coding, and physical computing.
- Make the 7 experiments in the step-by-step tutorial book and learn as you go.
- All parts are included to conduct the 7 experiments, including the Raspberry Pi Pico.
- The experiments explore; simple coding, Interrupts, Threads, Digital Inputs, and Analog and Digital Outputs.
- Once you have completed all of the included experiments, you have the perfect prototyping system for further learning/prototyping with the Raspberry Pi Pico board.
- The Raspberry Pi Pico board is a new cutting-edge microcontroller that features the Pi designed ARM-based dual-core RP2040 chip.
- Included is a large format breadboard for ease of prototyping.
- The kit is supplied in reusable packaging suitable for long-term storage of the kit.
Contents:
- 1 x Raspberry Pi Pico board.
- 1 x Large Prototype Breadboard.
- 2 x Red 5mm LED.
- 2 x Yellow 5mm LED.
- 2 x Green 5mm LED.
- 10 x 330Ω Resistor.
- 1 x Piezo Element Buzzer.
- 20 x Male to Male Jumper Wires.
- 2 x Push Switches.
- A booklet guide containing basic setup information and full explanations of the following 7 experiments;
- Exp. 1 - Show Me The Light.
- Exp. 2 - Control an Input.
- Exp. 3 - Interrupt Me.
- Exp. 4 - Making a Noise.
- Exp. 5 - So Many Interruptions.
- Exp. 6 - Rub Head and Pat Tummy - Threads.
- Exp. 7 - Building a System from the Blocks we have Learned.
- The kit is supplied in reusable packaging suitable for long-term storage of the kit.
Video:
 
Requires:
Resources:
- MicroPython Code for all 7 Discovery Kit Experiments.
- Get started with MicroPython on Raspberry Pi Pico.
- Tech Talks - live stream playback.
- Raspberry Pi Pico frequently asked questions.
- More information on the Pico.
- About MicroPython.
- About Python.
- The Thonny editor.
- Raspberry Pi pico Datasheet.
- RP2040 Datasheet.
Discovery Kit Extension Experiments: The table below contains links to extension experiments for the Pico Discovery Kit. They have been listed in the order that they should be completed, and they should only be tackled once you have completed the 7 experiments supplied with the kit. Each extension experiment is fully explained and code examples are provided.
Exp No#. | Experiment Name/Link. |
---|---|
1 | Pico Thermometer. |
2 | Storing Data on the Pico. |
3 | Live Data Logging on the Pico. |