- Posts: 799
V202 protocol
- dc59
-
- Offline
Could Hisky tx(or HT8 module) bind to V202?
Did you try it?
Thanks.
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.
- kingiggy
-
- Offline
- Posts: 12
www.ebay.com/itm/NRF24L01-2-4GHz-RF-Wire...&hash=item2a2ad71f71
Please Log in or Create an account to join the conversation.
- rbe2012
-
- Offline
- So much to do, so little time...
- Posts: 1433
Please Log in or Create an account to join the conversation.
- kingiggy
-
- Offline
- Posts: 12
www.ebay.com/itm/NRF24L01-PA-LNA-SMA-Ant...&hash=item485448cd1d
Please Log in or Create an account to join the conversation.
- dc59
-
- Offline
- Posts: 799
That's a bad news for me,because I have a HT8.Daryoon wrote: It was confirmed in another thread and forum that the v202 does not bind to the HT8. But at least with Vitcz' code, Deviation will be able to with the right transceiver installed.
Thanks, anyway ~~
Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
kingiggy wrote: There is also this one which does have an external antenna.
www.ebay.com/itm/NRF24L01-PA-LNA-SMA-Ant...&hash=item485448cd1d
This one is better, it has power amplifier (PA) which makes it powerful enough to reach more than 15-20m. On the other hand, this one has very bulky antenna connector. Mine had inline connector and I desoldered it anyway and soldered antenna from original V202 module. There is not much space inside of Devo, so I doubt that I will be able to find a place for the third add-on module when I need one. So this bulky connector must go. I used the following module, it is probably no better than yours.
www.ebay.com/itm/nRF24L01-PA-LNA-wireles...&hash=item460a368434
Please Log in or Create an account to join the conversation.
- rbe2012
-
- Offline
- So much to do, so little time...
- Posts: 1433
In the description there is written which chip is used. They can't be exchanged.
For V202 you will need a nrf24L01-module.
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
I implemented it as 6 channel protocol, though actually it is 4 channels + flags for LED and auto flip. So flags are formed dynamically from 2 extra channels.
Auto flip is slightly mysterious, it is apparently not only flag, but some movement of controls which native radio probably implements. So now it works, but only in some cases. Apparently, I need to spend a bit more time with logic analyzer. And may be flying it outdoors to figure out the exact flipping behavior.
So, who's next?

Please Log in or Create an account to join the conversation.
- PhracturedBlue
-
- Offline
- Posts: 4402
Can you summarize exactly how you connected the module? it is just a standard SPI connection with the 'C_en' pin tied to vcc?
I'll need to update the documentation with that info.
Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
The drawback is you need to pick 2 out of 3 possible addons, so I am thinking of either implementing a board with multiplexors, or exploring some universal radio possibilities with direct mode (A7105 has it, but data rate is lacking, and there are more "standard" radio chips with similar abilities, e.g. ADF7242).
Please Log in or Create an account to join the conversation.
- PhracturedBlue
-
- Offline
- Posts: 4402
The downside of the ADF7242 is that the only pre-assembled boards I can find are the official eval boards which run $100 each. While that is fine for development, it woulkd require designing, manufacturing, and selling a custom board for Deviation. Finding a transceiver with a pre-assembled board that could be used at reasonable cost would make the overall project more appealing. But I'm flexible. If you have the knowledge to lead the way, just tell me how I can help

Please Log in or Create an account to join the conversation.
- Daryoon
-
- Offline
- Posts: 260
Can't wait to try a nightly with this code. Now to go purchase the appropriate transceiver.
Please Log in or Create an account to join the conversation.
- RandMental
-
- Offline
- Posts: 521
I plan to have the three additional modules installed (some are still on the way), however I decided it will be much easier to add a small slide switch in the Devo8s battery compartment that switches the chip enable line between the CC2500 and nRF24L01 modules.
This way I have my 3 most use modes available on the GUI and for the 4th, I just need to flip the switch in the battery compartment to enable the nRF. This I believe is a cheap, fail safe and 100% reliable way, with no RF issues or design risk.
Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
PhracturedBlue wrote: The downside of the ADF7242 is that the only pre-assembled boards I can find are the official eval boards which run $100 each. While that is fine for development, it woulkd require designing, manufacturing, and selling a custom board for Deviation. Finding a transceiver with a pre-assembled board that could be used at reasonable cost would make the overall project more appealing. But I'm flexible. If you have the knowledge to lead the way, just tell me how I can help
Yea, I understand the drawbacks of not having a ready made, PA equipped module. But first, ADF7242 has PA inside, it's not that powerful as stand-alone, but anyway, it's 4.8dBm which is better than standard 0dBm. Actually, impedance match and power output is the only physical problem, though it can be solved by tedious soldering of 0402 components and measuring output, or at least, transmitter range. I turned my attention to this particular module because Michael Ossmann of Ubertooth fame planned to use this instead of CC2400.
On the other hand, there is such beast as A7125, which unfortunately does not exist with PA, but it has right bit rate, direct mode (with code examples) etc. May be if we ask politely on Aliexpress, they already have it with PA, or can order it.
The filters is another issue, as you mentioned. I did not dig it deep enough, I've seen that spectral data is specified for CC2500, but don't know about others. Also, modulation can be GFSK or FSK, but what matters is the frequency deviation. Again, I remember I've seen this specified for CC2500 (and it's adjustable), should check others.
I am trying to make a table for different chip abilities and corresponding protocol usage to figure out common ground (if any).
Please Log in or Create an account to join the conversation.
- PhracturedBlue
-
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- victzh
-
Topic Author
- Offline
- Posts: 1386
And yes, I realize that we can't get rid of CYRF6936, nothing else supports very specific DSSS schema they use. By everything GFSK/FSK seems to be achievable.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
-
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- kingiggy
-
- Offline
- Posts: 12
Please Log in or Create an account to join the conversation.
-
Home
-
Forum
-
Development
-
Protocol Development
- V202 protocol