So we are using uavtalk for telemetry.
But when you have a other type of tx you cant get telemetry on your unit (TX).
So i started looking for what has been done and what's available.
To my surprise no one is making a module that simply does a conversion and directly send it to tx-telemetry.
They all are telemetry modules with the option to add sensors (but the mainboard already supplies that info)
So started to look deeper ( for rev, having a DX18+revo)
1 revo talks uavtalk
2 DX18 talks dsm
3 needed rfchip CYRF6936 (or one that works)
4 needs soc, arduino type soc
5 source code - > dsm already known, uavtalk also known
So what you get is:
uavtalk (or any) out-> soc ->internal conversion to needed protocal -> output to rf -> tx-telemetry recever
So it's really possible, wish i had coding skills i could have build that (well i can build it, just not code it
)
So can some one build somthing like this -> which also add support for all other (just simple app where we can choose in and out protocol, even optional rf module to add support for other TX's)
or even a already done hardware just, rewright of code.
What do you think, and for the coders,
start coding