问题描述
我正在开发一种用于组合热功率设备的控制器,Raspberry Pi应测量温度并从电子计数器接收测量数据(例如,
ISKRA MT 174 ),因此需要红外接口。我还没有在支持的硬件列表上找到任何设备。
I'm developping a controller for combined heat power devices, a Raspberry Pi shall measure temperatures and receive measuring data from electric counters (e.g.ISKRA MT 174), therefore an infrared interface is needed. I didn't find any device on the supported hardware list yet.
我只有linux的运行解决方案(读取数据,
USB红外接收器/发射器),但我想要一个完整的Windows解决方案。我在C / C ++方面很有经验(至少在x86架构上,ARM会是新的基础),如果需要,我会尝试自己编写一个驱动程序。
I have a running solution only with linux (reading the data,USB infrared receiver/transmitter), but I want a complete windows solution. I am experienced in C/C++ (at least on x86 architecture, the ARM would be new ground) and would try to program a driver myself if needed.
所有人都有建议/提示?工作接收器/发射器?起点?理论上可用的传感器?任何帮助表示赞赏
So does anybody have advices / hints ? Working receivers / transmitters ? Starting points ? Theoretically usable sensors ? Any help is appreciated
Alex
推荐答案
我不知道你是否还在调查这个问题。我不知道你的用例是什么。您可以选择:基于SPI的热像仪,如FLIR Lepton或红外传感器,如MLX90614。
I don't know if you are still looking into this. I don't know what your use case is. A could of options for you: SPI based Thermal camera, like the FLIR Lepton or an IR sensor like the MLX90614.
这篇关于红外传感器需要Win IoT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!