Axiometa
LRA Motor (DA7820)
LRA Motor (DA7820)
SKU:AX22-0039
Regular price
$2.49
Regular price
Sale price
$2.49
Unit price
per
Taxes included.
Shipping calculated at checkout.
Couldn't load pickup availability



-
Pinout
-
Interface
PCB Design
-
Top
-
Bottom
Arduino Example Code
#include <Wire.h>
#include "Haptic_Driver.h"
Haptic_Driver hapDrive;
void setup() {
Wire.begin(47, 48);
hapDrive.begin();
hapDrive.defaultMotor();
hapDrive.enableFreqTrack(true);
hapDrive.setOperationMode(DRO_MODE);
hapDrive.clearIrq(hapDrive.getIrqEvent());
}
void loop() {
hapDrive.setVibrate(127);
delay(120);
hapDrive.setVibrate(0);
delay(50);
delay(500);
}
Guides and Blogs
-
First time setup
Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.
-
Automatic Street Lights
Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.
-
How Does an LDR work ?
Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.