Carte à clic audio XOver
Carte à clic audio XOver
Le Panneau à clic Audio Xover™ est une solution de croisement actif analogique pour haut-parleurs à deux voies. L'objectif principal du circuit de croisement d'un haut-parleur est de diviser un signal audio entrant en bandes de fréquences qui sont transmises au haut-parleur ou au « pilote » le mieux adapté. Audio Xover Click est basé sur l'amplificateur opérationnel MCP6H012 de Microchip avec fonctionnement de sortie rail à rail, connecté en configuration pour un filtre Butterworth de 2e ordre pour les filtres passe-bas et passe-haut. Avec une réponse en fréquence indépendante des changements dynamiques des caractéristiques électriques d'un pilote et une sélection de fréquence de coupure de canal individuel, c'est une excellente solution de croisement.
Le Click Board Audio Xover™ est pris en charge par une bibliothèque compatible mikroSDK, qui comprend des fonctions qui simplifient le développement logiciel. Cette Click Board™ est un produit entièrement testé, prêt à être utilisé sur un système équipé du socket mikroBUS™.
How Does The Audio Xover Click Board™ Work
The Audio Xover Click Board™ uses three Butterworth filters (one for each speaker) with possibility of changing cutoff frequency between 120Hz, 90Hz and 70Hz. Butterworth filters are called maximally flat filters because, for a given order, they have the sharpest roll-off possible without inducing peaking in the Bode plot. The two-pole filter with a damping ratio of 0.707 is the second-order Butterworth filter.
Audio crossovers are a type of electronic filter circuitry used in a range of audio applications, to split up an audio signal into two or more frequency ranges, so that the signals can be sent to drivers that are designed for different frequency ranges.
Active crossovers are distinguished from passive crossovers in that whereas passive crossovers split up an amplified signal coming from one power amplifier so that it can be sent to two or more drivers (e.g., a woofer and a very low frequency subwoofer, or a woofer and a tweeter), an active crossover splits up audio signal prior to amplification, so that it can be sent to two or more power amplifiers, each of which is connected to a separate driver type.
Active crossovers as Audio Xover Click don't care how powerful your amplifiers are because they process the signal before it enters the amplifier. Active crossovers are also not very sensitive to temperature variations, so they can be very accurate, all the time. If one of the amplifiers channels in an active crossover system clips, the distortion only affects that single channel.
SPECIFICATIONS
Type | Signal Processing |
Applications | Audio crossover |
On-board modules | MCP6H012 |
Key Features | A frequency response independent of the dynamic changes in a driver's electrical characteristics, power amplifiers are directly connected to the speaker drivers, individual channel cutoff frequency selection... |
Interface | GPIO |
Compatibility | mikroBUS |
Click board size | L (57.15 x 25.4 mm) |
Input Voltage | 5V |
PINOUT DIAGRAM
This table shows how the pinout on Audio Xover Click 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 | NC | ||
NC | 2 | RST | INT | 15 | NC | ||
Shutdown | SDN | 3 | CS | RX | 14 | NC | |
NC | 4 | SCK | TX | 13 | NC | ||
NC | 5 | MISO | SCL | 12 | NC | ||
NC | 6 | MOSI | SDA | 11 | NC | ||
NC | 7 | 3.3V | 5V | 10 | 5V | Power Supply | |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
ONBOARD SETTINGS AND INDICATORS
Label | Name | Default | Description |
---|---|---|---|
PWR | LED GREEN | - | Power LED Indicator |
LHP | SL1 | Left | Left channel high pass cutoff frequency selector; Left: 120Hz |
SLP | SW1 | Left | Subwoofer channel low pass cutoff frequency selector; Middle: 90Hz |
RHP | SR1 | Left | Right channel high pass cutoff frequency selector; Right: 70Hz |
Software Support
We provide a library for the Audio Xover Click on our LibStock page, as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Library Description
Library contains function for enable and disable module.
Key Functions
void audioxover_set_mode( uint8_t state )
- This function set CS pin on 1 ( ENABLE ) and 0 ( DISABLE )
Example Description
The application is composed of three sections :
- System Initialization - Initializes all necessary GPIO pins
- Application Initialization - Initializes driver init
- Application Task - Enable and disable module every one seconds.
void application_task ( ) { mikrobus_logWrite( "***ENABLE****", _LOG_LINE ); audioxover_set_mode( AUDIOXOVER_ENABLE ); Delay_ms( 3000 ); mikrobus_logWrite( "***DISABLE****", _LOG_LINE ); audioxover_set_mode( AUDIOXOVER_DISABLE ); Delay_ms( 3000 ); }
The full application code, and ready to use projects can be found on our LibStock page.
Other mikroE Libraries used in the example:
- LOG(UART) Library
Additional Notes and Information
Depending on the development board you are using, you may need 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
This 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 Audio Xover Click on our LibStock page, as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Library Description
Library contains function for enable and disable module.
Key Functions
void audioxover_set_mode( uint8_t state )
- This function set CS pin on 1 ( ENABLE ) and 0 ( DISABLE )
Example Description
The application is composed of three sections :
- System Initialization - Initializes all necessary GPIO pins
- Application Initialization - Initializes driver init
- Application Task - Enable and disable module every one seconds.
void application_task ( ) { mikrobus_logWrite( "***ENABLE****", _LOG_LINE ); audioxover_set_mode( AUDIOXOVER_ENABLE ); Delay_ms( 3000 ); mikrobus_logWrite( "***DISABLE****", _LOG_LINE ); audioxover_set_mode( AUDIOXOVER_DISABLE ); Delay_ms( 3000 ); }
The full application code, and ready to use projects can be found on our LibStock page.
Other mikroE Libraries used in the example:
- LOG(UART) Library
Additional Notes and Information
Depending on the development board you are using, you may need 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
This 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.
Carte à clic audio XOver
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.