Little Bird
Wireless Plasma Kit (Pico W Aboard) Bring Your Own Bottle
A beginner friendly, internet connected mood-light-in-a-bottle that's easy to program using MicroPython or CircuitPython. A cutting edge fusion of Raspberry...
Get notified when back in stock
Powered by Plasma Stick 2040 W ā”
Bring Your Own Bottle
- Plasma Stick 2040 W (with Pico W Aboard)
- 5m of WS2812/Neopixel-compatible addressable LED wire (50 LEDs)
- USB A to micro-B cable
- (Learn) Assembling your Wireless Plasma Kit
- (Learn) Getting Started with Raspberry Pi Pico
- Download pirate-brand MicroPython (you'll need the picow .uf2)
- MicroPython examples
- MicroPython function reference
- C++ examples
- Download CircuitPython for Pico W
- Welcome to CircuitPython
- CircuitPython examples
- Quick-Start the Pico W WiFi with CircuitPython
- List of breakouts currently compatible with our C++/MicroPython build.
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- 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.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- 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.
- 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.
- RP2040
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- 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.
Find this product in
Brands
Raspberry Pi
STEM & Education
pico datasheet
Datasheet · 16.6 MB · Click any page to view full size
welcome to circuitpython
Circuit Diagram · 10.6 MB · Click any page to view full size
pico w wifi with circuitpython
Circuit Diagram · 2.1 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more