top of page

Pico Macro Pad

board view.png

Board 1, 2 and 3.

Putting it together

1. Solder the header pins to the Pico as pictured

1.jpg

2. Solder the stacked header pins to the board 2 as pictured. Also solder the encoder

3. Place board 1 on top of board 2 and put the switches in, aligning them to the through hole pads in the board below, then solder the switch pins.

4. Align the Pico headers with the stack and push them together. It must go on as pictured (with the encoder on the left and the USB port on the right)

Note: board 3 can be attached to the bottom of the Pico using adhesive tape. This is purely for cosmetic reasons. 

Programing

1. Plug the board into your computer via the USB C port while holding the BOOT button. A new removable disk will appear called [RPI-RP2]

disk.jpg

2. Download the Circuit Python bootloader from here. Drag this file to the removable disk. It will disappear and reappear in seconds, now named [CIRCUITPY]

webss.jpg
circuitpy.jpg

3. Go to the GitHub repo for the project: github.com/nataliethenerd/picohatpad

 

Click code and then download zip
 

github.jpg

4. Extract the files and drag the contents of the folder [code] to the removeable disk. When asked, replace files with the new ones.

The default code turns the macro pad into a media controller. 

To learn more about customising the code, please read the KMK documents.

Programing
bottom of page