#Arm at plugin
1 messages · Page 1 of 1 (latest)
The fc send and arm signal to the O3 when it gets power. Basically always armed to get the o3 to unlock power mode.
armed in betaflight means motors spinning, basically
maybe some DJI enthusiasts here. Try facebook betaflight group maybe
This is correct. O3 will not produce full power unless it gets an MSP ARM message
There was another person who clobbered together a solution, but it was not just with an FC and required an Arduino to trigger arming.
The problem with trying to do it with an FC that doesn't have a receiver is that you would need to bypass a bunch of betaflight safety checks, which would require you to modify BF source to remove them and compile your own hex to flash onto your FC
If you are interest in the arduino approach, might be worth asking @N'1k0t_0#6283 about it
thanks!
although at this point, might just be easier to get a second crsf nano and wire it to the fc...