- Posts: 16
CX10-C camera button captures
- Edwin
- Topic Author
- Offline
My cx10-c flies great with the cx-10 blue-A protocol, I just cannot figure out how to control the camera with my devo 7e. As I understand it the specific control has not been implemented yet in the protocol.
I have made three spi captures on the stock transmitter with my new logic analyser :
- binding of cx10-c to stock transmitter
- 3 times pressing the camera button (takes a snapshot to sd card)
- 4 times pressing the video button (alternately starts and stops the video recording)
the files are here : drive.google.com/file/d/0Bxf-446WD7Euand...OVE/view?usp=sharing
I do not have the skill to figure the protocol out but hope that someone can use these files.
Please note that is the first time using this logic analyser so if something is wrong please let me know.
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
Time [s] Packet ID MOSI MISO
0.112485 0 0x3F 0x0E
0.112519 0 0x4C 0x00
0.112553 0 0x84 0x00
0.112587 0 0x67 0x00
0.112622 0 0x9C 0x00
0.112656 0 0x20 0x00
0.112692 1 0x3E 0x0E
0.112725 1 0xC9 0x00
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.
- Edwin
- Topic Author
- Offline
- Posts: 16
The files are here : drive.google.com/file/d/0Bxf-446WD7EuZVp...TUE/view?usp=sharing
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
source: bitbucket.org/goebish/deviationtx/branch/CX10A#diff
There's a new CX10 protocol format option: "C", channel 7 controls snapshot, channel 8 controls video recording.
Please report
Please Log in or Create an account to join the conversation.
- Edwin
- Topic Author
- Offline
- Posts: 16
I will test it tonight and report back.
Please Log in or Create an account to join the conversation.
- Edwin
- Topic Author
- Offline
- Posts: 16
just tested your build, set the protocol to type C and assigned channel 7 and 8 to a switch
- video on channel 8 works great it works both for toggling video on/off if pressed for a short time or it will record as long as the button is pressed for a longer time and stops when you let go.
- snapshot on channel 7 does not seem to do anything unfortunately...
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/s/3ps266s588kx2kn/deviat...0.1-ce934b9.zip?dl=0
Please Log in or Create an account to join the conversation.
- Edwin
- Topic Author
- Offline
- Posts: 16
I will fully charge the quad and check once more
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.
- Edwin
- Topic Author
- Offline
- Posts: 16
thanks a lot !
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
Here's a correct one, can you test it please ?
source: bitbucket.org/goebish/deviationtx/branch/protocol_q282
I removed "C" protocol format option, it's useless, just use "Blue-A" protocol, I checked that the new flags don't disturb the "old" blue.
Please Log in or Create an account to join the conversation.
- Edwin
- Topic Author
- Offline
- Posts: 16
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/s/vb34z9iouo7guv5/deviat...0.1-804fa92.zip?dl=0
Please Log in or Create an account to join the conversation.
- Edwin
- Topic Author
- Offline
- Posts: 16
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- CX10-C camera button captures