Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use PedalPass: Examples, Pinouts, and Specs

Image of PedalPass
Cirkit Designer LogoDesign with PedalPass in Cirkit Designer

Introduction

The PedalPass by PedalPass is an electronic circuit component designed for use in audio effects pedals. It enables musicians to seamlessly control the signal path of their instrument by engaging or bypassing the effects circuit with a footswitch. This component is essential for creating dynamic and versatile audio effects setups, allowing for smooth transitions between processed and unprocessed signals during live performances or studio recordings.

Explore Projects Built with PedalPass

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Arduino Leonardo-Based Gaming Steering Wheel with Pedals and Gear Shifter
Image of DIY Steering Wheel: A project utilizing PedalPass in a practical application
This circuit is a gaming steering wheel system with 3 pedals and a gear shifter, interfaced with an Arduino Leonardo. It includes a 600 PPR optical rotary encoder for steering, three potentiometers for pedal input, and multiple push buttons connected via an IO expander for gear shifting and additional controls. The Arduino processes inputs from these components and communicates the data for further processing or display.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Based Automatic Passenger Counter and Temperature Sensor with Wi-Fi Connectivity
Image of Embedded Circuit: A project utilizing PedalPass in a practical application
This circuit is an automatic passenger counter and temperature sensor system powered by a solar charger. It uses an ESP32 microcontroller to interface with two capacitive proximity sensors for counting passengers and a DHT22 sensor for monitoring temperature and humidity, with data being sent to a Blynk mobile app and Google Sheets for real-time tracking and logging.
Cirkit Designer LogoOpen Project in Cirkit Designer
USB-Powered DC Gear Motor with LED Indicator
Image of Hand Crank mobile charger : A project utilizing PedalPass in a practical application
This circuit appears to be a power supply unit with a bridge rectifier connected to a DC gear motor, indicating it is designed to convert AC to DC power for the motor. An electrolytic capacitor is used for smoothing the DC output, and a 7805 voltage regulator is included to provide a stable 5V output. Additionally, there is an LED with a series resistor, likely serving as a power indicator light.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino UNO Traffic Light System with Pedestrian Crossing
Image of feux de circulation: A project utilizing PedalPass in a practical application
This circuit is a traffic light system with pedestrian crossing functionality controlled by an Arduino UNO. It uses three LEDs (red, yellow, green) for car traffic and two LEDs (red, green) for pedestrian traffic, with a pushbutton to request pedestrian crossing. The Arduino code manages the traffic light sequence and pedestrian crossing based on the button input.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with PedalPass

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of DIY Steering Wheel: A project utilizing PedalPass in a practical application
Arduino Leonardo-Based Gaming Steering Wheel with Pedals and Gear Shifter
This circuit is a gaming steering wheel system with 3 pedals and a gear shifter, interfaced with an Arduino Leonardo. It includes a 600 PPR optical rotary encoder for steering, three potentiometers for pedal input, and multiple push buttons connected via an IO expander for gear shifting and additional controls. The Arduino processes inputs from these components and communicates the data for further processing or display.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Embedded Circuit: A project utilizing PedalPass in a practical application
ESP32-Based Automatic Passenger Counter and Temperature Sensor with Wi-Fi Connectivity
This circuit is an automatic passenger counter and temperature sensor system powered by a solar charger. It uses an ESP32 microcontroller to interface with two capacitive proximity sensors for counting passengers and a DHT22 sensor for monitoring temperature and humidity, with data being sent to a Blynk mobile app and Google Sheets for real-time tracking and logging.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Hand Crank mobile charger : A project utilizing PedalPass in a practical application
USB-Powered DC Gear Motor with LED Indicator
This circuit appears to be a power supply unit with a bridge rectifier connected to a DC gear motor, indicating it is designed to convert AC to DC power for the motor. An electrolytic capacitor is used for smoothing the DC output, and a 7805 voltage regulator is included to provide a stable 5V output. Additionally, there is an LED with a series resistor, likely serving as a power indicator light.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of feux de circulation: A project utilizing PedalPass in a practical application
Arduino UNO Traffic Light System with Pedestrian Crossing
This circuit is a traffic light system with pedestrian crossing functionality controlled by an Arduino UNO. It uses three LEDs (red, yellow, green) for car traffic and two LEDs (red, green) for pedestrian traffic, with a pushbutton to request pedestrian crossing. The Arduino code manages the traffic light sequence and pedestrian crossing based on the button input.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Audio effects pedals for guitars, basses, and other instruments
  • Signal routing in pedalboards
  • True bypass switching for maintaining signal integrity
  • Integration into custom DIY audio effects projects

Technical Specifications

Key Technical Details

