“Sensor-Color Detector/zh”的版本间的差异
小 (Wasdpkj@hotmail.com moved page Microduino-Color/zh to Sensor-Color Detector/zh) |
|||
第12行: | 第12行: | ||
− | + | ==传感器引脚说明== | |
+ | {{Sensor_explain | ||
+ | |nameA=[[Sensor-Color Detector/zh]] | ||
+ | |modeA=SDA(IIC通讯) | ||
+ | |modeB=SCL(IIC通讯) | ||
+ | }} | ||
==特色== | ==特色== | ||
*精度高,灵敏度高; | *精度高,灵敏度高; |
2016年6月29日 (三) 01:43的版本
Language | English |
---|
Microduino-Color是颜色传感器模块。 这个模块采用TCS3414CS色彩芯片,通过I2C接口进行连接。基于8×2过滤光电二极管和 16位模拟-数位转换器,你通过可以测量光线或物体表面的光反射来获得颜色值。
传感器引脚说明
特色
规格
收信号。可以接到Sensor-hub的IIC号引脚。
文档
开发准备
Microduino-USBTTL/zh模块来下载程序。
程序[[https://github.com/Microduino/Microduino_Tutorials/tree/df0a1175ef707a5c541c6cf3 7efa4b83dbeb6030/mCookie_sensor/MicroduinoColorSensor MicroduinoColorSensor]]
#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); 硬件搭建
started/zh]]
应用适用于环境颜色检测等
项目
购买历史图库
|