AudioAmp click is a mikroBUS™ add-on board that functions as a mono audio amplifier. It is driven by a Texas Instruments LM48100Q-Q1 Boomer™ Mono, 1.3W Audio Power Amplifier IC.
AudioAmp click has one 3.5 mm input jack and next to it screw terminals for connecting output wires to a passive speaker. It has dual audio inputs that can be mixed/multiplexed to the device output. Each input path has its own independent, 32-step volume control. The mixer, volume control and device mode selection are controlled through the mikroBUS™ I2C interface.
Fault detection is another important feature of LM48100Q. It senses the load conditions, protecting the device during short circuit events, as well as detecting open circuit conditions.
AudioAmp click can work either on a 3.3V or a 5V power supply. There’s an additional jumper for selecting the I2C address as well. The open-drain output fault flag. FAULT is routed through the default mikroBUS™ INT pin (0 indicates that a fault condition has occurred).
Type | Amplifier |
Applications | Audio amplifier for sound reproduction, hands-free car kits, multimedia user interfaces and more |
On-board modules | Texas Instruments LM48100Q-Q1 Boomer™ Mono, 1.3W Audio Power Amplifier IC, 3.5 mm dual channel input jack and output screw terminals |
Key Features | Individual 32-step volume control I2C interface |
Key Benefits | Fault detection. Input mixer and multiplexer |
Interface | GPIO,I2C |
Input Voltage | 3.3V or 5V |
Compatibility | mikroBUS |
Click board size | M (42.9 x 25.4 mm) |
AudioAmp click has one 3.5 mm input jack and next to it screw terminals for connecting output wires to a passive speaker. It has dual audio inputs that can be mixed/multiplexed to the device output. Each input path has its own independent, 32-step volume control. The mixer, volume control and device mode selection are controlled through the mikroBUS™ I2C interface. Fault detection is another important feature of LM48100Q. It senses the load conditions, protecting the device during short circuit events, as well as detecting open circuit conditions. AudioAmp click can work either on a 3.3V or a 5V power supply. There’s an additional jumper for selecting the I2C address as well. The open-drain output fault flag. FAULT is routed through the default mikroBUS™ INT pin (0 indicates that a fault condition has occurred). Here’s a comprehensive list of LM48100Q’s key features, taken from the official data sheet:
The following code snippet demonstrates the click’s power on procedure
1 void power_on() 2 { 3 I2C2_Start(); 4 I2C2_Write( dev_addr ); 5 I2C2_Write( POWER_ON ); 6 I2C2_Stop(); 7 }
Code examples that demonstrate the usage of AudioAmp click with MikroElektronika hardware, written for mikroC for AVR, dsPIC, PIC and PIC32 are available on Libstock