Close
0%
0%

Power Saver Guitar Pedal

A power distribution guitar pedal with auto shut-off.

Similar projects worth following
Tired of dead 9V batteries? This pedal might help. After not detecting an input signal for a few minutes this pedal will shut down power.
A latching mosfet circuit is controlled by an attiny.
While a guitar is not connected the attiny goes to sleep as much as possible, when the pedal is activated, power is allowed to pass either via the internal 9V, or through one of two input jacks.
While an input is detected the attiny resets a counter and goes back to sleep. If no input is detected while switched on, the counter is incremented, if a threshold is reached, a signal is sent to tell the power board to turn off.

I've included a secondary battery / powerbank for the micro controller to survive on as running the micro on 9V presented a challenge that basically defeats the purpose, without inducing switching noise.

The videos show my progress better than I can document them in text.
Let me know if you have any questions or info!





ino - 2.10 kB - 02/21/2016 at 05:11

Download

View all 9 components

  • Active Pickup Battery Saver - Part 1

    Emerica05/15/2016 at 07:07 0 comments

    While creating the power saver pedal I had a few people ask about the possibility of creating a solution for active pickups. This presents a couple of different challenges, opposed to a pedal perspective.

    Active pickups generally use a 9V battery, some use 18V.
    The circuit is usually enabled with a secondary connection on the input jack, so any time a cable is inserted, you are using battery power.

    Having the pedal running with sleep mode has showed the attiny to use very little power.

    How do you enable. or wake from sleep.
    Signal, motion, tilt, button, lots of methods, I'd prefer just to listen for signal instead every 4? seconds, instead of a deep sleep, (waking on the pedal press). This may use more power, but I think with a reasonable rechargeable battery, you could recharge it comfortably at string change intervals. Power could also probably be disabled with the input jack as well.

    If a jack was inserted, and no signal was heard in X seconds, turn off, sleep 4s, check for input.
    If we have input turn back on.
    Upto 8s seems a little bit of a lag time for a player. Up to 4s is still laggy, but I think would be tolerable for a wakeup in most situations.
    Anytime you forget to unplug, it will save the power, just strum to re-activate, within 4s it will be back on.

    Another question is the output of the pickups with and without power. Can we still 'pickup' an active pickup with the attiny?

    With a secondary battery, what is the best way to recharge it?
    A power bank and maybe a stereo switched jack, with a 1/4 to usb "creation" to route 5V to the power back through the input jack.

    More time will tell.

  • Power Saver Guitar Pedal Part 3

    Emerica05/15/2016 at 06:42 0 comments


  • Power Saver Guitar Pedal Part 2

    Emerica05/15/2016 at 06:41 0 comments


  • Power Saver Guitar Pedal Part 1

    Emerica05/15/2016 at 06:40 0 comments



View all 4 project logs

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates