Propeller Chip Question involving Rx Pass Through

How come in the following PUB module that I am executing via a separate COG, The Rx Inputs that I am receiving for channels 1-4 and 6 stop when I flip the gear switch (channel 5) ?repeatstackRxPass1 := bs2.Pulsin(RxInput1, 1)stackRxPass2 := bs2.PULSIN(RxInput2, 1)stackRxPass3 := bs2.PULSIN(RxInput3, 1)stackRxPass4 := bs2.PULSIN(RxInput4, 1)stackRxPass5 := bs2.PULSIN(RxInput5, 1)stackRxPass6 := bs2.PULSIN(RxInput6, 1)if stackRxPass5 > 770stackGear := 0 'Offlaststackgear := 0elsestackGear := 1 'OnThis is curious. I want to continue to have control of all channels when I flip the gear switch in the scenario I am working on.

You need to be a member of diydrones to add comments!

Join diydrones

Replies are closed for this discussion.

Replies

  • I have resolved this issue. Thanks.
This reply was deleted.

Activity