查看“Microduino-Color Detector”的源代码
←
Microduino-Color Detector
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{{Language|Microduino-Color detector}} {| style="width: 800px;" |- | [[File: Microduino-Color_detector.jpg|400px|thumb|right| Microduino-ColorDetector]] Microduino-Color detector is a color detection senor. This module adopts TCS3414CS color chip and it can be connected through IIC interface. 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. ==Features== *High accuracy and sensitivity; *Low-consumption, long product life and high-stability; *Small and easy to install. ==Specification== *Electrical specification **Operation voltage: 3.3 ~6.0 V **Input device *Tech parameters **ROHS authentication: YES **Operation temperature: -40 ~ 85 °C *Size **Size of the sensor: 5mm*5mm **Size of the board: 20mm*20mm **1.27mm-ptich 4Pin interface *Connection method **Interface: IIC **Pin description: GND, VCC, signal 1 and signal 2. Since the output signal is IIC, you need IIC interface to receive signals, which can connect Sensorhub's IIC pin. [[file:mCookie-sensorhub_rule.JPG|thumb|800px|center]] [[File: Microduino-Temp&Hum_I2C.jpg|600px|thumb|center]] ==Document== *Schematic: '''[[File: Microduino_Color_detector.Zip]]''' ==Development== ===Preparation=== *Make sure you build Microduino IDE or refer to: [[Microduino Getting started]] *Core selection **1. Adopt [[Microduino-CoreUSB]] or [[mCookie-CoreUSB]] as the core. **2. Adopt [[Microduino-Core]] or [[Microduino-Core+]] as the core plus [[Microduino-USBTTL]] as the program download module. ===Program=== [[https://github.com/Microduino/Microduino_Tutorials/tree/df0a1175ef707a5c541c6cf37efa4b83dbeb6030/mCookie_sensor/MicroduinoColorSensor MicroduinoColorSensor]] *Define variable values; RGB reading range. #define redMax 32767 #define greenMax 32767 #define blueMax 32767 int redValue,greenValue,blueValue; *readRGB(); Read RGB color function *Reflect RGB value (0~32767) to (0.225); redValue=map(red, 0, redMax, 0, 255); greenValue=map(green, 0, greenMax, 0, 255); blueValue=map(blue, 0, blueMax, 0, 255); ===Hardware Buildup=== *Connect the sensor to the IIC interface of the Sensorhub with a wire. [[Microduino-Sensorhub]] [[file:Microduino-sensorhub_I2C.PNG|thumb|400px|center]] [[mCookie-Hub]] [[file:mCookie-sensorhub_I2C.PNG|thumb|400px|center]] * Connect the core, Sensorhub and the Color Detector to a computer with a USB cable. * Select the right board and COM port, compile and download. You can refer to [[AVR Core:Getting started]] [[file:upload.JPG|thumb|800px|center]] *Download the program above. *Select the right port from Tools→Serial Port in Arduino IDE and then download program. *Open the serial monitor after download. The console will print current RGB value circularly. ==Application== Microduino-Color detector is suitable for environment color detection. ===Project=== * '''[[Chameleon]]''' ==Purchase== ==History== ==Pictures== *Front [[file: Microduino-Color-Detector -F.JPG|thumb|600px|center|Microduino-Temp&Hum Front]] *Back [[file: Microduino-Color-Detector -b.JPG|thumb|600px|center|Microduino-Temp&Hum Back]] |}
该页面使用的模板:
模板:Language
(
查看源代码
)
模板:Nmbox
(
查看源代码
)
返回至
Microduino-Color Detector
。
导航菜单
个人工具
创建账户
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
Welcome
首页
创客大赛
大赛详情
3D打印
安装月球车
图形化编程
操控月球车
升级月球车
编程工具下载
软件下载
Arduino
Processing
Mixly
Scratch
模块套件
Microduino 102
mCookie 102
mCookie 202
mCookie 302
IBC
其他
应用套件
四轴飞行器
平衡车
小车CUBE
音乐播放器
刷卡音乐播放器
wifi气象站
彩虹音乐触摸灯
分贝检测仪
迎门汇报
LED点阵时钟
LED点阵屏幕
硬件
mCookie
Sensor
Microduino
MicroWrt
MicroNux
MicroRobot-Core
MicroRobot-CoreESP
ideaBoard
ideaBox
MicroMV
MicroAI
帮助
常见问题
帮助
工具
链入页面
相关更改
特殊页面
页面信息