Home › Forums › Everything about the Mini Tricopter › Triflight 0.5
Tagged: CAN
- This topic has 5 replies, 4 voices, and was last updated 6 years ago by
ElectriSean.
-
AuthorPosts
-
24 July, 2016 at 11:42 #31394
lauka
Participant0.5 is finally released: https://github.com/lkaino/Triflight/releases/tag/0.5
24 July, 2016 at 14:49 #31402Terje
ModeratorThat is simply awesome! Great work lauka 🙂
Flashed the F3FC acro board without problems. Some stuff in the default that made me go: huh?
– Seems like the enabled MSP on serial 1 is messing the S.BUS setting up?
serialrx_provider = SPEK1024 -> I would have preferred: serialrx_provider = S.BUS (X4R-SB)
serial 0 1 115200 57600 0 115200 -> I would have preffered: serial 0 64 115200 57600 0 115200Exiting CLI disconnects the board? Setting auto-connect lets you work normally with it though.
Then enabled SerialRx while MSP was still enabled on UART1: Seems to have bricked the board?!?
Tried with my secondary board (got two) – would not connect either. Restarted my Mac, still no connect. Reflashed the board, disabled MSP on UART1 and enabled SerialRx. Seems to be working…24 July, 2016 at 15:35 #31406lauka
ParticipantThose are all Cleanflight 1.13 features I believe. MSP is set for UART1 as default. SPEKTRUM1024 is set as default.
Not sure about CLI rebooting the board but I believe it’s in Cleanflight as well.
I’d like to keep it as close to Cleanflight as possible for easier merging and finally pulling back to Cleanflight in future.
24 July, 2016 at 16:49 #31421Marlon
ParticipantHi,
I’m using the original DYS 2208 setup. Do is still need to paste these in CLI settings?
set p_pitch = 43
set i_pitch = 30
set d_pitch = 26
set p_roll = 49
set i_roll = 30
set d_roll = 48
set p_yaw = 170
set i_yaw = 45
set d_yaw = 45
set roll_rate = 75
set pitch_rate = 75
set yaw_rate = 75
set tri_motor_acc_yaw_correction = 16
set gyro_soft_lpf = 90.000
saveWhat about CAN support?
But by all means I love these updates THANKS!26 July, 2016 at 19:08 #31523lauka
ParticipantReminder to everyone updating to 0.5 (or any other version that wipes the configuration) and using a servo feedback wire: Remember to rerun the servo speed calibration! If you don’t do this the FW doesn’t know the position of the servo. Pitch back in unarmed tail tune mode. This will rewrite the servo calibration to configuration. The calibration parameters are not in CLI so you can’t copy them from previous version.
I will add this to the release notes also.
27 July, 2016 at 05:54 #31549ElectriSean
ParticipantGreat timing, I hope to maiden mine this weekend 🙂
-
AuthorPosts
- The forum ‘Everything about the Mini Tricopter’ is closed to new topics and replies.