Vibro Motor 4 Click-Platine
Vibro Motor 4 Click-Platine
Der Vibro Motor 4 Click Board™ ist eine kompakte Zusatzplatine, die eine ideale Lösung zum Hinzufügen einfacher haptischer Rückmeldungen in jedes Design darstellt. Diese Platine enthält den G1040003D, einen münzgroßen linearen Resonanzaktuator (LRA), der Vibrations-/haptische Rückmeldungen von Jinlong Machinery & Electronics, Inc. erzeugt. Angetrieben von einem flexiblen haptischen/Vibra-Treiber vibriert der DRV2605, G1040003D in der Z-Achse, die senkrecht zur Oberfläche des Vibrationsmotors steht. Er zieht maximal 170 mA und erzeugt dabei die höchste G-Kraft/Vibrationsenergie von 2 GRMS.
Der Vibro Motor 4 Click Board™ ist eine ausgezeichnete Wahl für Geräte mit begrenzter Akkukapazität und für Benutzer, die ein klares haptisches Feedback und einen geringen Stromverbrauch benötigen.
How Does The Vibro Motor 4 Click Board™ Work?
The Vibro Motor 4 Click Board™ as its foundation uses the G1040003D, coin-sized linear resonant actuator that generates vibration/haptic feedback in the Z plane perpendicular to the motor's surface from Jinlong Machinery & Electronics, Inc. The G1040003D draws a typical 145mA while producing a G force of 2 GRMS and makes an excellent choice for applications requiring crisp haptic feedback and low power consumption. For haptic feedback applications, fast rise and fall times are critical for achieving the optimal user experience. That's why the rise time (50% power) of the G1040003D, which is 10ms, and its fall time (10% power) of 50ms makes it one of the best choices for haptic feedback applications.
The Vibro Motor 4 Click Board™ as its foundation uses the G1040003D, coin-sized linear resonant actuator that generates vibration/haptic feedback in the Z plane perpendicular to the motor's surface from Jinlong Machinery & Electronics, Inc. The G1040003D draws a typical 145mA while producing a G force of 2 GRMS and makes an excellent choice for applications requiring crisp haptic feedback and low power consumption. For haptic feedback applications, fast rise and fall times are critical for achieving the optimal user experience. That's why the rise time (50% power) of the G1040003D, which is 10ms, and its fall time (10% power) of 50ms makes it one of the best choices for haptic feedback applications.
Additionally, the DRV2605 can also operate in the PWM Mode and accept the PWM signal from the PWM pin of the mikroBUS™ socket. In this mode, the DRV2605 device drives the actuator continuously until the user sets the DRV2605 to a Standby Mode or enters another interface mode. More information about the operating modes of the DRV2605 can be found in the attached datasheet.
The Vibro Motor 4 Click Board™ can operate with both 3.3V and 5V logic voltage levels selected via the VCC SEL jumper. This way, it is allowed for both 3.3V and 5V capable MCUs to use the I2C communication lines properly. However, the Click board™ comes equipped with a library containing easy-to-use functions and an example code that can be used, as a reference, for further development.
Specifications
Type | Haptic |
Applications | Can be used for devices with limited battery capacity and for users who require crisp haptic feedback and low power consumption |
On-board modules | G1040003D - coin-sized linear resonant actuator that generates vibration/haptic feedback in the Z plane perpendicular to the motor's surface from Jinlong Machinery & Electronics, Inc |
Key Features | Low power consumption, vibration force in Z-axis, high reliability, excellent choice for devices with limited battery capacity, and more |
Interface | I2C,PWM |
Compatibility | mikroBUS |
Click board size | M (42.9 x 25.4 mm) |
Input Voltage | 3.3V or 5V |
Pinout diagram
This table shows how the pinout on the Vibro Motor 4 Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | PWM | PWM Signal | |
NC | 2 | RST | INT | 15 | NC | ||
Enable | EN | 3 | CS | RX | 14 | NC | |
NC | 4 | SCK | TX | 13 | NC | ||
NC | 5 | MISO | SCL | 12 | SCL | I2C Clock | |
NC | 6 | MOSI | SDA | 11 | SDA | I2C Data | |
Power Supply | 3.3V | 7 | 3.3V | 5V | 10 | 5V | Power Supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
Onboard settings and indicators
Label | Name | Default | Description |
---|---|---|---|
LD1 | PWR | - | Power LED Indicator |
JP1 | VCC SEL | Left | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
Vibro Motor 4 Click electrical specifications
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | 3.3 | - | 5 | V |
Maximum Output Current | - | 145 | 170 | mA |
Vibration G Force | - | - | 2 | GRMS |
Operating Temperature Range | -25 | +25 | +70 | °C |
Software Support
We provide a library for the Vibro Motor4 Click Board™ as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
The package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe GitHub account.
Library Description
This library contains an API for the Vibro Motor 4 Click Board™ driver.
Key Functions
vibromotor4_cfg_setup
- Config Object Initialization function.vibromotor4_init
- Initialization function.vibromotor4_default_cfg
- Click Default Configuration function.
Example Description
This library contains an API for Vibro Motor 4 Click driver. The library initializes and defines the I2C bus drivers to write and read data from registers and the PWM module.
void application_task ( void ) { static int8_t duty_cnt = 0; static int8_t duty_inc = 1; float duty = duty_cnt / 10.0; vibromotor4_set_duty_cycle ( &vibromotor4, duty ); log_printf( &logger, "> Duty: %d%%rn", ( uint16_t )( duty_cnt * 10 ) ); Delay_ms( 1000 ); if ( 5 == duty_cnt ) { duty_inc = -1; } else if ( 0 == duty_cnt ) { duty_inc = 1; } duty_cnt += duty_inc; }
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe GitHub account.
Other Mikroe Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.VibroMotor4
Additional Notes and Information
Depending on the development board you are using, you may need a USB UART click, USB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.
mikroSDK
The Vibro Motor 4 Click Board™ is supported with mikroSDK - MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
Software Support
We provide a library for the Vibro Motor4 Click Board™ as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
The package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe GitHub account.
Library Description
This library contains an API for the Vibro Motor 4 Click Board™ driver.
Key Functions
vibromotor4_cfg_setup
- Config Object Initialization function.vibromotor4_init
- Initialization function.vibromotor4_default_cfg
- Click Default Configuration function.
Example Description
This library contains an API for Vibro Motor 4 Click driver. The library initializes and defines the I2C bus drivers to write and read data from registers and the PWM module.
void application_task ( void ) { static int8_t duty_cnt = 0; static int8_t duty_inc = 1; float duty = duty_cnt / 10.0; vibromotor4_set_duty_cycle ( &vibromotor4, duty ); log_printf( &logger, "> Duty: %d%%rn", ( uint16_t )( duty_cnt * 10 ) ); Delay_ms( 1000 ); if ( 5 == duty_cnt ) { duty_inc = -1; } else if ( 0 == duty_cnt ) { duty_inc = 1; } duty_cnt += duty_inc; }
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe GitHub account.
Other Mikroe Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.VibroMotor4
Additional Notes and Information
Depending on the development board you are using, you may need a USB UART click, USB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.
mikroSDK
The Vibro Motor 4 Click Board™ is supported with mikroSDK - MikroElektronika Software Development Kit. To ensure proper operation of mikroSDK compliant Click board™ demo applications, mikroSDK should be downloaded from the LibStock and installed for the compiler you are using.
Vibro Motor 4 Click-Platine
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.