How should I connect a peripheral such as an IR sensor via I2c?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How should I connect a peripheral such as an IR sensor via I2c?

跳至解决方案
1,767 次查看
nxf58541
NXP Employee
NXP Employee

I would like to create a heat map using the AMG8833 IR Sensor and get a display in real time on a webpage. I am wondering if I can do this by connecting to the FMU like what is show in this link below or if I need to connect it to the Rapid IoT through the FMU or direclty or the Raspberry pi directly through I2C and then publish the data. Any thoughts on the best approach?

0 项奖励
回复
1 解答
1,726 次查看
nxf58541
NXP Employee
NXP Employee

A possible solution would be to connect the sensor to a Raspberry Pi (RPi) and serve the image data from there however you want. Next hardest, I think, would be using the rapid IoT or RPi to read the sensor and vehicle telemetery (through mavlink) to create a map. Hardest would be connecting the sensor to the FMU and write a driver that publishes with uORB messaging then susbscribe to that data on the Rapid IoT or RPi and go from there.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,727 次查看
nxf58541
NXP Employee
NXP Employee

A possible solution would be to connect the sensor to a Raspberry Pi (RPi) and serve the image data from there however you want. Next hardest, I think, would be using the rapid IoT or RPi to read the sensor and vehicle telemetery (through mavlink) to create a map. Hardest would be connecting the sensor to the FMU and write a driver that publishes with uORB messaging then susbscribe to that data on the Rapid IoT or RPi and go from there.

0 项奖励
回复