Cleric-K / vJoySerialFeeder

Feed Virtual Joystick driver with data from a serial port
GNU General Public License v3.0
252 stars 55 forks source link

dji rc N1 #68

Open ivan-ef opened 1 year ago

ivan-ef commented 1 year ago

Please add dji RC N1

Cleric-K commented 1 year ago

Hi, I don't have such a unit to test with. Do you know what kind of receivers it uses? Is the protocol documented?

ivan-ef commented 1 year ago

Sorry for late reply. I searched but didn't find documentation. There is a python script containing serial commands https://github.com/usatenko/DjiMini2RCasJoystick/blob/master/main.py Please take a look, maybe it will be easy to implement if you are familiar with it.

Cleric-K commented 1 year ago

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 running. I'll have to make test code, send it to you, you'll have to try it but if it doesn't work it will be very difficult to find out what's the problem. It will be trial and error which will take a lot of time. I'll see if I can make some test code but it will probably be in a few weeks from now because at this moment I don't have the needed time.

ivan-ef commented 1 year ago

I'll see if I can make some test code but it will probably be in a few weeks from now because at this moment

it will be very helpful for me. I will be happy to test the code

Cleric-K commented 1 year ago

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?

ivan-ef commented 1 year ago

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?

no, but phantom remote serial codes looks different