SLT sub protocols
- planger
- Topic Author
- Offline
V1 is the current implementation from deviation with support for 6 channels.
V2 is new and supports 8 channels: 4 x 10bit channels and 4 x 8bit channels. It has been tested working on SLT models including a genuine SLT Tactic TR826 RX 8 channels receiver.
Q200 is a slight variation of V2 to enable binding and flying models like the Ominus Quadcopter FPV, the Nine Eagles - FENG FPV and may be others.
Pascal
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
www.dropbox.com/sh/ba8eas16qwlt3nh/AADUN...SHJk6CvIYyzZf-a?dl=0
New formats: V2 and Q200
V1: 6 regular channels
V2: 8 regular channels
Q200: 7 regular channels (1-8 but channel 6 is unused) + 4 extra feature channels:
Channel 9: Mode
Channel 10: Flip
Channel 11: Video on
Channel 12: Video off
source: github.com/goebish/deviation/blob/protoc...tocol/slt_nrf24l01.c
Please Log in or Create an account to join the conversation.
- etoyoc
- Offline
- Posts: 11
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- planger
- Topic Author
- Offline
CH7 and CH8 have no effect on the Ominus.
I've added a new channel for gyro calibration but it's not in the deviation build yet.
Pascal
Please Log in or Create an account to join the conversation.
- etoyoc
- Offline
- Posts: 11
Please Log in or Create an account to join the conversation.
- etoyoc
- Offline
- Posts: 11
I was having a yaw issue. I recalibrated sensors on stock transmitter. No yaw issue on the stock transmitter. Went back to the Devo and had a constant yaw. At max trim, the yaw is cancelled out.
Mode works on 9.
Flip on channel 10 works.
I removed the camera from Ominus, so I didn't check those functions.
Please Log in or Create an account to join the conversation.
- planger
- Topic Author
- Offline
Calibration is implemented in my latest code but we need to wait that someone from the deviation team includes it. It's really a few lines of code...
Please Log in or Create an account to join the conversation.
- etoyoc
- Offline
- Posts: 11
On my Ominus, my rates are flipped. When I switched to 50, 25, 0 I was much happier.
Please Log in or Create an account to join the conversation.
- etoyoc
- Offline
- Posts: 11
Wind speeds were down a little bit at sunset, so I took it out into a field. Awesome flying on max rates / acro.
Thanks for getting the sub protocol set up!
Please Log in or Create an account to join the conversation.
- planger
- Topic Author
- Offline
Source is located here: github.com/pascallanger/DIY-Multiprotoco...col/SLT_nrf24l01.ino
Documentation on models, channels and tips: github.com/pascallanger/DIY-Multiprotoco..._Details.md#slt---11
Pascal
Please Log in or Create an account to join the conversation.
- Moeder
- Offline
- Posts: 796
Will have to wait until goebish is back from his vacation, the subprotocol additions are still in a branch in his repo, so I can't add the recent changes.
Please Log in or Create an account to join the conversation.
- planger
- Topic Author
- Offline
Goebish you need to port the SLT sub protocols I've added since your last attempt.
Pascal
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Please Log in or Create an account to join the conversation.
- JayDrone
- Offline
- Posts: 85
Please Log in or Create an account to join the conversation.
- JayDrone
- Offline
- Posts: 85
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
JayDrone wrote: and so u all know the dfu file took out my bugs 3 min and the new eachine protocols
That's normal, this test build was based off older sources, I just updated it (with extra SLT sub protocols):
www.dropbox.com/sh/ba8eas16qwlt3nh/AADUN...SHJk6CvIYyzZf-a?dl=0
Channel mapping:
Channel 9: Flight Mode
Channel 10: Flip
Channel 11: Video On
Channel 12: Video Off (Q200), Picture Snapshot (Q100 / MR100)
Channel 13: Calibrate (Q100 / Q200)
Try this updated version through I don't think that will change anything, that's weird that you're having those issues as @etoyoc told it was working fine on its end.
@etoyoc can you check out the updated version as well please ?
Please Log in or Create an account to join the conversation.
- JayDrone
- Offline
- Posts: 85
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
I'm wondering why it didn't work with the first test build tho ...
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- SLT sub protocols