Firmware/Software Links

📘

Accessing Latest Firmwares

Use the dropdown menu at the top-right to ensure that you are using the latest version of this documentation.

Pixymon Software Files:
Windows: pixymon_windows.exe
Mac: pixyMon_mac.dmg
Linux: pixymon_src.zip
Description: This software is used to view the detection feed from the IR-LOCK Sensor, and upload firmware.
Pixymon Installation Instructions

1464

IR-LOCK Sensor Firmware: (.hex file)
MarkOneBeta_1.0.1.hex

1464

APM:Copter V3.3.3-rc2 IR-LOCK Firmware
Quad: Arducopter_PL_Quad_3.3.3-rc2.px4
Hexa: Arducopter_PL_Hexa_3.3.3-rc2.px4
Octa: Arducopter_PL_Octa_3.3.3-rc2.px4
Source Code: Copter-3.3 Github
Latest Commit: 593db3....
-> Includes precision land feature in Land, Loiter, and Auto modes.
For Developers: If you would like to compile the source code for yourself, you will need to modify one of the submodule files. Simply replace the irlock.cpp file with this file. The irlock.cpp file is located in the following directory: ardupilot\modules\PX4Firmware\src\drivers\irlock

1464

APM:Copter V3.4-beta Firmware:
-> Precision Landing is now a default feature in the latest ArduCopter code. Note that the latest ArduCopter precision landing code requires a sonar/lidar sensor (e.g., SF10/A). Read more here.
-> The Mission Planner parameter names have been changed to "PLAND..." (instead of PRECLND...). See this section for more details.

📘

Compiling APM Code

The best information regarding APM:Copter code development is at the Ardupilot site in the APM wiki.