Waveshare
Raspberry Pi Pico Entry-Level Sensor Kit Board
All Products
New Arrivals
Raspberry Pi
Brands and Manufacturers
Electronics Kits
Microcontrollers & Development Boards
Raspberry Pi Pico
Learning & Starter Kits
Prototyping & Wiring
STEM Education Kits
Waveshare
$88.10
|
In stock
Raspberry Pi Pico Entry-Level Sensor Kit Including 15 Common Modules Such As LED, Button, Buzzer, Etc.Out Of The Box As A Whole Kit, Or Can Be Separated To U...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Raspberry Pi Pico Entry-Level Sensor Kit
Including 15 Common Modules Such As LED, Button, Buzzer, Etc.
Out Of The Box As A Whole Kit, Or Can Be Separated To Use Independently
Comes With Online Development Resources And Manual
Features At A Glance
- Standard Raspberry Pi Pico header, supports Raspberry Pi Pico series boards
- All-in-one design, all modules are connected to Pico via PCB castellated holes, no soldering or wiring required.
- Including 15 common modules such as LED, button, buzzer, etc., which can be separated to use independently
- Comes with online development resources and manual (examples for Raspberry Pi Pico C/C++ and MicroPython)
Note: the PH2.0 cables are required for the connection with pico after the modules are separated.
Pico Expansion Board + 15 Common Modules
Comes With Relevant Resources And Tutorials To Help You Get Started Quickly
Pico-Sensor-Expender
① Onboard PH2.0 header for 3.7V Lithium battery, allows recharging the battery and powering the board at the same time.
② Onboard PH2.0 4PIN headers for connecting modules
1.5inch OLED Module
- Built in controller: SSD1327
- Resolution: 128×128
- 16 gray scale display
- I2C and SPI communication, switchable via onboard BS1 and BS2 resistors
6-Axis Attitude Sensor
- Onboard QMI8658C (3-axis accelerometer, 3-axis gyroscope), for detecting motion and orientation
- 16-bit resolution for both accelerometer and gyroscope
VOC Sensor
- Onboard SGP40 digital VOC gas sensor for air quality detection
- Measurement range: 0~1000ppm ethanol equivalents
- Communication interface: I2C (constant address: 0x59)
- Operating voltage: 3.3V/5V
Potentiometer Module
Adjustable voltage output, after the output voltage exceeds the LED conduction voltage, the LED brightness will increase with voltage
Photoresistor Module
For detecting the ambient light brightness, the output voltage will decrease as the brightness increases
Sound Sensor Module
For converting the sound signal into electrical signal, which is amplified through operational amplifier and then inputted to the comparator, providing analog voltage output and digital output respectively. Adjustable output amplitude via potentiometer A and digital interface trigger voltage via potentiometer D.
RGB LED Module
- Built in controller: WS2812B
- Brightness: 256 levels adjustable
- Color depth: 24 bits (R / G / B 8-bit each color, can be combined to 16777216 colors)
Buzzer Module
Onboard passive buzzer, outputs different sounds according to the different frequencies of the electrical signal.
IR Receiver Module
Onboard IRM-H638T/TR2 for receiving infrared remote control signal
IR Transmitter Module
Onboard TSAL6400 for transmitting infrared remote control signals, with the infrared light wavelength of 940nm.
Button Module
Onboard 12×12mm button, for human-computer interaction
LED Module
Onboard 10mm LED with soft light, for status indication
Temperature/Humidity Module
Onboard SHTC3 chip supports measuring 0 to 100% relative humidity and -40°C to 125°C temperature, with a typical measurement accuracy of ±2% relative humidity and ±0.2°C
EEPROM Module
Onboard AT24C04 chip for preserving 2Kbit of data when powered down
Motor Driver Module
- Onboard PCA9685 chip, can output 12-bit hardware PWM to control motor speed
- Onboard TB6612FNG dual H-bridge motor driver chip, high efficiency, not easy to heat
- logic voltage: 3.3V
All-In-One Design, Out Of The Box
All Modules Are Connected To Pico Via PCB Castellated Holes, No Soldering Or Wiring Required, Or Can Be Separated To Use Independently
Warm tips: please pay attention to the sharp cuts and fragments when disassembling the modules.
Resources & Services
Jargon buster
Plain-language definitions for the technical terms used above.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- Gyroscope
- A gyroscope measures rotation, such as how fast a board is turning around its X, Y, and Z axes. This matters for projects like gesture controls, balancing robots, and motion tracking where tilt or rotation changes need to be detected.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering 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.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- 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.
- motor driver
- An electronic circuit that lets a low-power controller switch and control a motor that needs more current than the controller pins can safely provide. Checking motor driver support matters because pumps and motors usually cannot be connected directly to a microcontroller output.
- OLED
- OLED stands for organic light-emitting diode, a display type where each pixel produces its own light. It matters because OLED screens are thin, high-contrast and easy to read for small status displays, but they can be more sensitive to image burn-in than some other display types.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- photocell
- A light-sensitive component whose electrical resistance changes with the amount of light falling on it. It matters when choosing or using light sensors, automatic lights, or brightness-detecting circuits because its response speed, resistance range, and sensitivity affect how reliably it detects light levels.
- 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.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- VOC
- Volatile organic compounds are gases released from things like paints, cleaners, smoke, and some plastics. A VOC reading helps indicate indoor air quality, but it is usually an index or estimate rather than a direct identification of each chemical.
- WS2812B
- A smart RGB LED chip with a tiny built-in controller, commonly used in addressable light strips and panels. It matters because many WS2812B LEDs can be chained together and controlled from one microcontroller pin, but they need compatible code and careful power planning as the number of LEDs grows.
Find this product in
All Products
Microcontrollers & Development Boards
New Arrivals
Prototyping & Wiring
Raspberry Pi Pico
STEM & Education