awolf78 / KISS_OSD

(micro) minimOSD firmware for the KISS FC. With all the latest shenanigans.
https://www.youtube.com/watch?v=XR2UEFcM3bA
The Unlicense
51 stars 16 forks source link

ImmersionRC Tramp #7

Closed simc closed 7 years ago

simc commented 7 years ago

Thanks for your awesome work :)

I have two questions:

awolf78 commented 7 years ago

Tramp vTx: Fedorcomander is working on an implementation so you can change channels via the KISS FC GUI. Implementing this on the OSD is unfortunately not possible, as this would require an additional serial port, which is not available on current OSD hardware. Theoretically it would be possible to change channels on the Tramp via the KISS FC - but this would require two things:

KISS OSD CONFIG tool: I wish I could put it all in one so you don't have to flash two different FWs. The issue is space: The ATMEL328 chip does not have enough memory. MWOSD uses an external software for configuration. I thought: if you have to connect the FTDI anyhow, you might as well put it on the OSD - then it is WYSIWYG: What You See Is What You Get.

simc commented 7 years ago

Thanks for the detailed answer ;)

The config tool is a good idea but I hope they support multiple serial ports at the future.

fedorcomander commented 7 years ago

Well... I might move VTX control to PWM5 or PWM6 (which is a bummer on AIO boards)... But for now, i NEED TX to be connected to VTX... Which makes OSD life not easy at all...

awolf78 commented 7 years ago

That's a pain, then you have to use a software serial. Is there no way we can use RX2 or RX3?

fedorcomander commented 7 years ago

Well... I added you commands to control vtx ;) Would be nice to have it implemented ;) The rest it uo to FC what to connect to.

awolf78 commented 7 years ago

Will add vTx for sure. Any chance you can include TPA (to 0x12) as well?

I will check with Felix if we can make use of the other serial ports.

fedorcomander commented 7 years ago

Other serial ports are being used.

I dont think tpa belongs here. Otherwise we are ending up with same configuration monstrosity.

awolf78 commented 7 years ago

Too bad. Anyhow, I'll get this implemented and tested over the weekend. Thanks for all your help!

TPA: I just wanted to add in the "simple" TPA, not the custom one. Only a few extra bytes and it is definitely part of the tuning. I often have to fiddle with TPA once I get close to max P.

awolf78 commented 7 years ago

Time to close this. @fedorcomander Many thanks for all your help and support!

Tramp control is implemented on OSD, now all that needs to be done is a software serial for PWM5 or 6 on KISS FC - but OSD wise we are done.

simc commented 7 years ago

Wow that is great news. Thank you very much. You guys are awesome!!!