Cleric-K
Cleric-K
Hi, I don't have such a unit to test with. Do you know what kind of receivers it uses? Is the protocol documented?
It won't be hard to implement but since I don't have such a unit to test with, it could be quite a hassle to get it to the point of...
I haven't yet had time to write the code but it occured to me that there's already implementation for DJI Phantom (another person wrote it). Have you tried with it?
Hi, you won't be able to use SBUS with FTDI. The reason is that the SBUS signal is inverted (uses opposite voltage to the one FTDI expects). Take at look...
I don't know about a dongle with inverter but as you may have seen in the docs, you can use an Arduino if you happen to have one. Universal RC...
Yes, XOR should work too. What model of the STM board did you buy?
Hi, this looks like a good find. I didn't know FTDIs can be reprogrammed in this way. If you have the FT232R model you can give it a try.
Check out this: https://github.com/Cleric-K/vJoySerialFeeder/issues/3#issuecomment-379047569
Great, I'm glad it worked. You can export configurations as JSON files from the menu and they can be then imported at another machine. I'll be happy to get feedback...
On a system level the storage is somewhere in `User\AppData\Local\vJoySerialFeeder\...` but that's not considered portable. The proper way to share profiles is to export them as JSON.