# Title: Color 3 Click Board™ ## Description: TCS3771 is a RGBC sensor: it can detect Red, Green, Blue and clear light. The IC performs well under a variety of lighting conditions. For example, it can be covered with different attenuation materials. As a proximity sensor it has a large dynamic range of operation. It can take short distance measurements behind dark glass; or it can be configured for longer distance measurement, for example, human presence detection in front of monitors or laptops. For power-saving, TCS3771 has an internal state machine that can put the device into a low power mode between successive RGBC and proximity measurements. TCS3771 is also fast enough to give off proximity information at a high rate of repetition. This makes it useful for proximity detection in portable devices (such as a phone coming near to a speaker's ear). The Color 3 Click Board™ communicates with the target MCU through the mikroBUS™ I2C interface, with additional functionality provided by an INT pin. Designed to use a 3.3 power supply only. ## Product type: Click Board ## Vendor: Mikroelektronika d.o.o. ## Tags: Click Board, MikroE, Optical, Sensor ## Price range: 14.0 - 14.0 GBP ## Link: https://thedebugstore.com/products/mikroe-2103-color-3-click-board-uk ## Compare-at price range: 20.0 - 20.0 GBP ## Options - Title: Default Title ## Collections - [New Products](https://thedebugstore.com/a/llms/collections/new-products-debug-store) - [Mikroelektronika d.o.o. (MikroE)](https://thedebugstore.com/a/llms/collections/mikroelektronika-catalogue-uk) - [Sensor Click Boards™](https://thedebugstore.com/a/llms/collections/sensor-click-boards-catalogue) - [MikroE Click Boards™](https://thedebugstore.com/a/llms/collections/mikroe-click-boards-catalogue-uk) - [Optical Sensor Click Boards™](https://thedebugstore.com/a/llms/collections/optical-sensor-click-boards-catalogue) - [Click Boards™ Summer Sale](https://thedebugstore.com/a/llms/collections/inventory-sale) - [MikroE Sale](https://thedebugstore.com/a/llms/collections/mikroe-sale) - [MIKROE Stock](https://thedebugstore.com/a/llms/collections/mikroe-products-in-stock-sale) ## Variants - Default Title, SKU: MIKROE-2103, Available: yes, Inventory: 1 ## Metafields - full_description:

TCS3771 is a RGBC sensor: it can detect Red, Green, Blue and clear light. The IC performs well under a variety of lighting conditions. For example, it can be covered with different attenuation materials.

As a proximity sensor it has a large dynamic range of operation. It can take short distance measurements behind dark glass; or it can be configured for longer distance measurement, for example, human presence detection in front of monitors or laptops.

For power-saving, TCS3771 has an internal state machine that can put the device into a low power mode between successive RGBC and proximity measurements.

TCS3771 is also fast enough to give off proximity information at a high rate of repetition. This makes it useful for proximity detection in portable devices (such as a phone coming near to a speaker's ear).

The Color 3 Click Board™ communicates with the target MCU through the mikroBUS™ I2C interface, with additional functionality provided by an INT pin. Designed to use a 3.3 power supply only.

- description_tag: The Color 3 Click Board™ is a MikroBUS add-on board with a TCS3771 colour sensor (also known as a light-to-digital converter) and a narrow beam Infrared LED. The circuit can also function as a proximity sensor. Available from Debug Store UK. - title_tag: MikroE Color 3 Click Board™ (MIKROE-2103) - manufacturer: Mikroelektronika d.o.o. - warranty: 12 months - amazon_enable: TRUE - amazon_title: Color 3 Click Board - amazon_product_type: computercomponent - amazon_block: FALSE - amazon_prime_enable: FALSE - amazon_search: MikroElektronika Microelectronica MIKROE-1100 - amazon_uk_price: 14.96 - amazon_uk_currency: GBP - amazon_de_currency: EUR - amazon_de_price: 16.9048 - amazon_fr_currency: EUR - amazon_fr_price: 16.9048 - amazon_es_currency: EUR - amazon_es_price: 16.9048 - amazon_nl_currency: EUR - amazon_nl_price: 16.9048 - amazon_it_currency: EUR - amazon_it_price: 16.9048 - amazon_se_curency: SEK - amazon_se_price: 170.544 - amazon_product_id: 8606015078984 - amazon_product_id_type: EAN - amazon_update: Update - amazon_short_description: The colour 3 Click Board™ is a MikroBUS add-on board with a TCS3771 colour sensor (also known as a light-to-digital converter) and a narrow beam Infrared LED. The circuit can also function as a proximity sensor. - amazon_long_description:

The colour 3 Click Board™ is a MikroBUS add-on board with a TCS3771 colour sensor (also known as a light-to-digital converter) and a narrow beam Infrared LED. The circuit can also function as a proximity sensor.

- amazon_main_image: https://www.thedebugstore.com/images/product/lg-color-3-click-board.jpg - amazon_other_image_1: https://www.thedebugstore.com/images/product/lg-color-3-back_1.jpg - amazon_other_image_2: https://www.thedebugstore.com/images/product/lg-color-3-click-in-use_1.jpg - amazon_browse_node: 428655031 - related_products: MIKROE-3690,MIKROE-3213,MIKROE-1438,MIKROE-1851 - mpn: MIKROE-2103 - backorder_label: If no stock shown above, check availability - badge: - widget:

Customer Reviews

Be the first to write a review
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)
- google_product_category: 2082 - condition: new - custom_product: false - mpn: MIKROE-2103 - google_product_category: Electronics - custom_label_0: Click Board - examples:

