Experience audio like never before – our sound amplifier is engineered to capture the nuances of sound, providing a richer, more immersive auditory journey.
A
A
Hardware Overview
How does it work?
Headphone AMP 3 Click is based on the INA1620, a high-fidelity audio operational amplifier with integrated thin-film resistors and EMI filters from Texas Instruments. The amplifier has a high slew rate, high capacitive-load drive capability, high open-loop gain, low quiescent current per channel, low-power shutdown mode, and thermal shutdown. The internal amplifiers use a unique topology to deliver high output current with extremely low distortion while consuming minimal supply current. The amplifier input pins of the INA1620 are protected from excessive differential voltage with back-to-back diodes; thus, in most applications, the inputs will have no consequences. The INA1620 has two functional modes: a Shutdown and an Enabled mode. In Shutdown mode, the INA1620 will have minimal power consumption. However, applying signals to the output while in Shutdown mode will parasitically power the output stage of the audio
amplifier. While in Enabled mode, the INA1620 uses a few tricks to clean things up. The INA1620 uses efficient electromagnetic interference (EMI) rejection as an immunity to change in offset, thus having a higher EMIRR. Onboard, there are two 3.5mm audio connectors for connecting the audio source and headphones. The INA1620 uses positive and negative power supplies; on this Click board™, +5V and -5V power supplies are provided by the TPS65133, a ±5V, 250mA dual output power supply from Texas Instruments. The TPS65133 provides fixed positive and negative 5V with ±1% output voltage accuracy and high efficiency. It also includes a boost converter that allows a 3.3V power supply from the mikroBUS™ socket to be used. The INA1620 has integrated thin-film resistors in four blocks. You can use blocks 1 and 4 to create very high-performance audio circuit configurations. Blocks 2 and 3 are already used and configured in a circuit of this Click board™. All
resistors are of 1K, where all A and C are internally connected to a B point. The Headphone AMP 3 Click comes with jumpers to set those configurations. Points a trace connects R1B and R4B with the appropriate A points. Cut the trace with a sharp knife and solder jumper resistors to connect B points to C. The Headphone AMP 3 Click board uses two enable pins as its only connection with the host MCU. The ENA pin enables the INA1620 with a logic HIGH, as the pin is pulled LOW. The ENP is used similarly to enable the TPS65133 boost and buck-boost converter with a logic HIGH as the pin is pulled down. This Click board™ can operate with either 3.3V or 5V logic voltage levels selected via the VCC SEL jumper. This way, both 3.3V and 5V capable MCUs can use the communication lines properly. Also, this Click board™ comes equipped with a library containing easy-to-use functions and an example code that can be used for further development.
Features overview
Development board
Arduino UNO is a versatile microcontroller board built around the ATmega328P chip. It offers extensive connectivity options for various projects, featuring 14 digital input/output pins, six of which are PWM-capable, along with six analog inputs. Its core components include a 16MHz ceramic resonator, a USB connection, a power jack, an
ICSP header, and a reset button, providing everything necessary to power and program the board. The Uno is ready to go, whether connected to a computer via USB or powered by an AC-to-DC adapter or battery. As the first USB Arduino board, it serves as the benchmark for the Arduino platform, with "Uno" symbolizing its status as the
first in a series. This name choice, meaning "one" in Italian, commemorates the launch of Arduino Software (IDE) 1.0. Initially introduced alongside version 1.0 of the Arduino Software (IDE), the Uno has since become the foundational model for subsequent Arduino releases, embodying the platform's evolution.
Microcontroller Overview
MCU Card / MCU

Architecture
AVR
MCU Memory (KB)
32
Silicon Vendor
Microchip
Pin count
28
RAM (Bytes)
2048
You complete me!
Accessories
Click Shield for Arduino UNO has two proprietary mikroBUS™ sockets, allowing all the Click board™ devices to be interfaced with the Arduino UNO board without effort. The Arduino Uno, a microcontroller board based on the ATmega328P, provides an affordable and flexible way for users to try out new concepts and build prototypes with the ATmega328P microcontroller from various combinations of performance, power consumption, and features. The Arduino Uno has 14 digital input/output pins (of which six can be used as PWM outputs), six analog inputs, a 16 MHz ceramic resonator (CSTCE16M0V53-R0), a USB connection, a power jack, an ICSP header, and reset button. Most of the ATmega328P microcontroller pins are brought to the IO pins on the left and right edge of the board, which are then connected to two existing mikroBUS™ sockets. This Click Shield also has several switches that perform functions such as selecting the logic levels of analog signals on mikroBUS™ sockets and selecting logic voltage levels of the mikroBUS™ sockets themselves. Besides, the user is offered the possibility of using any Click board™ with the help of existing bidirectional level-shifting voltage translators, regardless of whether the Click board™ operates at a 3.3V or 5V logic voltage level. Once you connect the Arduino UNO board with our Click Shield for Arduino UNO, you can access hundreds of Click boards™, working with 3.3V or 5V logic voltage levels.
These standard small stereo earphones offer a high-quality listening experience with their top-notch stereo cable and connector. Designed for universal compatibility, they effortlessly connect to all MIKROE mikromedia and multimedia boards, making them an ideal choice for your electronic projects. With a rated power of 100mW, the earphones provide crisp audio across a broad frequency range from 20Hz to 20kHz. They boast a sensitivity of 100 ± 5dB and an impedance of 32Ω ± 15%, ensuring optimal sound quality. The Φ15mm speaker delivers clear and immersive audio. Cost-effective and versatile, these earphones are perfect for testing your prototype devices, offering an affordable and reliable audio solution to complement your projects.
Used MCU Pins
mikroBUS™ mapper
Take a closer look
Click board™ Schematic

