Ambient 18 Click-Platine
Ambient 18 Click-Platine
Das Ambient 18 Click Board™ ist eine kompakte Zusatzplatine zum Erfassen der Menge des vorhandenen Umgebungslichts. Diese Platine verfügt über den BH1680FVC, einen analogen Umgebungslichtsensor mit Stromausgang von Rohm Semiconductor. Der BH1680FVC kann einen großen Bereich von Beleuchtungsstärken bis zu 10 kLx erkennen und bietet eine ausgezeichnete Reaktionsfähigkeit, die der Reaktion des menschlichen Auges nahe kommt. Darüber hinaus zeichnet es sich durch geringe Empfindlichkeitsschwankungen bei verschiedenen Lichtquellen, eine integrierte Abschaltfunktion und die Fähigkeit aus, das Ausgangssignal in analoger oder digitaler Form zu verarbeiten. Dieses Click Board™ eignet sich am besten zum Erfassen von Umgebungslichtdaten zum Anpassen der Helligkeit in Anwendungen, bei denen Energieeinsparung und bessere Sichtbarkeit erforderlich sind.
Das Ambient 18 Click Board™ wird von einer mikroSDK-kompatiblen Bibliothek unterstützt, die Funktionen enthält, die die Softwareentwicklung vereinfachen. Dieses Click Board™ wird als vollständig getestetes Produkt geliefert und ist bereit für den Einsatz auf einem System, das mit der mikroBUS™-Buchse ausgestattet ist.
How Does The Ambient 18 Click Board™ Work?
The Ambient 18 Click Board™ uses the BH1680FVC, an analogue current-output ambient light sensor from Rohm Semiconductor. It is composed of photodiodes, amplifiers, and current mirror circuits and can detect a wide range of illuminance up to 10Klux, providing excellent responsivity close to the human eyes' response. It has stable performance over a wide temperature, voltage range, and a built-in shutdown function. It is characterized by good output linearity across a wide illumination range and low sensitivity variation across various light sources suitable to sense the amount of the present ambient light.
It also has four configurable modes of operation, shutdown mode associated with three gain modes: high-gain mode, medium-gain mode, and low-gain mode. The desired gain mode is selected through CS and PWM pins of the mikroBUS™ socket labelled as GC1 and GC2.
The output of the BH1680FVC can be converted to a digital value using MCP3221, a successive approximation A/D converter with a 12-bit resolution from Microchip, using a 2-wire I2C compatible interface, or can be sent directly to an analog pin of the mikroBUS™ socket labelled as AN. Selection can be performed by onboard SMD jumper labelled as ADC SEL to an appropriate position marked as AN and I2C.
The MCP3221 provides one single-ended input with low power consumption, a low maximum conversion current, and a Standby current of 250μA and 1μA, respectively. Data can be transferred at rates of up to 100kbit/s in the Standard and 400kbit/s in the Fast Mode. Also, maximum sample rates of 22.3kSPS with the MCP3221 are possible in a Continuous-Conversion Mode with a clock rate of 400kHz.
The Ambient 18 Click Board™ can operate with both 3.3V and 5V logic voltage levels selected via the VIO SEL jumper. This way, it is allowed for both 3.3V and 5V capable MCUs to use the 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 | Optical |
Applications | The Ambient 18 Click Board™ be used for obtaining ambient light data for adjusting brightness in applications that require power saving and better visibility |
On-board modules | BH1680FVC - analog current-output ambient light sensor from Rohm Semiconductor |
Key Features | Low power consumption, close responsivity to the human eye, good output linearity across wide illumination range, low sensitivity variation across various light sources, stable performance over temperature and voltage, possibility of signal processing in analog and digital form, and more |
Interface | Analog,GPIO,I2C |
Compatibility | mikroBUS |
Click board size | S (28.6 x 25.4 mm) |
Input Voltage | 3.3V or 5V |
PINOUT DIAGRAM
This table shows how the pinout on Ambient 18 Click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
Analog Signal | AN | 1 | AN | PWM | 16 | GC1 | Gain Mode Control Signal 2 |
NC | 2 | RST | INT | 15 | NC | ||
Gain Mode Control Signal 1 |
GC1 | 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 | VIO SEL | Left | Logic Level Voltage Selection 3V3/5V: Left position 3V3, Right position 5V |
JP2 | ADC SEL | Right | Output Voltage A/D Selection AN/I2C: Left position AN, Right position I2C |
AMBIENT 18 CLICK ELECTRICAL SPECIFICATIONS
Description | Min | Typ | Max | Unit |
---|---|---|---|---|
Supply Voltage | 3.3 | - | 5 | V |
Maximum Output Current | - | - | 7.5 | mA |
Peak Wavelenght | - | 530 | - | nm |
Operating Temperature Range | -40 | +25 | +85 | °C |
Software Support
We provide a library for the Ambient 18 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 The package Manager (recommended), downloaded from our LibStock™ or found on Mikroe Github account.
Library Description
This library contains API for the Ambient 18 Click Board™ driver.
Key functions
-
ambient18_set_gain_mode
This function sets the gain mode. -
ambient18_read_voltage
This function reads raw ADC value and converts it to proportional voltage level. -
ambient18_voltage_to_lux
This function calculates illuminance (lux) based on the voltage input.
Example Description
This example demonstrates the use of the Ambient 18 Click Board™ by measuring and displaying the illuminance value in Lux.
void application_task ( void )
{
float voltage = 0;
if ( AMBIENT18_OK == ambient18_read_voltage ( &ambient18, &voltage ) )
{
log_printf( &logger, " Illuminance : %ld Luxrnn", ambient18_voltage_to_lux( &ambient18, voltage ) );
Delay_ms( 1000 );
}
}
The full application code, and ready to use projects can be installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on Mikroe Github account.
Other Mikroe Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Ambient18
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. UART terminal is available in all MikroElektronika compilers.
MIKROSDK
The Ambient 18 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 Ambient 18 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 The package Manager (recommended), downloaded from our LibStock™ or found on Mikroe Github account.
Library Description
This library contains API for the Ambient 18 Click Board™ driver.
Key functions
-
ambient18_set_gain_mode
This function sets the gain mode. -
ambient18_read_voltage
This function reads raw ADC value and converts it to proportional voltage level. -
ambient18_voltage_to_lux
This function calculates illuminance (lux) based on the voltage input.
Example Description
This example demonstrates the use of the Ambient 18 Click Board™ by measuring and displaying the illuminance value in Lux.
void application_task ( void )
{
float voltage = 0;
if ( AMBIENT18_OK == ambient18_read_voltage ( &ambient18, &voltage ) )
{
log_printf( &logger, " Illuminance : %ld Luxrnn", ambient18_voltage_to_lux( &ambient18, voltage ) );
Delay_ms( 1000 );
}
}
The full application code, and ready to use projects can be installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on Mikroe Github account.
Other Mikroe Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Ambient18
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. UART terminal is available in all MikroElektronika compilers.
MIKROSDK
The Ambient 18 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.
Ambient 18 Click-Platine
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.