- Posts: 983
Why use a full channel to transmit a switch
- Fernandez
- Topic Author
- Offline
It seems very much taking unused bandwith? We could send much more switches setting just transfering switch id and a on off bit?
Or we could have more range use lower bandwith?we could send a 1000 swiches on bandwith of one channel?
For analog POT's the could be sampled at amuch lower rate. Doing this can have lower band with so longer range?
Please Log in or Create an account to join the conversation.
- Richard96816
- Offline
- Posts: 208
Lots of left-over (pre-computer) ideas keeping odd structures alive today.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
Some of the "toy" protocols also use "unused" bits in an analog channel value instead of a dedicated channel. That's hard to do with the deviation mixer, as the values get scaled and tweaked as part of the mixing process, so the protocol implementation checks a channel value to control that bit as part of building building the output packet.
So yeah, you could send ~1000 binary values in a single channel, assuming you have something on the other end to interpret them.
By the same token, you could wonder why we only have 12 (or 16, or 32) channels. Instead of sending a packet that's a fixed size array of channel values whose number if determined by position, why not send a variable-sized list of channel number, value pairs? That way you could have hundreds or thousands of channels. But you have the same problem - you need something on the Rx end to interpret the numbers.
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.
- FDR
- Offline
Please Log in or Create an account to join the conversation.
- RoGuE_StreaK
- Offline
- Posts: 486
And therein lies the nubmwm wrote: something on the other end to interpret them
Please Log in or Create an account to join the conversation.
- mwm
- Offline
So given a craft with a couple of hundred functions you can control remotely, how do you pick one out on a Devo12? Even if you punt on the traditional Tx and go with a tablet, you're still liable to wind up with an unwieldy mess if you're not careful.
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
- Topic Author
- Offline
- Posts: 983
I think that although we have nice digital link, we not use really irt's benefits, still based on old ppm style radio.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
It could spread if you include useful libraries with that for each possible microcontroller family...
Please Log in or Create an account to join the conversation.
- Richard96816
- Offline
- Posts: 208
FDR wrote: I've already suggested to the guys to develop an open protocol, which every toy manufacturer could use, so we don't have to reverse engineer every protocol...
It could spread if you include useful libraries with that for each possible microcontroller family...
Different chipsets (nrfxxx, etc.) and the desire to constantly reduce costs by pennies may stand in the way.
A paradigm shift in the R/C control interface must be on the horizon. That would likely require revamping of the protocols.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- Why use a full channel to transmit a switch