- Posts: 983
Serial out for LRS boxes
- Fernandez
- Offline
But the future would be a direct control of lora module by deviation, than question is which protocols to support, topic is already open....
www.deviationtx.com/forum/7-development/...-sx1278-sx1276#64547
Please Log in or Create an account to join the conversation.
- xfapv
- Offline
- Posts: 23
I also tried running crossfire on my Spektrum DX6i (also on trainer port). This didn't work. In particular it established a connection (6ch PPM), it flew for some time, but after a few minutes I randomly had failsaves. I assume that the connection between DX6i and the crossfire module was not stable. The quad disarmed like it has lost some PPM packages. With the devo 12S this problem is solved.
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
- Posts: 983
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
I unfortunately don't have the hardware to test it though.
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
- Posts: 983
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
Please Log in or Create an account to join the conversation.
- xfapv
- Offline
- Posts: 23
I will try to compile your repo tonight.
If I can contribute anything concerning programming let me know (though I have only basic to medium coding skills)
Please Log in or Create an account to join the conversation.
- xfapv
- Offline
- Posts: 23
Waiting for new stuff...
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
You're saying that you can compile and flash it?
Please Log in or Create an account to join the conversation.
- xfapv
- Offline
- Posts: 23
Elmtree wrote: So when I compile and upload my TX shows a blank screen. I tried the most up to date branch on my repo with the serialout branch.
You're saying that you can compile and flash it?
Here´s what I did (most of it is obvious, but I write it down here):
I used the docker container as decribed here:
www.deviationtx.com/wiki/development/docker
git checkout (bash command):
git clone -b serialout https://github.com/Elmeerkat/deviation.git
in PowerShell
docker create -it -v ./devo_builds:/release -v C:\... .... ...\deviation-elmeerkat-git:/git --name deviation_build_serialout_git deviationtx/deviation-docker
docker start -i deviation_build_serialout_git
Then in the dialog box: disabled all but Transmiiter builds: devo12, disabled Update Git
and then build it.
I flashed it on my transmitter using the jar file (DeviationUpload-0.8.0.jar).
Then everything works for me. I can select SUMD in the Setup menu, but I cannot test it, as I dont have a compatible receiver. My crossfire module doesn`t recognize SUMD as input.
Please Log in or Create an account to join the conversation.
- xfapv
- Offline
- Posts: 23
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
Please Log in or Create an account to join the conversation.
- xfapv
- Offline
- Posts: 23
for flashing with jar tool
don`t what this is for??
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
xfapv wrote: compiled for devo6
for flashing with jar tool
don`t what this is for??
Thanks so much, it worked. I'll try to set up the docker environment you did. I hadn't hat luck with it before. I have the SBUS code written I think, but there's a part of the spec that I'm unclear on so I'll need to compare to a real signal and whatnot. I'm working on it though
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
The data encoding for the channel values doesn't look correct. At least the values are bit-reversed and there may be other differences. Haven't looked into the correct encoding code.
Please change the filenames to lower-case before making a pull request. Just keeps things easier when working with both Windows and Linux.
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
Thanks for the changes, I'll be sure to implement them.
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
Please Log in or Create an account to join the conversation.
- Elmtree
- Topic Author
- Offline
- Posts: 60
Any suggestions for the weird packet arrangements would be great though
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- Serial out for LRS boxes