The following code snippet shows how to send temperature readings from the Color 3 Click Board™ to a TFT display.

 1 void main()
 2 {
 3     //Local Declarations
 4     uint8_t _i2c_address = 0x29;
 5     color_t my_color;
 6      
 7 	// GPIOs
 8     GPIO_Digital_Input( &GPIOD_BASE, _GPIO_PINMASK_10 );
 9     Delay_ms(300);
10 
11      // I2C
12     I2C1_Init_Advanced( 100000, &_GPIO_MODULE_I2C1_PB67 );
13     Delay_ms(300);
14     
15     //Color 3
16     color_3_init( _i2c_address );
17     Delay_ms(300);
18 
19     color_3_get_rgb_data( &my_color );
20 
21     while(1)
22     {
23 
24     }
25 }

Code examples that demonstrate the usage of the Color 3 Click Board™ with MikroElektronika hardware, written for mikroC for ARM, AVR, dsPIC, FT90x, PIC and PIC32 are available on Libstock

- attachments: [{"download_file":[{"download_file":"Color 3 Click Board™ Schematic"}],"download_filetype":[{"download_filetype":"pdf"}]}] - device_vendor: ams - device_type: TCS34725FN - warranty: 12 months - brand: MikroE - manufacturer: Mikroelektronika d.o.o. - brands: gid://shopify/Metaobject/56256004319 - breadcrumbs: ["gid://shopify/Collection/447955239135","gid://shopify/Collection/241680580797","gid://shopify/Collection/241545969853"] - customhs_code: 847330 - detailed_description: {"type":"root","children":[{"type":"paragraph","children":[{"type":"text","value":"TCS3771 is a RGBC sensor: it can detect Red, Green, Blue and clear light. The IC performs well under a variety of lighting conditions. For example, it can be covered with different attenuation materials."},{"type":"text","value":""},{"type":"text","value":""},{"type":"text","value":""},{"type":"text","value":"As a proximity sensor it has a large dynamic range of operation. It can take short distance measurements behind dark glass; or it can be configured for longer distance measurement, for example, human presence detection in front of monitors or laptops."},{"type":"text","value":""},{"type":"text","value":""},{"type":"text","value":""},{"type":"text","value":"For power-saving, TCS3771 has an internal state machine that can put the device into a low power mode between successive RGBC and proximity measurements."},{"type":"text","value":""},{"type":"text","value":""},{"type":"text","value":""},{"type":"text","value":"TCS3771 is also fast enough to give off proximity information at a high rate of repetition. This makes it useful for proximity detection in portable devices (such as a phone coming near to a speaker's ear)."},{"type":"text","value":""},{"type":"text","value":""},{"type":"text","value":""},{"type":"text","value":"The "},{"type":"text","value":"Color 3 Click Board™","bold":true,"italic":true},{"type":"text","value":" communicates with the target MCU through the mikroBUS™ I2C interface, with additional functionality provided by an INT pin. Designed to use a 3.3 power supply only."}]}]} - summary:

The Color 3 Click Board™ is a MikroBUS add-on board with a TCS3771 colour sensor (also known as a light-to-digital converter) and a narrow beam Infrared LED. The circuit can also function as a proximity sensor.