Reset Button

It’s useful to have an easily accessible reset button for the synthesizer, especially once you build it into the case and can no longer get to the Feather’s on-board reset button. You can use the reset if you ever run into difficulties uploading new code to your synth, but it’s particularly useful in dealing with MIDI panic!

What’s MIDI panic? Most MIDI instruments have a button or key combination design to send an all notes off message just in case a glitch prevents some notes that are being played from getting the ‘off’ message in the course of regular play. They’ll drone on and on forever if you don’t have a way to resend the off message.

We’ll structure our code so that one of the first things that happens upon hitting the reset button is that an all notes off message is sent. MIDI panic managed!

We'll use this momentary button as our externally accessibly reset button. This switch can also serve double duty as a power indicator using its built-in LED light ring!

Button Prep

  • Peel off a brown and black raw jumper wire pair -- you can use female-male or male-male
  • Plug a pair of the male ends into the plastic housing -- these will plug into the reset wire and a ground wire with female jumpers
  • The button has five legs on it. The outer ones are for the LED ring, the inner ones are the switch contacts. C1 (common) is the common leg -- solder the black wire's raw end to C1
  • We want this switch to be normally open, and only close to short the Feather's reset pin when the button is pressed. Solder the brown jumper wire's raw end to the N01 (normally open) leg

Wire the Reset Button

  • Peel off a single black female/female raw jumper wire
  • Plug one end into a single hole housing
  • Get a two hole housing and plug in the other end of the black wire and the brown reset wire coming from the nine conductor cable you made earlier for the potentiometers as shown here 
  • Free single end of the black wire into the right angled male header pin on the ground rail of the Perma-Proto board
  • Now, the reset button can be plugged into the two hole housing
  • Note, I plugged the reset button into the jumper housing "backwards" here, but it doesn't matter in this case if brown/black plug into /brown/black or vice versa, since either way will work and ground the reset pin when the button is pressed!

Power Switch

The Feather M0 Express makes it easy to add an on/off switch to any project. The En (enable) pin on the Feather will power down the board when connected to ground. With a single pole, dual throw (SPDT) micro switch wired to En and GND we can make a very neat power switch!

You will use two raw jumper wires (female/female or female/male will work) a three hole single row jumper housing, and a three pin right angle male header pin row to wire the SPDT micro switch to the board. Note, the three pin housing and jumper arrangement allows us to plug into the board with proper spacing, even though there are only two wires connected. You'll remove the middle pin from the header row.

Follow the images in the video slideshow below to solder the pins and jumpers. Note how we use a short jumper wire to run ground from the Perma-Proto board's ground rail to the upper part of the board where we'll plug in the switch.

Activity LED Ring

It's very helpful to have some indication that your synth (or any project for that matter!) is turned on when you flip the power switch. Instead of using a separate LED, we can used the LED ring that's integrated into our reset switch.

Note: In the breadboard diagram, this is shown as a separate LED.

LED Ring Wiring

  • Solder the red wire to the + leg on the button
  • Solder the black wire to the - leg on the button
  • You can use heatshrink tubing to insulate the legs and another piece to neaten the wiring

Following the images in the video slideshow, you'll see how to solder a male jumper pin to the Perma-Proto board to connect the LED ring's red wire to the Feather's pin 13, as well as a set connected to the jumpered ground row.

Plug in the LED Ring

Plug in the red LED ring wire from the button to the board's pin 13 header and the black wire to ground! We'll set up the software to light this LED when the program is running, and we'll also be able to see it blink when doing restarts for uploading code.

This guide was first published on Apr 30, 2018. It was last updated on Mar 29, 2024.

This page (Reset and Power) was last updated on Mar 08, 2024.

Text editor powered by tinymce.