See this thread where I gave the wrong answer.
Quicktune
It works of a f4. I used it with a heewing fx-405 v2. No sd card needed. I had problems with a matek f405 te. I had gps configuration problems.
I did see that thread, my question was more of if the script is able to be used in Copter firmware as well, as all I’ve found so far is related to plane firmware, in the custom firmware builder. If I build for a copter target in the custom firmware builder and include that “plane” specific feature like @Rolf mentioned in the other thread, will I be able to use it when flying a copter?
@Target0815 if the protocol is the same then we should just be able to support it by adding the baudrate to the list supported by F.Port2
If I gave you a test firmware could you try it? What board would you need it for?
unfortunately you can’t use it with copter, the copter lead developers declined to have it supported in copter. On copter you have to use the lua script for quicktune
Ah I see. Thanks, @tridge !
We have just released plane 4.6.0-beta3. This is a minor update over beta2.
- Board specfic changes
- AEROFOX-H7 support
- AET-H743-Basic support
- ESP32 memory initialisation fix
- MicoAir743AIO and MicoAir743v2 support
- OrqaF405Pro supports ICM42688 IMU
- TBS Lucid Pro support
- Plane related enhancements and bug fixes
- RC aux channel option documented for C++ QuikTune
- TECs uses external HAGL (if available) for landing
-
DDS/ROS2 pre-arm check and copter takeoff service
-
Bug Fixes and minor enhancements
- BATTx_OPTIONS param desc fixed
- BLHeli telemetry ESC index fixed on boards with IOMCU
- CAN manager logging critical race condition fixed (only occurred if CAN_LOGLEVEL was 1 or higher)
- DShot EDTv2 logging fixed
- ICM45686 IMU FIFO read rate fixed (could read unnecessarily quickly)
- LDRobot LD06 proximity driver prevents possible read buffer overrun
- LDRobot LD06 proximity driver averages over 2deg slices (was 12 deg)
- RunCam/OSD menu movements obey RC channel reversal
- Topotek camera gimbal pitch rate control direction fixed
- TradHeli AutoTune rate and accel limiting fixed
- VTOL-quiktune script gets QUIK_ANGLE_MAX to prevent bad oscillation if tuning algorithm fails
As always we very much appreciate any help we can get with beta testing so all feedback is very welcome!
Flights and transitions with a small tri- tilt VTOL (Matek H743 Wlight, Qstabilize, FBWA) without any anomalies. With a small fixed wing, take-off, FBWA and guided mode (guidance controlled by LUA script) worked with 4.6.0 beta 3 perfectly.
Rolf