A high-power modular robotics and engineering platform, built around RP2040 and designed to drive the most ambitious robots, props and devices.
Yukon is a standalone controller that can be equipped with up to six interchangeable modules capable of driving high-powered hardware - this is made possible by the unique pin capabilities of Raspberry Pi's multitalented RP2040 chip. This flexibility means you can drive many unique combinations of motors, servos, steppers, speakers, LED strips and more, all from a single Yukon host!*
To ensure Yukon creations are adventure proof, each module is screwed down to ensure a solid mechanical and electrical connection.
BigĀ electronic projects can often involveĀ a lot of soldering, splicing and other complicated assembly techniques, but not with Yukon! The host board and modules use solderless connectors wherever possible so it's fast and friction-free to get started, and simple to swap out components if you need to.
Supplying external power to Yukon is easy thanks to its chunky XT30 connector, which enables you to attach 2 to 4 cell Lithium Polymer (LiPo) batteries (or any other source from 5V to 17V) to deliver up to 15A continuous for your high-power projects.
An e-Fuse with switchable output is included to protect from accidental overvoltage and overcurrent events, along with internal sensors for monitoring voltage, current, and temperature whilst your programs run.
Yukon is supported by a comprehensive MicroPython library with a whopping 50 (!) examples showing how to use the individual features of the board and all of its modules. There are also fully fledged showcase examples to show you how Yukon can be used to build a remote-controlled rover, spider tank, and pen plotter.
You can buy a Yukon host (plus screws and feet) on its own, or as part of the fully-featured Yukon Make Anything! Kit, which sets you upĀ with all the tools to make a bunch of cool stuff. It includesĀ six different modules for driving a diverseĀ range of hardware, plusĀ a selection ofĀ useful cables for feeding your Yukon power and data.
Customise Yukon to suit almost any project with our range of addon modules. You can populate your Yukon with a full load-out right away, or start with a few modules and expand as your project grows. There's also a proto module, for if youĀ want to add a customĀ module like a buzzer or a potentiometer.
Motors |
Servos |
Output |
Audio |
Lighting |
Communication |
Prototyping |
|
You can find Yukon documentation, code examples and MicroPython builds at the link below:
If you'd like to program Yukon from an Android phone then you could try the DroidScript app, available on Google Play. Ā You'll need a USB-C cable and a recent version of MicroPython firmware installed on the board.
The Qw/ST connectors on Yukon make 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 multiple Qw/ST breakouts at the same time? Try this adaptor!
Raspberry Pi's RP2040 microcontroller is a dual core ARM Cortex M0+ running at up to 133Mhz. It bundles in 264kB of SRAM, 30 multifunction GPIO pins (including a four channel 12-bit ADC), a heap of standard peripherals (I2C, SPI, UART, PWM, clocks, etc), and USB support.
One very exciting feature of RP2040 is the programmable IOs which allow you to execute custom programs that can manipulate GPIO pins and transfer data between peripherals - they can offload tasks that require high data transfer rates or precise timing that traditionally would have required a lot of heavy lifting from the CPU.