Search
All Categories
    Menu Close

    Kitronik Discovery Kit for Raspberry Pi Pico

    Manufacturer: Kitronik
    Take your first steps in Python and physical computing with the Kitronik Discovery Kit for Raspberry Pi Pico (Pico not included - available here).

    The Kitronik Discovery Kit for Raspberry Pi Pico 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, including a large-format breadboard. The kit is packaged in sturdy reusable packaging that can be used to store the kit.

    The seven experiments take you from the basics of using the board through 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 booklet. The booklet 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.

    Features:
  • This kit offers 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.
  • The kit is supplied with a detailed booklet that covers setup and then how to complete the 7 experiments.
  • 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.
  • Included is a large format breadboard for ease of prototyping.
  • The kit is supplied in re-usable packaging suitable for long term storage of the kit.

  • Contents:
  • 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 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 Learnt.

  • Compatible with:
  • Raspberry Pi Pico

  • SKU: KI 5333
    Availability: 10 in stock
    €13.95
    i h
    Ship to
    *
    *
    Shipping Method
    Name
    Estimated Delivery
    Price
    No shipping options

    Product resources / 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.

    Experiment No.1 : Pico Thermometer.

    Experiment No.2 : Storing Data on the Pico.

    Experiment No.3 : Live Data Logging on the Pico.

     

    MicroPython Code for all 7 Discovery Kit Experiments.

    Get started with MicroPython on Raspberry Pi Pico.pdf_icon.gif

    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.

    Customers who bought this item also bought
    Picture of Raspberry Pi Pico 2 WH - Wireless with Headers

    Raspberry Pi Pico 2 WH - Wireless with Headers

    RP SC1634
    The Pico 2 WH is a compact and powerful microcontroller board designed for easy wireless development. With built-in Wi-Fi and factory-soldered headers, it's ready to use straight out of the box, no soldering required. Whether you're building an Internet of Things (IoT) project, learning to code with MicroPython or C/C++, or creating a custom embedded system, this board is a flexible and beginner-friendly option.

  • Dual-core ARM Cortex-M0+ processor
  • 2MB onboard flash memory
  • Integrated 2.4GHz wireless support
  • Pre-soldered headers for plug-and-play use
  • USB connection for power and programming
  • 26 multi-function GPIO pins including I2C, SPI, UART, PWM, and ADC
  • Compact size ideal for breadboard use
  • Works with multiple programming environments
  • €8.75
    Picture of Kitronik 1m USB Type-A to Micro-B USB Noodle Cable

    Kitronik 1m USB Type-A to Micro-B USB Noodle Cable

    KI 4154
    This 1M White Anti-Tangle USB Type-A to Micro-B USB Noodle cable is a flat type USB cable. The new flat design means that the cable resists tangling, ensuring that when it is taken out of where it is stored it's tangle free and ready to go.

    This USB cable is compatible with the BBC micro:bit and can be used with the newer LilyPad boards.

    Features:
  • 1m length cable.
  • Anti tangle design.
  • Micro-B USB 5-pin port.
  • USB 2.0 Type A port.
  • Can be used with the BBC micro:bit.
  • Can be used with the newer LilyPad boards.

  • Contents: 1 x 1M White Anti-Tangle USB Type-A to Micro-B USB Cable.

    Dimensions:
  • Cable Length: 1m.
  • USB Type A Head Length: 28mm.
  • USB Type A Head Width: 15mm.
  • USB Micro-B Head Length: 23mm.
  • USB Micro-B Head Width: 11mm.

  • Compatible with:
  • Raspberry Pi Pico
  • Micro:Bit
  • €2.50
    Picture of Raspberry Pi Pico WH - Wireless with Headers (SC0919)

    Raspberry Pi Pico WH - Wireless with Headers (SC0919)

    RP SC19562
    The Raspberry Pi Pico W, also with pre-soldered headers, allows users to easily add wireless connectivity to builds and IoT projects. The board has been pre-fitted with a pre-soldered 40-way header connector, for greater ease of use in hobbyist and industrial applications.

    At the heart of this microcontroller is RP2040, a Raspberry Pi-designed chip. The Raspberry Pi Pico, it's; small, fast, highly affordable, and incredibly versatile. Brought to you by the same team that delivered the Raspberry Pi computer. The powerful, Pi-designed, RP2040 Dual ARM Cortex-M0+ @ 133MHz chip features 256KB internal RAM. This is paired with 2MB of onboard QSPI Flash memory for code and data storage. The board is fully loaded with the hardware and flexible I/O options that make it perfect for beginners and experts alike.

    Unlike the Raspberry Pi computers, like the Raspberry Pi 4, the pico has no operating system. Instead, the board is programmed to do only the tasks that are required of it in the project it will be used for. It can be programmed with the C/C++ SDK or with MicroPython. Code on your Desktop Computer/Pi and then transfer via USB to the Pico.

  • The Raspberry Pi Pico W, also with pre-soldered headers, allows users to easily add wireless connectivity to projects. This makes it perfect for wirelessly controlled builds and IoT projects.
  • On-board single-band 2.4GHz wireless interfaces (802.11n) via Infineon CYW43439 wireless chip. With WPA3 & soft access point supporting up to 4 clients.
  • The Raspberry Pi Pico board is a new cutting-edge microcontroller that features the Pi-designed ARM-based dual-core RP2040 chip.
  • The RP2040 is a Dual ARM Cortex-M0+ @ 133MHz chip.
  • 256kB on-chip SRAM.
  • Support for up to 16MB of off-chip Flash memory.
  • Pre-soldered header pins so no user soldering is required.
  • Micro USB port, power and data (USB 1.1 with device and host support).
  • Drag & drop programming via USB.
  • Low-power sleep and dormant modes.
  • Accurate clock and timer on-chip.
  • Temperature sensor.
  • Accelerated floating-point libraries on-chip.
  • Flexible IO, including; 26 multi-function GPIO pins, 2 × SPI, 2 × I2C, 2 × UART, 3 × 12-bit ADC, 16 × controllable PWM channels.
  • 8 × Programmable I/O (PIO) state machines for custom peripheral support.
  • Code it with C/C++ SDK or with MicroPython.
  • The Pico W is supplied with pre-soldered header pins that are compatible with breadboards and standard jumper wires.

  • Note:A USB cable is NOT supplied. One is available separately here

    €7.75
    Picture of Kitronik Inventor's Kit for the Raspberry Pi Pico

    Kitronik Inventor's Kit for the Raspberry Pi Pico

    KI 5342
    The Kitronik Inventor's Kit for the Raspberry Pi Pico provides a fantastic way of learning how to construct and control electronic circuits with the Pico and MicroPython.

    The Kitronik Inventor's Kit for the Raspberry Pi Pico offers the perfect introduction to physical computing with the Pico. This Inventor's Kit contains everything you need to complete 10 exciting experiments and the included booklet walks you through every step of each. Note: The Pico is not supplied with this kit, one can be obtained separately here .

    The possibilities for the kit are endless and the booklet is intended to get you off to a flying start. Before moving on to the experiments, it introduces you to the Raspberry Pi Pico and guides you in getting it ready for use. There is also an introduction to coding, how to run Python code on the Pico, guidance on using Breadboards, and also a detailed assembly guide for the kit.

    Each experiment is then explained in full in a clear and concise manner. The full-colour booklet details the parts you need, the code used, a breadboard wiring diagram, a circuit diagram, and a full description of what is happening and why. The 10 experiments start simple and get more difficult as you progress through them.

    Much like our Inventor's Kit for micro:bit and Inventors Kit for Arduino, this kit is built around our Inventor's prototyping system. It comprises an injection moulded base plate, onto which the breadboard is affixed, and the included laser cut plate is mounted. The laser-cut plate has mounting points for the included motor, servo, and Pinout board for Raspberry Pi Pico. There are also more than 60 components and connectors in the kit, such as; LEDs, switches, motors, transistors, resistors, and more! Please see the contents section below for a full list.

    Features:
  • The Kitronik Inventor's Kit for the Raspberry Pi Pico provides a fantastic way of learning how to construct and control electronic circuits with the Pico and MicroPython.
  • No soldering is required, build your first circuit in minutes.
  • Work through the 10 included experiments, following the detailed full-colour guide booklet.
  • The kit includes the Kitronik Inventors prototyping system, also found in the Inventor's Kit for micro:bit and Inventors Kit for Arduino.

  • Contents:
  • 1 x Full-colour instruction booklet.
  • 1 x Kitronik injection moulded Inventor's prototyping mounting plate.
  • 1 x Laser cut Pico mounting plate and fixings.
  • 1 x Pico Pin Breakout Board.
  • 1 x Kitronik 5 LED ZIP stick with pins.
  • 1 x Mini 180 Degree Resin Gear Servo SG90.
  • 1 x 7 segment display.
  • 4 x Push switch.
  • 2 x Red 5mm LED.
  • 2 x Green 5mm LED.
  • 2 x Yellow 5mm LED.
  • 2 x Orange 5mm LED.
  • 10 x 220Ω resistor.
  • 5 x 2.2kΩ resistor.
  • 5 x 10kΩ resistor.
  • 1 x 3mm Phototransistor.
  • 1 x Transistor (NPN BC337).
  • 1 x Fan blade.
  • 1 x Motor.
  • 1 x Piezo element buzzer.
  • 20 x MM jumper wires.
  • 1 x 470uF electrolytic capacitor.
  • 1 x Terminal connector.
  • 1 x Potentiometer & finger adjust spindle.

  • Compatible with:
  • Raspberry Pi Pico

  • €39.95