-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Is there already an issue for this?
- I have searched the issues and there is no existing issue for this feature request.
Is your feature request related to a problem?
With a Lua Script I am trying to send a ping Frame (0x28) to the FC (ESP32 S3) but it does not reach the FC (I am monitoring the serial port and only frames 0x14/0x16 are delivered). I have tried broadcasting the ping and I get answers from the XF Micro TX, XF Nano RX V3 and XF Wifi.
Describe the solution you'd like
I would like to be able to receive in the FC extended Frames
Describe alternatives you've considered
I have modified CRSF.CPP to print the raw received frames, and I have tried sending all frames available in the documentation. Only frames 14 and 16 are delivered. It seems the receiver it is not forwarding the frames over CRSF TX/RX outputs. I honestly don't know what else to do, any help will be more than welcomed.
Additional context
I have a TX16s(Edgetx) with a XF Micro TX(Baudrate:400k) and a XF Nano RX V3 as a receiver. The receiver (CRSF TX/RX) is connected to and FC (ESP32 S3) serial port(Baudrate:416666). I am receiving in the FC the frames 14 and 16 without any problem. Telemetry is enabled and I am successfully sending telemetry frames to the RC.