Parameter Value
Operating Voltage 9V DC (typical for effects pedals)
Maximum Current Rating 50 mA
Signal Impedance 1 MΩ (input), 10 kΩ (output)
Switching Type True Bypass or Buffered Bypass
Footswitch Compatibility SPDT, DPDT, or 3PDT switches
PCB Dimensions 25 mm x 50 mm
Mounting Type Through-hole

Pin Configuration and Descriptions

Pin Name Description
IN Audio signal input from the instrument or previous pedal
OUT Audio signal output to the next pedal or amplifier
FX SEND Sends the signal to the effects circuit
FX RETURN Receives the processed signal from the effects circuit
GND Ground connection
V+ Positive voltage supply (typically 9V DC)
SWITCH 1 Connection to the footswitch for bypass control (SPDT/DPDT/3PDT supported)
SWITCH 2 Additional connection for advanced switching configurations (if applicable)

Usage Instructions

How to Use the PedalPass in a Circuit

  1. Power Supply: Connect the V+ pin to a 9V DC power source and the GND pin to the ground.
  2. Signal Connections:
    • Connect the instrument's output to the IN pin.
    • Connect the OUT pin to the next pedal in the chain or directly to the amplifier.
  3. Effects Loop:
    • Connect the input of the effects circuit to the FX SEND pin.
    • Connect the output of the effects circuit to the FX RETURN pin.
  4. Footswitch Wiring:
    • Use an SPDT, DPDT, or 3PDT footswitch to control the bypass functionality.
    • Wire the footswitch to the SWITCH 1 and SWITCH 2 pins as per the desired switching configuration.

Important Considerations and Best Practices

  • True Bypass vs. Buffered Bypass: Decide whether you want to implement true bypass (for unaltered signal integrity) or buffered bypass (to prevent signal loss in long cable runs).
  • Power Supply Filtering: Use a filtered and regulated 9V DC power supply to avoid introducing noise into the audio signal.
  • Footswitch Durability: Ensure the footswitch used is rated for high durability, as it will be subjected to frequent use.
  • PCB Mounting: Secure the PedalPass PCB firmly inside the pedal enclosure to prevent damage from vibrations or impacts.

Example Code for Arduino UNO Integration

If you want to control the PedalPass switching electronically using an Arduino UNO, you can use the following example code:

// Example code to control PedalPass switching with an Arduino UNO
// This code assumes a relay or transistor is used to toggle the bypass state

const int switchPin = 7; // Pin connected to the PedalPass SWITCH 1
const int buttonPin = 2; // Pin connected to a momentary push button
int buttonState = 0;     // Variable to store the button state

void setup() {
  pinMode(switchPin, OUTPUT); // Set the switch pin as an output
  pinMode(buttonPin, INPUT_PULLUP); // Set the button pin as an input with pull-up
  digitalWrite(switchPin, LOW); // Initialize the switch in the bypass state
}

void loop() {
  buttonState = digitalRead(buttonPin); // Read the button state

  if (buttonState == LOW) { // Check if the button is pressed
    digitalWrite(switchPin, HIGH); // Engage the effects circuit
    delay(500); // Debounce delay
  } else {
    digitalWrite(switchPin, LOW); // Bypass the effects circuit
  }
}

Note: This example assumes the use of a relay or transistor to toggle the bypass state. Adjust the circuit and code as needed for your specific application.

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Signal Output:

    • Verify all connections, especially the IN, OUT, FX SEND, and FX RETURN pins.
    • Ensure the footswitch is wired correctly and functioning properly.
    • Check the power supply voltage and polarity.
  2. Excessive Noise or Hum:

    • Use a filtered and regulated power supply to minimize noise.
    • Ensure proper grounding of the circuit and enclosure.
    • Check for loose connections or poor solder joints.
  3. Footswitch Not Responding:

    • Test the footswitch for continuity using a multimeter.
    • Ensure the SWITCH 1 and SWITCH 2 pins are correctly wired.
  4. Signal Loss in Bypass Mode:

    • If using true bypass, ensure the footswitch is properly switching the signal path.
    • For buffered bypass, verify the buffer circuit is functioning correctly.

FAQs

Q: Can I use the PedalPass with a 12V power supply?
A: The PedalPass is designed for 9V DC operation. Using a 12V supply may damage the component or connected circuits. Always use a 9V regulated power supply.

Q: What type of footswitch is recommended?
A: A 3PDT footswitch is commonly used for true bypass configurations, as it allows for LED indicator control in addition to signal switching.

Q: Can I use the PedalPass for stereo signals?
A: The PedalPass is designed for mono audio signals. For stereo applications, you would need two PedalPass units or a custom stereo switching circuit.

Q: Is the PedalPass compatible with digital effects circuits?
A: Yes, the PedalPass can be used with both analog and digital effects circuits, provided the signal levels and impedance are compatible.