

The Dayton DAEX-13-4SM is a compact and versatile haptic feedback and audio exciter designed to transform virtually any solid surface into a high-quality speaker or tactile feedback device. By utilizing vibration technology, this exciter eliminates the need for traditional speaker cones, enabling innovative audio and haptic applications.








The following table outlines the key technical details of the DAEX-13-4SM:
| Parameter | Value |
|---|---|
| Manufacturer | Dayton |
| Part Number | DAEX-13-4SM |
| Impedance | 4 Ohms |
| Power Handling (RMS) | 3 Watts |
| Power Handling (Max) | 6 Watts |
| Resonant Frequency (Fs) | 200 Hz |
| Dimensions | 32 mm diameter, 6 mm height |
| Weight | 15 grams |
| Mounting Type | Adhesive backing |
The DAEX-13-4SM has two connection terminals for electrical input. These terminals are used to connect the exciter to an audio amplifier or haptic driver circuit.
| Pin | Description |
|---|---|
| + | Positive terminal for input signal |
| - | Negative terminal for input signal |
The DAEX-13-4SM can be used with an Arduino UNO for haptic feedback applications. Below is an example of how to control the exciter using a PWM signal:
// Example code to control the DAEX-13-4SM exciter using PWM
// Connect the exciter to a transistor circuit as described above.
const int exciterPin = 9; // PWM-capable pin connected to the transistor
void setup() {
pinMode(exciterPin, OUTPUT); // Set the exciter pin as an output
}
void loop() {
// Generate a PWM signal to drive the exciter
analogWrite(exciterPin, 128); // 50% duty cycle for moderate vibration
delay(1000); // Keep the exciter on for 1 second
analogWrite(exciterPin, 0); // Turn off the exciter
delay(1000); // Wait for 1 second before repeating
}
No Sound or Vibration:
Distorted Output:
Exciter Falls Off the Surface:
Overheating:
Q: Can I use multiple exciters on the same surface?
Q: What surfaces work best for audio applications?
Q: Can this exciter be used underwater?
Q: How do I clean the adhesive backing?