Actions

Difference between revisions of "Digital FD-8 pedal"

From Just in Time

m
m (add WIP messagebox)
Line 1: Line 1:
 +
{{WIP}}
 +
 
In [[Roland FD-8 Issues: Hall Sensor Modification]] we described how a ratiometric hall sensor could replace the resistor film to solve reliability issues with the Roland FD-8 high hat pedals. Even though that Hall Sensor hack works, an MCU based approach might have some additional advantages:
 
In [[Roland FD-8 Issues: Hall Sensor Modification]] we described how a ratiometric hall sensor could replace the resistor film to solve reliability issues with the Roland FD-8 high hat pedals. Even though that Hall Sensor hack works, an MCU based approach might have some additional advantages:
 
* complete variable resistance to be compatible with other drum modules
 
* complete variable resistance to be compatible with other drum modules

Revision as of 22:58, 7 February 2014

Work in Progress
This page describes a work in progress. All specifications may change and the final product may significantly deviate from what we describe here. It is very well possible that there will be no final product at all.
Warning.png

[[Revision timestamp::20140207225851|]]

In Roland FD-8 Issues: Hall Sensor Modification we described how a ratiometric hall sensor could replace the resistor film to solve reliability issues with the Roland FD-8 high hat pedals. Even though that Hall Sensor hack works, an MCU based approach might have some additional advantages:

  • complete variable resistance to be compatible with other drum modules
  • adjustable sensitivity curve
  • detection of foot-down velocity (which is currently limited to one static velocity)
  • auto-calibration, i.e. no need for pots to set the right trigger points.

Bill of material

We're currently working on a "more digital" version, based on a MCU and a digital potentiometer. We're using the following hardware:

  • attiny13 MCU (ebay) with effectively 5 io pins and 10-bit ADC.
  • Two MCP41010 digital potentiometers (ebay) in series (10K each, because when we sourced it, a single 50K version was a lot more expensive on ebay).
  • Honeywell SS490 ratiometric hall effect sensor as in the non-MCU version, or alternatively an Allegro A1302 (Just ordered a set on ebay. Should be comparable to the Honeywell if used in a 5V setup)

Additionally (and optionally) we're adding:

  • a momentary switch (button) to explicitly start calibration (we're still researching complete autocalibration).
  • an LED,every MCU project should have an LED

If we forego the LED and switch we could use the pin to separately control the second potmeter, providing an extra bit of precision.

Mode of operation

The circuit essentialy does the following: Measure the output voltage of the hall sensor using the ADC. Determine a corresponding resistance and program that resistance value in the digital pots. Easy.