- Posts: 2
Frsky compatibility
- michadev7e
- Offline
following do not work for me:
-nightly build on a Devo7e with cc2500 that binds and receives the rssi and 2 voltages from receiver
-telemetry activated on serial3 with 9600baud from a sp f3 with cleanflight 1.14.1
-connected with RX of a D4R-II with the original firmware
i thought the telemetry_inverted parameter works only for softserial, but receiving the serial data from the FC makes a difference if its ON or OFF.
softserial is not outputting any data for me even msp data in different baud rates, neither on softserial 1 or 2. havent figuerd out yet, way.
could it work with hardware Uart3 ?
thank you for your work with this combination.
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
If you're only interested in battery voltage you can build a voltage divider to scale the voltage to under 3.3V and connect to the D4Rii AD2 input. The result will be displayed in the Volt2 telemetry box. It can be scaled with the AD2GAIN protocol option to display the full battery voltage.
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
- Posts: 983
Although possibibility to keep track of the lowest lipo cell, so monitoring and alert the individual cells would be super feature
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
Looked at implementing serial output for Frsky since it's implemented in FrskyX (for transmitters other than 7e). It's more work/code in Frsky to duplicate the serial output of a DJT/Taranis. Didn't find much evidence on the intertubes that this feature is used. No youtube how-to's on how to build decoders or anything recent of FLD-02 in use. So not planning to implement Frsky serial port telemetry output unless requested.
Please Log in or Create an account to join the conversation.
- michadev7e
- Offline
- Posts: 2
#define HAS_STANDARD_GUI 0
#else
#define HAS_STANDARD_GUI 1
#endif
#define HAS_ADVANCED_GUI 1
#define HAS_TELEMETRY 1
#define HAS_EXTENDED_TELEMETRY 0
#define HAS_VIBRATINGMOTOR 1
#define HAS_EXTRA_SWITCHES OPTIONAL
#define HAS_MULTIMOD_SUPPORT 1
I have 3x2 extra switches and 3 modules installed. turning off standard mixer and vibration could save enough for extended telemetry ? by the way, in every hardware.ini i saw online no one has enabled the vibration motor. is it supported ?
i also think the individual cell monitoring would be nice. till now, I am using a lipo warner on the balancer connector, and usually its always the same cell taht reaches first minimum...
Please Log in or Create an account to join the conversation.
- Smarti
- Offline
- Posts: 17
I have the same configuration (MultiMod / 3x2 Switches) and it would be great to get hup telemetry or only current and individual cell monitoring working on a "standard" 7e
On the other hand extended telemetry on trainer port is also nice. Just use a arduino + 16x2 LCD to display should be fine.
1. Devo 7e Ultimate: Multimodule - CC2500, NRF2401, A7105 + Switchmod + 2x Poti
2. Devo 7e Ultimate: 4in1 Modul, still upgrading
Hobby Horizon 350 QX, QAV250 FPV Racer, JXD385, WLToys 272, Estes Proto X
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
The vibration motor only has to be enabled in hardware.ini if it's an add-on. Works fine on my devo 10.
Please Log in or Create an account to join the conversation.
- kabo
- Offline
- Posts: 32
Thanks larry
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
#if 0
static const char * const frsky_opts[] = {
_tr_noop("Freq-Fine"), "-127", "127", NULL,
_tr_noop("Freq-Course"), "-127", "127", NULL,
NULL
};
#endif
Please Log in or Create an account to join the conversation.
- mike_j
- Offline
- Posts: 20
I'm sure it's a perfectly innocent spelling mistake, but it looks really unprofessional.
Please Log in or Create an account to join the conversation.
- kmewes
- Offline
- Posts: 30
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
AD2GAIN: The VOLT2 telemetry value (AIN input on X4R) is multiplied by this value divided by 100. Allows adjustment for external resistor divider network. Default 100 (gain of 1). Range is 1 to 2000 (gain of 0.01 to 20.00).
Please Log in or Create an account to join the conversation.
- kmewes
- Offline
- Posts: 30
Where can I find this manual?
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- Frsky compatibility