Dennis cec654a75b Update Protocol Details for CABELL protocol (#117)
* Added CABELL Protocol

* Added additional disclaimer to license.

* Revert "Added additional disclaimer to license."

This reverts commit a00bc9956a155a1a73dbbcd21fd19633d6d121ff.

* Added additional disclaimer

* Added CABELL_NRF24L01_INO define to config

* Updated available protocol list

Added CABELL protocol

* Removed unused variables

* Changed changel range to 45 channels that comply with USA FCC part 97 rules.

This change allows licenced HAMs to operate under part 97 rules instead
of part 15.  These channels are still in the ISM band, but overlap with
the part 97 amateur portion of the band.

* Changed protocol number to 33

Was previously 30, but the main branch has now allocated up to 32, so
changing to 33

* Corrected permutation calculation

* Added sub-protocol for setting failsafe values

* Opened up a free bit in the option byte for future use

* Fixed packet errors when trying to unbind when in bind mode

This use case didn't really make any sense, but it should not cause
packet errors, so fixed it.

* RSSI Telemetry for CABELL protocol

* Pins back to stock configuration

* Split checksum into MSB and LSB fields to avoid endian issue

* struct change for checksum

* Added analog values to telemetry packet that could be used for LIPO voltage

* Added MODE_CABELL to frsk_link_frame

* Updated packet layout comments

* Fixed telemetry conditional compiles in CABELL protocol

* Telemetry working; moved power override bit

* Changed telemetry to 250 kbps and adjustable packet period - imporves reliability/range

* Changed CABELL protocol number to 34

* Fixed typos in comments

* Fix ATMEGA BASH_SERIAL buffer overrun

Changed the compare to TXBUFFER_SIZE to >=
If next wasn't set to zero until > TXBUFFER_SIZE then the next time the
routines get called the the array index references outside the buffer
(e.g tail+1)

* Revert "Fix ATMEGA BASH_SERIAL buffer overrun"

This reverts commit ba4526ee89c2b5a946a659eea2c9581c36254809.

* Updated documentation for CABELL V3 Protocol

* Updated Documentation for the CABELL V3 Protocol
2017-12-01 14:13:06 +01:00
..
2017-11-30 20:12:23 +01:00
2017-11-30 20:12:23 +01:00
2017-11-30 20:12:23 +01:00
2017-11-20 16:01:12 +01:00
2017-11-20 19:12:37 +01:00
2017-02-23 11:23:25 +01:00
2017-11-29 14:13:12 +01:00
2017-02-06 18:46:34 +01:00
2016-12-12 13:45:40 +01:00
2017-03-22 14:55:55 +01:00
2017-11-24 23:01:47 +01:00
2017-11-27 11:20:57 +01:00
2016-09-21 14:28:37 +02:00
2017-11-30 13:00:10 +01:00
2017-02-24 11:00:10 +01:00
2017-01-30 16:11:45 +01:00
2017-02-24 13:41:32 +01:00
2017-11-30 13:00:10 +01:00
2017-11-30 20:12:23 +01:00
2017-02-06 18:46:34 +01:00
2016-09-21 14:28:37 +02:00
2017-02-21 14:20:25 +01:00
2017-02-06 18:46:34 +01:00
2017-11-30 20:12:23 +01:00
2017-11-21 21:45:03 +01:00
2017-11-24 13:39:50 +01:00
2016-09-21 14:28:37 +02:00
2016-10-16 19:51:52 +02:00
2017-11-24 23:01:47 +01:00
2017-11-26 20:38:30 +01:00
2017-02-06 18:46:34 +01:00
2017-11-24 23:01:47 +01:00
2016-10-16 19:51:52 +02:00