AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

Elecrow

$329.60 |
In stock
No reviews yet

The CrowPi 3 is an all-in-one portable programming lab with 41 built-in sensors and modules, a 4.3-inch touchscreen, and support for multiple development boa...

Stock availability

Ready to ship from Sydney
1 in stock
Available with leadtime
100 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

The CrowPi 3 is an all-in-one portable programming lab with 41 built-in sensors and modules, a 4.3-inch touchscreen, and support for multiple development boards. Compatible with Raspberry Pi 5, micro:bit, Raspberry Pi Pico, and Arduino Nano, it provides a complete platform for learning programming, electronics, and AI development.

With 180+ structured lessons covering Python, Node-RED, and board-specific projects, CrowPi 3 takes you from blinking LEDs to AI-powered applications including object detection, face recognition, voice control, and integration with LLMs like ChatGPT, LLaMA, Gemini, and DeepSeek.

Key Features

  • Multi-Board Compatible – Supports Raspberry Pi 5, micro:bit, Raspberry Pi Pico, and Arduino Nano
  • 41 Built-in Modules – Sensors and outputs ready to use with no wiring required
  • 4.3" Touchscreen – 800×480 IPS capacitive display with HDMI output for external monitors
  • AI Development – OpenCV, object detection, face recognition, voice control, and LLM integration
  • 180+ Lessons – Structured courses for Python, Node-RED, and each supported board
  • Camera & Microphone – 2MP camera and microphone for AI vision and voice projects
  • Portable Design – Integrated all-in-one unit, ready to use anywhere

Ideal For

  • Students (age 8+) learning programming and electronics
  • Educators developing STEM curriculum
  • Makers and DIY enthusiasts
  • Developers prototyping IoT and AI projects
  • Researchers exploring machine learning and AI

Built-in Sensors & Modules

Input:

  • Gyroscope/Accelerometer, Five-way Joystick, 4× Buttons, Touch Sensor
  • RFID, Ultrasonic, Flame Sensor, PIR Motion, Sound Detection
  • Infrared Receiver, Temperature/Humidity, Hall Sensor, Light Sensor
  • Voltage Detection, Angle Tilt, Encoder, Camera, Microphone

Output:

  • 8×8 RGB Matrix, 6× LED Running Lights, LCD 1602
  • Digital Tube Display, Buzzer, Vibration Motor, Relay

Other:

  • 2× Breadboards, Ambient Lighting, Servo Interface, Stepper Motor Interface

Display Specifications

  • Size – 4.3 inches
  • Resolution – 800×480
  • Panel – IPS wide viewing angle
  • Brightness – 300 cd/m²
  • Colours – 16.7M
  • Contrast – 1200:1
  • Touch – Capacitive, single-point

Connectivity

  • WiFi – WiFi 6 (802.11ax), 2.4GHz and 5GHz
  • Bluetooth – Bluetooth 5.2, BLE
  • Ethernet – Gigabit (10/100/1000 Mbps)
  • USB – USB 3.0 (5Gbps) + USB 2.0
  • Video – HDMI output
  • Audio – 3.5mm headphone jack
  • Power InUSB-C, 5V/5A with PD
  • Power Out – USB-C, 5V/2A
  • GPIO – 40-pin header, I2C, UART, DEBUG

Mechanical Specifications

  • Dimensions – 285 × 185 × 38mm
  • Shell – ABS + PC
  • Operating Temperature – -10°C to 60°C
  • Humidity – 10-95% @ 40°C (non-condensing)
Important: This is the Basic Kit. Raspberry Pi 5 is required but not included – a 16GB model is recommended.

What's in the Box (Basic Kit)

  • 1× CrowPi 3 Unit

Resources

Jargon buster

Plain-language definitions for the technical terms used above.

BLE
BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
encoder
An encoder is a sensor that converts the rotation or position of a shaft, knob or dial into electrical signals, reporting movement as incremental steps and direction, or as an absolute position. It is used to track how far something has turned, which matters for precise positioning, speed control, repeatable movement, or using a rotary knob as an input.
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.
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.
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.
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.
IoT
Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
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.
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.
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.
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.
UART
UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
USB 2.0
USB 2.0 is a widely used wired standard for carrying both data and power between a device and a computer or other compatible host, with data rates up to 480 Mbps. It indicates the kind of port a device uses and that it should work with most modern and many older computers.
USB-C
USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
vibration motor
A small motor with an off-centre weight on its shaft, which shakes when it spins. It matters when choosing haptic feedback, alerts, or simple movement effects, as you need to match its voltage, current draw, size, and mounting style to your project.

Related Tutorials

Free guides on learn.littlebird.com.au

Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.