Skip to content

Commit c05cee2

Browse files
authored
Merge pull request #747 from jpconstantineau/board-EncoderPad
adding Board EncoderPad RP2040
2 parents c2eaeff + c0cf2c2 commit c05cee2

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: download
3+
board_id: "jpconstantineau_encoderpad_rp2040"
4+
title: "EncoderPad RP2040 Download"
5+
name: "EncoderPad RP2040"
6+
manufacturer: "JPConstantineau"
7+
board_url: "https://github.com/jpconstantineau/EncoderPad_RP2040"
8+
board_image: "jpconstantineau_encoderpad_rp2040.jpg"
9+
date_added: 2021-09-02
10+
11+
features:
12+
- USB-C
13+
- Speaker
14+
---
15+
16+
The EncoderPad RP2040 is a Video Editing Macropad with a 60mm Encoder Wheel. This encoder is made of metal and feels like it will last forever. The EncoderPad uses 9 mechanical switches (Cherry MX type) for sending commands to the computer and/or changing the operation of the encoder. The keys are hot-swap socketed and have an individual underglow RGB LED which can be turned on.
17+
18+
## Features
19+
* Powered by RP2040
20+
* 9 keys connected directly to GPIOs
21+
* Per key RGB LEDs (NeoPixels)
22+
* 60mm 100 step Encoder Wheel
23+
* Kailh hot-swap switch sockets (for Cherry MX-compatible switches)
24+
* Included buzzer for audio feedback
25+
* Powered and programmable via USB-C
26+
27+
## About the RP2040
28+
The 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.
29+
30+
## Powered by CircuitPython
31+
It's not just a macropad with a big encoder but also a USB drive containing the firmware as CircuitPython files. Its Python code can be changed with any text editor and executed simultaneously, which makes it super easy to customize the macros or to add a new function. No need to download any software or setup a development environment.
32+
33+
## Learn More
34+
* [Board Documentation](https://github.com/jpconstantineau/EncoderPad_RP2040)
35+
36+
## Purchase
37+
The EncoderPad RP2040 is currently being tested. Keep an eye on the Tindie store if you are interested in getting one.
38+
* [Tindie](https://www.tindie.com/stores/jpconstantineau/)
39+
40+
## Contribute
41+
42+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
Loading
Loading
Loading

0 commit comments

Comments
 (0)