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?
已解决! 转到解答。
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.
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.