- Posts: 260
V202 protocol
- Daryoon
-
- Offline
I was wondering how come the 202 protocol only has 6ch support?
I was able to bind to the v222, which is the new protocol WLToys v959. The quad with support for camera and other accessories.
Looking at PB's FlySky support of the v9x9 quads, he said that the accessories are on channel 5,6,7.
I was able to enable channel 5 mapping on the v202 protocol to turn on and off the v222's LED. But I wasn't able to enable camera. And for some reason, Channel 6 didn't turn on video either.
Anyways, just curious on your thoughts for enabling the additional channels on the v202 protocol.
Thanks as always.
Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386

Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- Daryoon
-
- Offline
- Posts: 260
I am using a Devo 7e.
Is PB doing the same thing with the FlySky protocol for channels 5,6,7?
According to the manual:
WLToys V9x9: Enables enhanced protocol configuration for use with WLToys V959,
v969, etc models:
• Lights are controlled by Channel 5
• Video is controlled by Channel 6
• Camera is controlled by Channel 7
Could the source code give clue to how the special byte is mapped? Not sure if it's done the same way on the v2x2 protocol, but it may be a good clue?
I'll be happy to help test as always. Thanks Victzh.
Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
On the other hand, there are limited number of bits in byte and we know functions of 4 of them - 2 used in binding packets, 1 for LED and 1 for auto-flip. So there are only 4 more and I can map them to channels 7-10 and you check what's happening if you turn this channels on and off.
Please Log in or Create an account to join the conversation.
- Daryoon
-
- Offline
- Posts: 260
Please Log in or Create an account to join the conversation.
- RandMental
-
- Offline
- Posts: 521
Daryoon wrote: Thanks victzh. Yes, pin#3 is CE. Here's the schematic.
Would I still need pin#2 connected? Couldn't I just bridge pins 2 & 3, and then connect to the VDD point on the Devo7e motherboard?
Hi Daroon
Could you please repost the schematic or pin connections to add the 24L01 to the Devo7e or 8s. It seems it is not available on the original link.
Please Log in or Create an account to join the conversation.
- Daryoon
-
- Offline
- Posts: 260
I can see it just fine. It was posted a couple of pages back.
Server was down for a while. But as of yesterday, everything should be back to normal.
Please check again and let me know. THanks.
Please Log in or Create an account to join the conversation.
- RandMental
-
- Offline
- Posts: 521
Daryoon wrote: Hmmmm
I can see it just fine. It was posted a couple of pages back.
Server was down for a while. But as of yesterday, everything should be back to normal.
Please check again and let me know. THanks.
www.hacksmods.com/wp-content/uploads/201...01_Schematic_PCB.jpg
still fails ?

Please Log in or Create an account to join the conversation.
- Daryoon
-
- Offline
- Posts: 260
Please Log in or Create an account to join the conversation.
- RandMental
-
- Offline
- Posts: 521
Forbidden
You don't have permission to access /wp-content/uploads/2013/05/nRF24L01_Schematic_PCB.jpg on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Please Log in or Create an account to join the conversation.
- bluescrn
-
- Offline
- Posts: 1
I've just got my V202 flying with a Devo8 (using the module from the stock TX). As with the Hubsan-compatible module that I installed a while back, it was a surprisingly painless process and worked first time

(The inside of my Devo 8 is a bit scary looking now, though!...)
Please Log in or Create an account to join the conversation.
- Irv
-
- Offline
- Posts: 2
I don't have this problem with the nRF24L10 module and was wondering if anyone else has noticed it. If I got a couple wires mixed up it wouldn't work at all right?
Please Log in or Create an account to join the conversation.
- jason4207
-
- Offline
- Posts: 59
Please Log in or Create an account to join the conversation.
- jason4207
-
- Offline
- Posts: 59
victzh wrote: I'll check but I don't think that V9x9 is somehow connected to V2x2 - they're developed by two different companies - FlySky and someone else - on contract with WLToys. This, by the way, was quoted as the reason they've changed protocol and radio.
On the other hand, there are limited number of bits in byte and we know functions of 4 of them - 2 used in binding packets, 1 for LED and 1 for auto-flip. So there are only 4 more and I can map them to channels 7-10 and you check what's happening if you turn this channels on and off.
I'm willing to help too! I'd love to get this working. I can fly the V222 so much smoother with the 7e, and I'd love to film and use the other accessories with that added level of control.
Do what you can man!

Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- jason4207
-
- Offline
- Posts: 59
Whenever you have time man. I'm patient.
Thanks!!!

Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
I added channels 7-10, mapping them to the rest of unknown flags. Attached is today's grab of PB's deviation repo with my patch, built for Devo7E
You can try, with some caveat:
1. I don't have Devo7E, so it can not work at all - I just built it for you.
2. I built this for Devo10 and tried it. My 2/3 of main screen stopped showing (menus work fine, you can operate all of them). The same problem is in tonight's deviation official nightly build, so probably it's OK. My V202 flies fine.
The mapping is as follows - any channel value <=0 - flag is reset, >0 - set.
Try for channels 7 to 10, report your impressions.
Have a good working DFU nearby (not tonight's), just in case.
Enjoy!
Please Log in or Create an account to join the conversation.
- Daryoon
-
- Offline
- Posts: 260
But you can go into your Model Menu's Main page config to set what each box does.
But like victzh said, despite the home screen looking sparse, the rest of the menu functions like before.
I am walking user:Heli Pad through to test out the new additional channel.
As usual, Thank You for your work on this.
Please Log in or Create an account to join the conversation.
- Daryoon
-
- Offline
- Posts: 260
Ch 8 successfully trigger the video mode and captured video.
Wait, he reports some photos were taken as well. Not sure how yet because the camera module LED light did not blink.
Please Log in or Create an account to join the conversation.
-
Home
-
Forum
-
Development
-
Protocol Development
- V202 protocol