Step by step
Project assembly
Track your results in real time
Application Output
1. Application Output - In Debug mode, the 'Application Output' window enables real-time data monitoring, offering direct insight into execution results. Ensure proper data display by configuring the environment correctly using the provided tutorial.

2. UART Terminal - Use the UART Terminal to monitor data transmission via a USB to UART converter, allowing direct communication between the Click board™ and your development system. Configure the baud rate and other serial settings according to your project's requirements to ensure proper functionality. For step-by-step setup instructions, refer to the provided tutorial.

3. Plot Output - The Plot feature offers a powerful way to visualize real-time sensor data, enabling trend analysis, debugging, and comparison of multiple data points. To set it up correctly, follow the provided tutorial, which includes a step-by-step example of using the Plot feature to display Click board™ readings. To use the Plot feature in your code, use the function: plot(*insert_graph_name*, variable_name);. This is a general format, and it is up to the user to replace 'insert_graph_name' with the actual graph name and 'variable_name' with the parameter to be displayed.

Software Support
Library Description
This library contains API for Headphone AMP 3 Click driver.
Key functions:
headphoneamp3_enable_power
- Headphone AMP 3 power pin setting function.headphoneamp3_enable_amp
- Headphone AMP 3 amp pin setting function.
Open Source
Code example
The complete application code and a ready-to-use project are available through the NECTO Studio Package Manager for direct installation in the NECTO Studio. The application code can also be found on the MIKROE GitHub account.
/*!
* @file main.c
* @brief Headphone AMP 3 Click Example.
*
* # Description
* This library contains API for the Headphone AMP 3 Click driver.
* This demo application shows use of a Headphone AMP 3 Click board™.
*
* The demo application is composed of two sections :
*
* ## Application Init
* Initialization of GPIO module and log UART.
* After driver initialization the app set default settings.
*
* ## Application Task
* This example demonstrates the use of the Headphone AMP 3 Click board™.
* The app is enabling and disabling headphone output by changing ENA pin state every 10 seconds.
*
* @author Stefan Ilic
*
*/
#include "board.h"
#include "log.h"
#include "headphoneamp3.h"
static headphoneamp3_t headphoneamp3; /**< Headphone AMP 3 Click driver object. */
static log_t logger; /**< Logger object. */
void application_init ( void )
{
log_cfg_t log_cfg; /**< Logger config object. */
headphoneamp3_cfg_t headphoneamp3_cfg; /**< Click config object. */
/**
* Logger initialization.
* Default baud rate: 115200
* Default log level: LOG_LEVEL_DEBUG
* @note If USB_UART_RX and USB_UART_TX
* are defined as HAL_PIN_NC, you will
* need to define them manually for log to work.
* See @b LOG_MAP_USB_UART macro definition for detailed explanation.
*/
LOG_MAP_USB_UART( log_cfg );
log_init( &logger, &log_cfg );
log_info( &logger, " Application Init " );
// Click initialization.
headphoneamp3_cfg_setup( &headphoneamp3_cfg );
HEADPHONEAMP3_MAP_MIKROBUS( headphoneamp3_cfg, MIKROBUS_1 );
if ( DIGITAL_OUT_UNSUPPORTED_PIN == headphoneamp3_init( &headphoneamp3, &headphoneamp3_cfg ) )
{
log_error( &logger, " Communication init." );
for ( ; ; );
}
headphoneamp3_default_cfg ( &headphoneamp3 );
log_info( &logger, " Application Task " );
}
void application_task ( void )
{
log_printf( &logger, " Enabling headphone output \r\n" );
headphoneamp3_enable_amp( &headphoneamp3, HEADPHONEAMP3_ENABLE );
// 10 seconds delay
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
log_printf( &logger, " Disabling headphone output \r\n" );
headphoneamp3_enable_amp( &headphoneamp3, HEADPHONEAMP3_DISABLE );
// 10 seconds delay
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
}
int main ( void )
{
/* Do not remove this line or clock might not be set correctly. */
#ifdef PREINIT_SUPPORTED
preinit();
#endif
application_init( );
for ( ; ; )
{
application_task( );
}
return 0;
}
// ------------------------------------------------------------------------ END
Additional Support
Resources
Category:Amplifier