Color 12 Click Board
Color 12 Click Board
Key Features:
- Senses RGB/IR, integrated flicker detection, built-in IR-cut filter, rejecting light noise for color sensning, I2C serial interface, vast detection rage, low power consumption, and more
- Based on the BU27006MUC-Z - advanced digital colour sensor from Rohm Semiconductor
- Can be used for residential and commercial lighting management, contrast enhancement, detection of ambient for backlight control, and more
- mikroBUS: I2C Interface
The Color 12 Click Board™ - Enhance Your Colour Sensing Experience
Introducing the Color 12 Click Board™, the compact add-on board that provides an accurate and efficient colour-sensing solution. With its cutting-edge features and seamless integration, this Click board™ is the perfect companion for your projects.
Unleash the Power of Colour Sensing
At the heart of the Color 12 Click Board™ lies the BU27006MUC-Z, a digital colour sensor from Rohm Semiconductor. This sensor has an integrated flicker sensing function, allowing you to accurately detect and measure Red, Green, Blue (RGB), and Infrared light.
Experience exceptional sensitivity, wide dynamic range, and remarkable IR-cut characteristics with the BU27006MUC-Z. It can accurately measure illuminance up to 50klx, enabling you to make precise determinations of ambient light colour temperature. Additionally, this sensor is adept at detecting flicker noise originating from displays and room lighting, with a typical sensitivity of 10klx.
Endless Possibilities for Residential and Commercial Applications
With its versatile capabilities, the Color 12 Click Board™ is a perfect fit for various applications. Whether you're managing residential or commercial lighting, enhancing contrast, or controlling backlight based on ambient conditions, this Click board™ has got you covered.
Simplify Your Development Process
Developing software for the Color 12 Click Board™ is a breeze, thanks to the mikroSDK-compliant library that supports it. This comprehensive library includes a range of functions that streamline your software development, saving you valuable time and effort.
Ready to Go
The Color 12 Click Board™ is a fully tested product, ensuring optimal performance and reliability. It comes ready to use on any system equipped with the mikroBUS™ socket, allowing you to dive straight into your projects without any hassle.
Upgrade your colour-sensing capabilities with the Color 12 Click Board™. Order yours today and unlock a world of possibilities!
Software Support
We provide a library for the Color 12 Click Board™ and a demo application (example), developed using MIKROE compilers. The demo can run on all the main MIKROE development boards.
The package can be downloaded/installed directly from NECTO Studio The package Manager (recommended), downloaded from our LibStock™ or found on the MIKROE Github account.
Library Description
This library contains API for the Color 12 Click Board™ driver.
Key functions
-
color12_get_color_data
Color 12 gets the colour measurement result function. -
color12_set_config
Color 12 sets the configuration function. -
color12_get_config
Color 12 gets the configuration function.
Example Description
This library contains API for the Color 12 Click Board™ driver. The demo application sets sensor configuration and reads and displays RGB/IR measurement results.
void application_task ( void )
{
if ( COLOR12_OK == color12_get_color_data( &color12, COLOR12_DATA_RED, &color_data ) )
{
log_printf( &logger, " Red : %urn", color_data );
}
if ( COLOR12_OK == color12_get_color_data( &color12, COLOR12_DATA_GREEN, &color_data ) )
{
log_printf( &logger, " Green : %urn", color_data );
}
if ( COLOR12_OK == color12_get_color_data( &color12, COLOR12_DATA_BLUE, &color_data ) )
{
log_printf( &logger, " Blue : %urn", color_data );
}
if ( COLOR12_OK == color12_get_color_data( &color12, COLOR12_DATA_IR, &color_data ) )
{
log_printf( &logger, " IR : %urn", color_data );
}
log_printf( &logger, " ---------------------- rn" );
Delay_ms( 1000 );
}
The full application code, and ready-to-use projects can be installed directly from NECTO Studio The package Manager (recommended), is downloaded from our LibStock™ or found on the MIKROE Github account.
Other MIKROE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Color12
Additional Notes and Information
Depending on the development board you are using, you may need USB UART Click Board™, 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 MIKROE compilers.
MIKROSDK
The Color 12 Click Board™ is supported with mikroSDK - MIKROE Software Development Kit, which needs to be downloaded from the LibStock and installed for the compiler you are using to ensure proper operation of mikroSDK compliant Click board™ demo applications.
Color 12 Click Board
Frequently Asked Questions
Ask a Question-
How can I use the Color 12 Click Board™?
To use the Color 12 Click Board™, you need to connect it to a system equipped with the mikroBUS™ socket. Then, you can use the provided mikroSDK-compliant library and functions to interface with the board and develop your software.
-
Is the Color 12 Click Board™ a fully tested product?
Yes, the Color 12 Click Board™ comes as a fully tested product, ready for use on a system equipped with the mikroBUS™ socket.
-
Is there a software library available for the Color 12 Click Board™?
Yes, the Color 12 Click Board™ is supported by a mikroSDK-compliant library. This library includes functions that simplify software development for the Click Board™.
-
What applications is the Color 12 Click Board™ suitable for?
The Color 12 Click Board™ is suitable for residential and commercial lighting management, contrast enhancement, detection of ambient light for backlight control, and more.
-
Can the Color 12 Click Board™ detect flicker noise?
Yes, the Color 12 Click Board™ can effectively detect flicker noise originating from displays and room lighting. It has a typical sensitivity of 10klx for flicker detection.
-
What are the key features of the BU27006MUC-Z sensor?
The BU27006MUC-Z sensor has remarkable high sensitivity, a wide dynamic range, and exceptional IR-cut characteristics. It enables precise illuminance measurement, typically up to 50klx, and accurate ambient light colour temperature determination.
-
How does the Color 12 Click Board™ convert light into digital values?
The Color 12 Click Board™ efficiently converts the sensed light into digital values via the I2C interface.
-
What can the BU27006MUC-Z sensor sense?
The BU27006MUC-Z sensor can sense Red, Green, Blue (RGB), and Infrared light.
-
What is the Color 12 Click Board™?
The Color 12 Click Board™ is a compact add-on board that provides an accurate colour-sensing solution. It features the BU27006MUC-Z, a digital colour sensor from Rohm Semiconductor with an integrated flicker sensing function.