ELRS receiver keeps getting unbinded after a reboot
-
Hello,
I'm using a Starling 2 Drone with ELRS receiver(915 MHz). Every time I reboot the drone or disconnect the Battery the receiver gets unbinded from the Trasmitter. Once I reboot the entire system, the receiver will be powered but won't enter
Bind mode
. The receiver enters Bind mode only if I need to physically unplug and plug-in the receiver again and then reboot while transmitter remians switched off.How can I solve this issue of avoiding to physically unplug and plug-in again?
-
@Jetson-Nano unsure if I am following here - you only need to bind an ELRS controller once and that is it - instead of rebooting you can just force it into bind mode from the terminal via
voxl-elrs --bind
and that is it. If you disconnect the battery from the drone, ofcourse the controller is going to lose connections to the transmitter since the receiver is no longer receiving power.As for why connection isnt established immediately is most likely because you have to wait about a half minute for the ELRS driver in PX4 to finish booting in order to stream in the necessary packets - lmk if this helps.
Zach