Hi @senzai,
Could you please, execute in your Brain the following binary and provide the output?
You can compile this example from sources, APM provides some tests.
How to compile them?
For example, we'll take this Baro example, here the
links to example source.
In order to compile the example, type:
make erlebrain2
When the compilation finishes , you can see the binary in the same folder, then copy this binary in your Brain and execute it:
sudo ./BARO_generic.elf
NOTE: to run it successfully, you need stop other instances of APM firmware. If you see that is running, stop it typing sudo systemctl stop apm
and kill the process typing sudo killall -9 Ardu{Copter/Plane/Rover}.elf
, depending your vehicle.
Regards,
@LanderU