Little Bird
Wireless Plasma Kit (Pico W Aboard)
All Products
New Arrivals
DIY Project Kits
Raspberry Pi
Brands and Manufacturers
Raspberry Pi Pico
Pico
STEM & Education
Education
Raspberry Pi Accessories
Wireless & Connectivity
Prototyping & Wiring
Raspberry Pi Microcontrollers
Pimoroni
STEM Kit Resources
$85.60
|
Out of stock
A beginner friendly, internet connected mood-light-in-a-bottle that's easy to program using MicroPython or CircuitPython. A cutting edge fusion of Raspberr...
Estimated Delivery
Arrives
Disclaimer
Secure checkout
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 Pi Pico W, addressable LEDs and Pirate Glass(TM) technology - this kit contains everything you'll need to build a fully programmable RGB LED light (or as we like to call it around here, arrrrrrrrRGB). Because the 50 LEDs are addressable, you can control the colour and brightness of each one individually!
We've taken a Raspberry Pi Pico W and added the appropriate hardware for hooking up a colourful string of WS2812/Neopixel lights, without soldering, fuss, or having to worry about connectors or how they're powered. There's also a reset button and a Qw/ST (Qwiic/STEMMA QT) connector for hooking up sensors and other breakouts. Everything is powered through the Pico W's USB micro-B connector, so it's easy to power from any handy USB socket (or a USB battery pack if you want to untether it from mains power).
Here are some things you could do with it:
๐ Set it to show different colours and effects appropriate for your season, event, mood or whim.
๐ Add an air quality sensor like SCD41 for a visual notification of when CO2 levels are too high.
๐ Connect to your favourite APIs and get it to show you different effects for different weather conditions, switch the light on at sunset or let you know when the International Space Station is overhead.
๐ฆ Use a service like IFTTT to trigger effects based on Twitter shenanigans, calendar entries or home automation events.
Skully Edition
More doom light than mood light! ๐ More fright light than night light! ๐ฆ Our Skully Edition kit is perfect for adding some ominous (or rainbow) ambiance to your tricked out crypt, tech lair or ghost pirate ship. We've loaded the EctoPlasma Stick 2040 W with MicroPython and a spooky #fearlights example so you can plug it in and get started with your terror-arium right away.
Skully kit contains:
- Plasma Stick 2040 W (with Pico W Aboard)
- Mini skull bottle (140mm tall, approx)
- 5m of WS2812/Neopixel-compatible addressable LED wire (50 LEDs)
- USB A to micro-B cable
- Velcro dots for attaching the board to the bottle
Bring Your Own Bottle
Got your own treasured grog bottle, sea glass or whale oil lamp that you want to convert into a mood light? Good news - we've also got a BYOB kit which includes everything but the bottle. If you don't have a suitable sea-through vessel handy, you could drape the LED wire along a shelf or decorate a very lucky plant.
Bottle selection tips! ๐พ RGB LEDs work in clear glass bottles, coloured glass will obscure the LED colours. Thick or bobbly glass looks great with LEDs as it adds a bit of diffusion (a bottle full of clear marbles or glass pebbles would also work well).
BYOB kit contains:
- Plasma Stick 2040 W (with Pico W Aboard)
- 5m of WS2812/Neopixel-compatible addressable LED wire (50 LEDs)
- USB A to micro-B cable
Plasma Stick 2040 W Features
- Raspberry Pi Pico W Aboard
- Dual Arm Cortex M0+ running at up to 133Mhz with 264kB of SRAM
- 2MB of QSPI flash supporting XiP
- Powered and programmable by USB micro-B
- 2.4GHz wireless
- Compatible with 5V WS2812/Neopixel/SK6812 LEDs
- Screw terminals for attaching your LED strip.
- Reset button
- Qw/ST (Qwiic/STEMMA QT) connector
- Fully-assembled (no soldering required)
- C++/MicroPython libraries
- Schematic
Software
You can program Pico/RP2040 boards in a bunch of different ways, but if you're a beginner we'd recommend using our batteries included MicroPython build for ease of getting started. We've pre-loaded the Plasma Stick with pirate-brand MicroPython and some fun examples to show you different things you can do, from an ominous night light that gets brighter the closer it gets to midnight to a good old fashioned flame effect to huddle round on cold nights.
- (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
Alternatively, you could install CircuitPython on your Pico W! CircuitPython is an easy to use, well-established ecosystem with lots of example code and drivers for interfacing with different kinds of hardware - and it's just got Pico W wireless support, woop!
- Download CircuitPython for Pico W
- Welcome to CircuitPython
- CircuitPython examples
- Quick-Start the Pico W WiFi with CircuitPython
If you're adapting examples from elsewhere and need to know the pins that Plasma Stick uses, it's GP15 for LED data, GP4 for I2C SDA and GP5 for I2C SCL.
Connecting Breakouts
The Qw/ST connector on Plasma Stick makes it super easy to connect up Qwiic or STEMMA QT 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.
Breakout Garden breakouts that don't have a Qw/ST connector can be connected using a JST-SH to JST-SH cable plus a Qw/ST to Breakout Garden adaptor. Want to use >2 breakouts at the same time? Try this adaptor!
- List of breakouts currently compatible with our C++/MicroPython build.
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.
- 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 is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- 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, 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.
- 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.
- 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
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- 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
STEM & Education