Skip to content

hackclub/orpheus-pico

 
 

Repository files navigation

Orpheus Pico 2

Hack Club's Flagship Microcontroller

banner image

Welcome! This is the newest edition of the Orpheus Pico - an RP2040-based development board, similar to a Raspberry Pi Pico.

Features

The Orpheus Pico 2 features:

  • Identical footprint to the Raspberry Pi Pico
  • an RP2040 microcontroller
  • 32 addressable GPIO pins
  • onboard active-high LED (IO25)
  • onboard RGB LED (IO24)
  • USB-C connection
  • high-current power lines
  • and more!

What's Different?

There have been many major changes from earlier versions of the Orpheus Pico! Several notable ones are:

  • epic new silkscreen!
  • higher power capability (thickened a bunch of power traces that caused overheating)
  • new voltage regulator which doesn't overheat
  • dimmed the onboard leds
  • significantly improved grounding, meaning lower-impedance path to ground
  • made the crystal on the rp2040 more stable
  • general cleanup of routing and components
Previous Orpheus Pico Latest Orpheus Pico
old board new board

Usage

Usage of the Orpheus Pico almost completely matches that of a Raspberry Pi Pico. You can use several different frameworks, such as the Pico SDK in C++, Arduino, or Micro/Circuitpython. Some board specific stuff:

  • onboard active-high LED on IO25
  • onboard RGB LED on IO24
  • user-configurable button on IO23 (use a pullup in code)

The RGB led can be controlled as a typical neopixel. You can use libraries like the Adafruit Neopixel library in C++.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CMake 44.0%
  • Makefile 41.1%
  • C 8.6%
  • C++ 5.8%
  • TypeScript 0.5%