PX4-Flow icon indicating copy to clipboard operation
PX4-Flow copied to clipboard

Firmware version onboard

Open darkom-ltu opened this issue 6 years ago • 2 comments

Hello,

Is it possible to read which firmware version is currently on PX4FLOW? I notice performance degradation when I upload the newest firmware with exactly the same parameters I had on the one which sensor came with.

I also wonder if it would be possible to get 'hex' out of the PX4FLOW sensor out as a 'backup' and flash another sensor with it? I currently have 1 working on older firmware which works well and 2 on the newest one with much worse low light performance, even all parameters are the same.

darkom-ltu avatar Jul 25 '19 17:07 darkom-ltu

Can you check that EXPOSURE_MAX and BRIGHT params are the same as before?

mike239x avatar Feb 05 '20 09:02 mike239x

I was wondering about the version currently available via QGroundControl, so I grabbed it from AWS and ran:

cat px4flow.px4 | strings

This gave the following info:

  "git_identity": "1bb4e50-dirty", 

So apparently that build is from code submitted August 2017.

tstellanova avatar Jul 18 '20 22:07 tstellanova