Pimoroni
Pimoroni Explorer
· MPN: PIM720
All Products
New Arrivals
DIY Project Kits
Raspberry Pi
Brands and Manufacturers
Electronics Kits
Microcontrollers & Development Boards
RP2040
Digital Technologies
Microcontrollers
Pimoroni
STEM Education Kits
$62.83
|
Out of stock
An electronic adventure playground for physical computing, built around the RP2350 chip. Includes a 2.8" LCD screen, a speaker, a mini breadboard, and much m...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
An electronic adventure playground for physical computing, built around the RP2350 chip. Includes a 2.8" LCD screen, a speaker, a mini breadboard, and much more!
Our Explorer lets you play with circuits, build science experiments and prototype tiny robots and inventions. We've incorporated tinkering essentials like:
- a convenient mini breadboard for wiring up components
- servo headers
- analog inputs
- a built in speaker for making beeps and boops
- plenty of general purpose inputs/outputs
- connectors for attaching crocodile leads
- Qw/ST connectors for attaching I2C breakouts
Next to all that lot, there's a vibrant 320 x 240 pixel IPS LCD screen surrounded by six chunky tactile buttons so you can easily monitor and control what your project is doing. It's all mounted on a nice, sturdy baseboard that's printed with a fancy full colour silkscreen. We've also included some little legs, so you can have it propped up at an angle as well as lying flat, and there's a battery connector on the back so you can keep things portable.
You can buy a Pico Explorer board on its own or as part of a Starter Kit, which also contains a hand picked assortment of components to start tinkering with.
Starter Kit contains
- Pimoroni Explorer
- a Multi-Sensor Stick - a fancy new all-in-one super sensor suite for environmental, light and movement sensing
- A selection of different coloured LEDs to get blinky with (including red, yellow, green, blue, white and RGB)
- A potentiometer (for analog amusements)
- 3x 12mm switches with different coloured caps
- 2x continuous rotation servos
- 2x 60mm wheels for attaching to your servos
- an AAA battery holder (you'll need to supply your own batteries)
- Velcro to stick the battery holder to the back of Explorer
- 20x pin to pin and 20x pin to socket jumper wires for making connections on your breadboard
- Qw/ST cable to plug in the Multi-Sensor Stick
- a nice silicon USB-C cable
Features
- Powered by RP2350B (Dual Arm Cortex M33 running at up to 150MHz with 520KB of SRAM)
- 16MB of QSPI flash supporting XiP
- 2.8” IPS LCD screen (320 x 240 pixels)
- Driver IC: ST7789V
- Luminance: 250 cd/m2
- Active area: 43.2 x 57.5mm
- USB-C connector for programming and power
- Mini breadboard
- Piezo speaker
- 6x user-controllable switches
- Reset and boot buttons
- Easy access GPIO headers (6x GPIOs and 3x ADCs, plus 3.3V power and grounds)
- 6x crocodile clip terminals (3x ADCs, plus 3.3V power and grounds)
- 4x 3-pin servo outputs
- 2x Qw/ST (Qwiic/STEMMA QT) connector
- 2-pin JST-PH connector for adding a battery
- Lanyard slot!
- Includes 2x desktop stand feet
- Fully-assembled (no soldering required)
- Programmable with C/C++ or MicroPython
Getting Started
Pimoroni Explorer comes pre-loaded with pirate brand MicroPython and a selection of examples showing off what it can do, so you can start exploring right away. You can find more examples on Github:
Connecting Breakouts
If your breakout has a Qw/ST connector on board, you can plug it straight in with a JST-SH to JST-SH cable, or you can easily connect any of our I2C breakouts with a JST-SH to JST-SH cable coupled with a Qw/ST to Breakout Garden adaptor.
Notes
- Dimensions: approx 107mm x 85mm x 16mm (H x W x D, assembled)
- We'd suggest bending the two metal tabs on the included potentiometer sideways (or removing them with side cutters) so they don't get in the way when you try and plug the pins into your breadboard.
- If you're having difficulty getting the 'legs' on the switches to slot securely into the holes of your breadboard, try straightening them out with pliers.
About RP2350
The RP2350 chip is the Double Quarter Pounder & Fries to the RP2040's Double Cheeseburger and can have one or more RISC-V burgers instead of either of the M33 ARMs, to stretch the metaphor.
In addition to the modern M33 ARM cores, there are sides of: more PIO capability, a variety of low power states for sipping electrons, a whole security system and some sprinklings of specialist digital video circuits to offload DVI/HDMI output.
You can expect a tasty boost in performance - our "real world" MicroPython tests are running up to 2x faster compared to RP2040, and floating point number crunching in C/C++ is up to 20x faster. The extra on-chip RAM will make a big difference when performing memory intensive operations (such as working with higher resolution displays) and even more can be added thanks to external PSRAM support.
RP2350 comes in two flavours - A (standard) and B (all the pins). The B chip has a stonking 48 usable GPIO pins, including 8 ADCs and 24 PWMs, and features on some of our new products.
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- HDMI
- HDMI is a common digital video and audio connection used by computers, media players, and many displays. If a display kit has HDMI input, it is usually much easier to test with a single-board computer because it can act like a normal monitor.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IPS
- IPS is a type of LCD panel that keeps colours and contrast more consistent when viewed from an angle. This matters for small displays that may be mounted in a dashboard, handheld project, or enclosure where the viewer is not always looking straight on.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- pH
- A measure of how acidic or alkaline a liquid is, on a scale where 7 is neutral. For a water monitoring kit, pH tells you about water chemistry and whether the included probe matches the range and accuracy your project needs.
- potentiometer
- A variable resistor usually turned with a knob or shaft to create an adjustable electrical signal. It is often used for inputs such as volume, brightness or position, so it helps beginners learn how a microcontroller reads changing values.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- RISC-V
- An open processor architecture used inside some modern microcontroller chips. It matters because it affects the software tools, performance, and low-power features available for developing projects on the board.
- RP2040
- A microcontroller chip used on many maker boards, with enough speed and flexible I/O for some camera and display projects. Compatibility with RP2040 matters because camera modules often need many pins and careful timing to read image data successfully.
- RP2350
- A microcontroller chip from Raspberry Pi used as the main processor on some development boards. Knowing the board is built around an RP2350 helps you check software support, pin capabilities and whether it suits MicroPython projects.
- servo
- A servo is a motor with built-in position control, usually told to move to a specific angle by a control signal. It matters when you need repeatable movement, such as steering, arms, flaps, or linkages, rather than continuous spinning.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
- USB-C
- A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
Find this product in
Brands
Microcontrollers
STEM & Education
Related Tutorials
Free guides on learn.littlebird.com.au