颜色传感器12864液晶显示 自己参加电赛写的 现在分享给大家了
上传时间: 2013-10-30
上传用户:ccclll
TCS3200颜色传感器配套资料
上传时间: 2013-10-28
上传用户:smthxt
这是颜色传感器的应用方案,它可以各单片机进行很好的连接。
上传时间: 2014-08-28
上传用户:123啊
0509、智能颜色传感器模块DXP及其相关资料
标签:
上传时间: 2014-04-09
上传用户:baby25825
TCS3200颜色传感器配套资料技术手册+软件测试工程源码:TCS230.pdfTCS3200模块说明.pdfTCS3200颜色传感器51例程TCS3200颜色传感模块电路及实验电路图.pdf颜色传感器TCS230其他资料.pdf
上传时间: 2021-11-23
上传用户:kent
TCS3200颜色传感器模块资料+软件测试工程源码:TCS3200颜色传感器51例程产品使用手册.doc产品使用手册.files产品使用手册.htm原理图.doc原理图.SchDoc图片测试程序测频参考程序相关资料相关资料.rar颜色识别测量装置设计.doc颜色识别程序带RGB值颜色识别程序带RGB值.rar颜色采集颜色采集.rar
上传时间: 2021-11-23
上传用户:
delay.c 文件实现iic的精准延迟..如果有其他的精准延迟程序可以替代.miic.c 文件 实现模拟iic通信tcs34725.c 文件实现对颜色传感器的通信 通信常用程序如下TCS34725_Init() 为颜色传感器初始化程序 返回值 true或者false 例 if(TCS34725_Init()==true)TCS34725_GetRawData() 为采集颜色. 返回值 true或者false 例 if(TCS34725_GetRawData()==true) 颜色数据储存在已经定义的静态变量中.颜色读取 为 调用u16 GetRData(void);u16 GetGData(void);u16 GetBData(void);u16 GetCData(void); 这四个函数读取静态变量的数值并分别返回16位的R,G,B,C值.RGBLEDOFF RGBLEDON 分别是灯光开关.颜色传感器,采集时长设置在 tcs34725.c 文件中 的void TCS34725_Setup(void){ TCS34725_SetIntegrationTime(TCS34725_INTEGRATIONTIME_154MS); TCS34725_SetGain(TCS34725_GAIN_16X);}TCS34725_SetIntegrationTime 是设置单次采集时长TCS34725_SetGain 是设置多次采集的次数. 这两个函数需要的参数 选择在tcs34725.h 中. 自行组合在速度和准确间取舍.
上传时间: 2022-06-11
上传用户:XuVshu
基于STM32F103的颜色传感器TCS3200的驱动代码,包含与上位机通信显示颜色的程序.rar
上传时间: 2022-06-28
上传用户:aben
颜色管理 TCS34725 颜色传感器Arduino库及应用教程
标签: 颜色管理 tcs34725 颜色传感器 arduino
上传时间: 2022-07-22
上传用户:kingwide
为解决电致变色器件的颜色变化受外界环境颜色控制的问题,设计了一种基于单片机的便携式颜色自适应识别电路。与传统颜色识别电路相比较,该电路利用数字式的颜色传感器来获取外界环境颜色,产生的数字颜色信号易于单片机进行处理。在电路中,下位机部分主要负责获取电致变色器件变色参数及控制电致变色器件的颜色变化;而上位机部分主要负责把下位机获取的电致变色器件变色参数进行电压到颜色的曲线拟合,并通过蓝牙通信把拟合曲线参数传递给下位机。结果表明,该电路能自动根据环境颜色提供-4~4 V范围步进为0.1 V的电压来驱动电致变色器件的颜色显示,与传统的颜色识别电路设计相比,识别的精度和速度都得到了明显改善。 Abstract: In this paper, a portable adaptive circuit for color identification(PACCI) based on MCU was designed. Compared to the traditional color identification circuit, the PACCI adopts digital sensor to detect the color data from external environment and further generate digital color data, which can be processed easily by MCU. In PACCI, the slave is mainly responsible for detecting the color parameters of the corresponding elcreochromic device and further driving it. For the master, which is mainly responsible for the color curve fitting based on the parameters of the electrochromic device, and transmits the fitting parameters to the slave through the bluetooth device. The results show that the PACCI can provide the basis voltage range from -4V to 4V automatically based on the colors of external environment with step as 0.1V to drive the corresponding electrochromic device. Compared to the traditional color recognition circuit, the recognition accuracy and speed of PACCI have been improved significantly.
上传时间: 2013-11-09
上传用户:franktu