- Posts: 260
Single-Board Universal Module
- Daryoon
- Offline
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- Daryoon
- Offline
- Posts: 260
www.yoybuy.com/
Anybody ever tried?
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
victzh wrote: This one - world.taobao.com/item/27232304992.htm?fr...a.7728556.0.0.nN6PUc - seems to be a Universal Module manufactured by someone with Chinese industrial access. The price is very low - $23 or $37 shipped, less if bought several (90 yuan for the first kilo whipping). I did not buy anything from taobao and don't know how reliable is it, otherwise I wouldn't think twice. And it takes 3 months to ship overseas And it looks like all four radio chips mounted on the board.
Hi Victzh,
This one is 3 in 1 version, NRF24L01 / A7105 / CC2500.
150 RMB
and here is 4 in 1 module: CYRF6936 / NRF24L01 / A7105 / CC2500
item.taobao.com/item.htm?spm=a230r.1.14....1&abbucket=16#detail
200 RMB
it also provided PPM module for flysky and frsky , 250 RMB , but it looks not good enough because it can only select 15 protocols(switch/knob limited).
I ordered 2 pcs. of 3 in 1 module,wait for shipping.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
If you're using deviation, you'd be better off with a multimodule. If you're using a radio with an external module, you'd be better off building your own, as you could then use the new version that uses a serial protocol instead of PPM, meaning you can use your controller for protocol selection and don't have to deal with the channel count issues of PPM.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
I used bhiner.com as a taobao agent, we'll see how well it works. They accept PayPal - it makes them much more trusted in my eyes, at least I should not worry about my credit card numbers.
It cost me so far $73.29 for 2 pieces (200 yuan net cost each) with all agent, top up, and delivery fees. I'll report on delivery how successful it was.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
Are you planning to remove stock CYRF6936 module and install 4 in 1 module on TX?
It would be a great news, it need only one antenna!
BTW, Do you have any idea about my problem that #3 RF chip chip select pin ?
Thanks a lot.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
Please Log in or Create an account to join the conversation.
- mwm
- Offline
dc59 wrote: BTW, Do you have any idea about my problem that #3 RF chip chip select pin ?
You can look over the hardware docs at deviationtx.com/articles/17-hardware-doc...hardware-connections to see what pins are unused. You'll need to get the CPU spec (linked in the hardware docs) to figure out which CPU pin maps to what IO pins. You might also check the other functions for that CPU pin, and make sure they aren't in use. You can ask here (well, another thread would be better) for help with that if you want.
That still leaves you soldering on the MCU pins, though. That's avoided for the two pins normally used by deviation because we picked pins used by the SWD port, which is used for software debugging and in-circuit programming. They aren't used for anything else, so are free and easy to get to. To get around that, you need to disassemble your 8S and see if you can find an unused pin that's exposed somewhere on the mainboard. The apparently did that on the 10 and found one. I know there are unused pins on the 6S, so if this works for you I may well order one as well. In spite of the poor range - I mostly fly indoor stuff with the 6S because.
I misread the docs the first time, and thought the pin they recommended for the 10 was for the 7E. Not the case, so the pins they recommend are actually unused. Thanks for posting a clarification of that.
This is no longer really appropriate for the universal module discussion, as it's more a multimodule. When you get it, could you start a new thread about the installation and how it works?
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
Please Log in or Create an account to join the conversation.
- mwm
- Offline
There are also unused pins in most of the other ports as well.
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
- Posts: 983
Check also Phractured blue Ultimate Devo 7e, he added two analog POTS to his Devo 7e connecting 2 of the open unused pins.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
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.
- victzh
- Offline
- Posts: 1386
May be it is already implemented. They have forum for OpenTx at openrcforums.com/forum/index.php - may be it makes sense to search it for these kind of questions or ask them.
Please Log in or Create an account to join the conversation.
- ruzam
- Offline
- Posts: 15
The 7E and 8S are a little short on easily accessible PA pins. Why not multiplex the 2 pins that are available using a 2 to 4 line decoder? How hard would it be to update deviation to allow a config entry like this:
enable-nrf24101 = A13A14
With this config, when the nrf24101 module (for example) is enabled 'both' PA13 and PA14 would be selected. Using a 2 to 4 decoder would then allow enabling up to 3 modules on the same 2 lines and we wouldn't have to tap (and/or destroy) a delicate MCU pin to get one more PA line. I would probably program a 8 pin ATTiny to do the job of decoding (dirt cheap). Or one half of a dual 2 to 4 decoder (74LS139) or a 3 to 8 (74LS138) would also do the trick (also dirt cheap). And it would be one less wire attached to the main board.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
ruzam wrote: So...
The 7E and 8S are a little short on easily accessible PA pins. Why not multiplex the 2 pins that are available using a 2 to 4 line decoder? How hard would it be to update deviation to allow a config entry like this:
enable-nrf24101 = A13A14
With this config, when the nrf24101 module (for example) is enabled 'both' PA13 and PA14 would be selected. Using a 2 to 4 decoder would then allow enabling up to 3 modules on the same 2 lines and we wouldn't have to tap (and/or destroy) a delicate MCU pin to get one more PA line. I would probably program a 8 pin ATTiny to do the job of decoding (dirt cheap). Or one half of a dual 2 to 4 decoder (74LS139) or a 3 to 8 (74LS138) would also do the trick (also dirt cheap). And it would be one less wire attached to the main board.
Is it possible to install a 2 to 4 daughter board on 3 in 1 module ?
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Single-Board Universal Module