I2C communication

Hello guys,

I’m trying to integrate a device/sensor to PX4 that requires to be send request messages in order to receive different replies depending on the type of requests. It needs to be polled.

I was immediately thinking about a device driver, but wouldn’t it be possible to code it as a ‘simple’ app/module ? The device uses the I2C bus.