Difference between revisions of "Sensor-Color Detector"
From Microduino Wiki
(→Features) |
(→Specification) |
||
Line 27: | Line 27: | ||
==Specification== | ==Specification== | ||
− | * | + | *Sensor voltage |
− | ** | + | **3.3V~5V working voltage |
− | + | ||
− | + | *Size of the sensor | |
− | + | **Sensor of the board: 23.5mm*13mm | |
− | + | **1.27mm-spacing 4Pin interface connected to sensorhub | |
− | + | **The CAD drawing of the sensor: '''[[File:Sensor_CAD.zip]]''' | |
− | + | ||
− | ** | + | *Technical parameter |
− | **1.27mm- | + | **Working temperature: -40 ~ 85 °C |
− | * | + | |
− | * | + | *Connection |
− | + | *This sensor can be connected to pin I2C of core. | |
− | [[ | ||
− | |||
==Document== | ==Document== |
Revision as of 02:22, 9 November 2016
Language: | English • 中文 |
---|
The product number of Sensor-Color Detector is: MSDT51 Microduino-Color detector is a color detection sensor. This module adopts TCS3414CS color chip. Based on 8×2 filtered photodiode and 16-bit analog-digital converter, you can measure light or light reflection on the surface of an object to acquire color value.
ContentsIntroduction of Sensor Pins
Features
Specification
Document
DevelopmentPreparation
Program
#define redMax 32767 #define greenMax 32767 #define blueMax 32767 int redValue,greenValue,blueValue;
redValue=map(red, 0, redMax, 0, 255); greenValue=map(green, 0, greenMax, 0, 255); blueValue=map(blue, 0, blueMax, 0, 255); Hardware Buildup
ApplicationMicroduino-Color detector is suitable for environment color detection.
Project
PurchaseHistoryPictures
|