290 Commits

Author SHA1 Message Date
pascallanger
e5d9471b33
Update Protocols_Details.md 2018-09-11 09:33:54 -04:00
pascallanger
b1fb3a5470
Update Protocols_Details.md 2018-09-11 05:24:21 -04:00
pascallanger
b2194790eb
SLT changes 2018-09-11 05:20:45 -04:00
pascallanger
601116bd59
SLT sub protocols Q100/Q200/MR100 2018-09-10 08:34:30 +02:00
pascallanger
1e65d58113
SLT Q200 channels 2018-09-07 10:52:07 +02:00
pascallanger
1ec817c96c
SLT sub protocols V1, V2, Q200 2018-09-06 19:09:10 +02:00
pascallanger
238260612c
Update Protocols_Details.md 2018-08-30 23:58:21 +02:00
pascallanger
cd26c2d8e6
Update Protocols_Details.md 2018-08-29 18:16:23 +02:00
pascallanger
814e28b86a
Update Protocols_Details.md 2018-08-29 17:36:18 +02:00
pascallanger
e6f16700e4
Update Protocols_Details.md 2018-08-29 14:56:24 +02:00
pascallanger
f38e7c35da
Bugs angle/acro mode 2018-08-29 14:54:24 +02:00
pascallanger
d9914e95d9
Update Protocols_Details.md 2018-08-29 12:58:54 +02:00
pascallanger
64c79626b4
Update Protocols_Details.md 2018-08-28 16:41:04 +02:00
pascallanger
e047a76855
Update Protocols_Details.md 2018-08-28 16:40:10 +02:00
pascallanger
c16654c8cf
WFLY protocol 2018-08-21 14:50:17 +02:00
pascallanger
eb89b5be1b
Hitec sub_protocols 2018-08-09 19:39:09 +02:00
pascallanger
e85ad00a46
Update Protocols_Details.md 2018-08-08 00:28:35 +02:00
pascallanger
658dfa4290
Update Protocols_Details.md 2018-08-08 00:25:52 +02:00
pascallanger
df75036501
Update Protocols_Details.md 2018-08-08 00:24:57 +02:00
pascallanger
0b8ff15133
Update Protocols_Details.md 2018-08-03 18:28:48 +02:00
pascallanger
27a4748111
Update Protocols_Details.md 2018-07-23 22:41:28 +02:00
pascallanger
9502b5a12a
Update Protocols_Details.md 2018-07-20 19:12:59 +02:00
pascallanger
b8f3cd1ad8
Update Protocols_Details.md 2018-07-20 15:30:24 +02:00
Peter
51c1936c24 Added hardware Jumper 4IN1 and documentation tweak (#163)
* Numbered list since instructions are sequential

* Added 'Jumper JP4IN1' module from Hobbyking.

* Fix table formatting
2018-06-01 13:58:14 +02:00
pascallanger
7df5894ca4
Update Protocols_Details.md 2018-03-12 19:09:12 +01:00
pascallanger
7219885196
Update Protocols_Details.md 2018-02-11 14:48:49 +01:00
pascallanger
dd686ad9d1
Update Protocols_Details.md 2018-02-11 14:41:00 +01:00
pascallanger
f6ef136502
Update Protocols_Details.md 2018-02-11 14:35:04 +01:00
pascallanger
105e0bb7a4
Update Protocols_Details.md 2018-01-30 12:04:47 +01:00
Pascal Langer
ab27ee50b0 Introduction of Banks for the switch protocol selection 2018-01-30 12:02:45 +01:00
pascallanger
ce489887db
Update Protocols_Details.md 2018-01-20 11:12:11 +01:00
pascallanger
55e30bd4aa
Update Protocols_Details.md 2018-01-20 10:59:17 +01:00
pascallanger
eb0d03d420
Update Protocols_Details.md 2018-01-19 11:36:40 +01:00
pascallanger
c8da89f0d3
Update Protocols_Details.md 2018-01-09 16:06:56 +01:00
pascallanger
c3c89801e9
Update Protocols_Details.md 2018-01-09 16:06:04 +01:00
Pascal Langer
eb3f8b0d91 DSM max throw config 2018-01-09 16:04:04 +01:00
Pascal Langer
e81ee38fa5 DSM: match Spektrum standard for servo throw 2018-01-09 11:56:42 +01:00
Pascal Langer
d70d8f62a4 Frequency tuning page 2018-01-02 22:08:22 +01:00
pascallanger
465ae75ffc
Update Protocols_Details.md 2017-12-12 20:37:54 +01:00
Pascal Langer
1d9c052c01 FrSkyX failsafe 2017-12-11 13:33:42 +01:00
Pascal Langer
4418cab3a5 Failsafe: default for PPM and set on radio for Serial 2017-12-07 16:02:18 +01:00
Pascal Langer
199c254838 Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module 2017-12-01 15:02:29 +01:00
Pascal Langer
7ff482dafe Rates in Bayang and MJXQ 2017-12-01 15:02:24 +01:00
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
Pascal Langer
e4f4d278a8 Hubsan protocol
Added subprotocol H107 (0)
Added subprotocol H301 (1)
Added subprotocol H501 (2)
2017-11-30 20:12:23 +01:00
Pascal Langer
01bef23ac9 CG023 & H8_3D protocols
- Removed sub_protcol H8_3D under protocol CG023
 - Added protocol H8_3D (36)
 - Added sub_protocols H8_3D/H8_3D (0)
 - Added sub_protocols H8_3D/H20H (1)
 - Added sub_protocols H8_3D/H20Mini (2)
 - Added sub_protocols H8_3D/H30Mini (3)
2017-11-29 14:13:12 +01:00
Pascal Langer
cc83177542 Protocol DM002: add 1 more TX ID/RF set
Total of 3 known TX IDs & RFs sets.
2017-11-28 17:24:24 +01:00
Pascal Langer
5a342cf8e6 Protocol Bayang: new subprotocol IRDRONE
Protocol Bayang (14)
new subprotocol IRDRONE (3)
2017-11-28 17:17:02 +01:00
Pascal Langer
9bf5b0c9a7 ESKY 150: new protocol
New protocol number 35
No sub protocols
option=0->4 channels, option=1->7 channels
2017-11-27 11:20:57 +01:00
pascallanger
4b32a93f27
Update Protocols_Details.md 2017-11-23 18:49:21 +01:00