- Posts: 268
fbl100
- suvsuv
- Topic Author
- Offline
www.rcgroups.com/forums/showthread.php?t=1732214
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
NFR24L01, CC2500, A7105, CYRF6936. For the most part, these are not compatible with each other.
Getting modules is easy. search on ebay or aliexpress and you'll find no shortage. All of the modules use an SPI interface. You can get modules with built in PA/LNA amplifiers to provide additional range.
To implement a new protocol, you need a logic analyzer, and to wire it to the transmitter or receiver (or sometimes both). This can be quite challenging as often there are no pads to solder to, and the chips are all QFN package which is a real pain to work with.
Then you need to capture initialization, binding, channel-selection, and data transmission and decode it to figure out what is going on.
It is not a trivial process. Some protocols are trivial. The Hubsan protocol only took a day. Some are hard. DSMX is still not fully known (though we have enough to implement it on the transmitter). Most fall in between and take a lot of work to analyze.
I have put transmit modules on my RaspberryPi which makes development a lot faster than doing it on the actual Tx, but you still need to go through all of the steps above.
Please Log in or Create an account to join the conversation.
- Hexperience
- Offline
- Posts: 588
Not a hard thing to wire up other than the fact that the 8s uses pretty low voltage compared to some other radios. (9x for example).
Would the 8s be ok on a fully charged 2s lipo? If not what about a life?
I think I like playing with radios more than flying!
Cheers!
There are 10 types of people in this world. Those that understand binary and those that don't.
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
- Posts: 317
Just bought pair from him other week, price great postage was slow'ish. Range is ok I have a pair for wireless sim link. Kyle on RCGroups used them for Solo Pro module he coded. Pretty sure they would good enough.
If you want more range www.aliexpress.com/store/product/Free-sh...18950_605350832.html
that one is not the cheapest I've seen but gives you an idea.
Please Log in or Create an account to join the conversation.
- suvsuv
- Topic Author
- Offline
- Posts: 268
Thanks for the sharing , I just ordered the same module but it is much cheaper , only RMB4.50, less than $0.8/each as I am in ChinaSadSack wrote: www.aliexpress.com/store/product/Free-sh...18950_603760826.html
.
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
- Posts: 317
had i known you could have got this www.aliexpress.com/wholesaleproduct/whol...-Transmission-Module
Nicer layout
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Maybe I should look into taking 4 boards without PA, and attach them to a main board that contains the necessary digital switches and a PA. It would be easier than laying out hundreds of smt components and then soldering them in place by hand. Mymain purpose was to figure out how to keep the cost down. but you can get reference boards for ~$2 or less for all 4 chipsets, if I could get a board layout and the necessary switches, i might be able to make a universal module in the $20-$25 range. I'll give it some thought.
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
- Posts: 317
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
I don't know what you mean by:
Universal multi hub
Muli Format Sensor Hub
MultiWii
DMS2
But from previous discussion, I am guessing you mean a module that would support lots of protocols and plug into the trainer port (like Hammer's module)? If that is the case, then you are right, I am not interested in working on such a thing even though I'm sure it would sell quite well.
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.
- rototophe
- Offline
- Posts: 110
I did open a thread a few weeks ago in this heli:
deviationtx.com/forum/6-general-discussi...124-wltoys-v922#3640
Last time a hear WLToys was planning to put on the market, on top of the V922, a smaller version, like nanoish size sometime at the beginning of the year
Please Log in or Create an account to join the conversation.
- suvsuv
- Topic Author
- Offline
- Posts: 268
The Fl100 & WLv922 should used the same RX with nrf24l01 as transceiver. From what I know about, the rx works in 2481Mhz , its air data rate is 1Mhz. Since the Cyrf6936 also support GPSK mode in this frequency, PB, do you think that the DEVO TX can communicate with FBL100/v922 without add an external Nrf24l01 borad?PhracturedBlue wrote: I ordered a WL V922 which I believe shares the same protocol used by the fbl100. We'll see how it looks once it arrives.
Please Log in or Create an account to join the conversation.
- stevecox
- Offline
- Keep swinging
Adelaide
Please Log in or Create an account to join the conversation.
- stevecox
- Offline
- Keep swinging
Adelaide
Please Log in or Create an account to join the conversation.
- Mullson
- Offline
- Posts: 114
Please Log in or Create an account to join the conversation.
- Daryoon
- Offline
- Posts: 260
The reason is, the HiSky protocol supports the following heli/quads:
HiSky FBL100
Turnigy FBL100
WLtoys v922
HiSky FBL80
HiSky FBL70 (mSRX sized fixed pitch)
HiSky FBL90 (mCPX sized fixed pitch)
HiSky FF120 quad
Turnigy micro QBot quad
Please Log in or Create an account to join the conversation.
- Daryoon
- Offline
- Posts: 260
The SkyArtec guys provided hardware and encourage development of the protocol into Deviation.
Plus, the "E" chip used on the FBL100 makes it harder to snoop the SPI packets. So you put it aside for when you can make a setup that can snoop via the airwave.
Plus, the FrSky uses the same transceiver as the SkyArtec one. And your desired to get FrSky working help to encourage hacking in CC2500 support.
Please Log in or Create an account to join the conversation.
- DarkWolf
- Offline
- Posts: 70
So is the V922 not the same protocol as the V911, etc? That'd be disappointing if I couldn't use my Devo on it since it's on my buy soon list.
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.
- Daryoon
- Offline
- Posts: 260
I love my T9x_er9x. But the DeviationX and it's multiple protocol support is just too enticing.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- fbl100