-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for JETI MULI6S cell voltage monitor #10569
Comments
There are no devs who own jeti stuff as far as i know. |
I can use the sensor with my JETI radio easily but if I use INAV for ease of launches of my EDFs (and extra stability) then I don't have a way to connect the sensor to the reciever directly. And since INAV works with JETI (I get INAV telemetry data on my JETI radio) I thought about implementing support for that sensor. Which would benefit anyone as we could monitor every cell separately in case one goes bad in flight earlier, as cell voltage might not display it properly then because in INAV cell voltage is basically input voltage / calculated number of cells so if one cell goes down faster than others the total value might still not be enough to trigger the alert But I still need to check, maybe I can use both the MULI 6S and INAV with Jeti reciever at the same time. |
Wich RX do you use? If u have a REX RX than u can use E1 and E2 for INAV (EXBUS) and the EXT Port for your sensor. |
RSAT2 EX, using the EXBUS protocol as RC signal for the FC through an UART. |
ok, then you have no further possibility to connect a sensor. |
So only walkaround now is a new reciever that can have more than one connection and connect it to INAV and separately add the MULI sensor. |
Yes, i think so. I prefer the newer REX RX. |
OK. I'll give it a try then. |
The likelyhood of this being added is very small. No one in the team has hardware to test/developer. Is there at least documentation on the protocol anywhere? |
@mmosca Yes here are both. EXBUS and Telemetry protocol. |
My limited knowledge was that since I fly some LOS planes with my JETI radio, JETI reciever and INAV on board and I can control my plane and also display a lot of INAV telemetry on my radio I thought the protocol and stuff is already known :) |
I've realised I have one REX7 EX reciever. Just checked, I can connect it with EXBUS to my FC and also connect my vario to the Ext port. |
Current Behavior
Up to now INAV has a decent cell voltage calculation based on autodetection of pack voltage on powering up
Desired Behavior
Ad option (with external sensors) to monitor each pack cell separately and allow to either display all the separate cell voltages on OSD or at least make the lowest cell voltage appear on the OSD in the "cell voltage" slot
Suggested Solution
Add option to read data from JETI Muli 6S EX external sensor which provides telemetry data to JETI radios with cell voltages.
I know INAV works with JETI system so I am pretty sure it is doable to read the data from that sensor somehow through UART probably.
https://www.jetimodel.com/katalog/muli-6s-module-ex-1.htm
Who does this impact? Who is this for?
Anyone who wants to monitor closely his packs when pushing them to the limit. For me it would be most useful for LOS EDF jets where packs are stressed a lot and sometimes overall pack voltage might not suggest one cell going bad earlier etc.
The text was updated successfully, but these errors were encountered: