goebish
caf145c38a
Auto-detect FrSky RX format ( #286 )
...
* Calibrate rf channels for D8 too
* Auto-detect D16FCC, D16LBT or D8 format during bind
2019-10-14 00:28:39 +02:00
pascallanger
f964cdec98
Update Multiprotocol.h
2019-10-13 22:23:32 +02:00
pascallanger
5ae4f0288b
Global def for the common RX variables
2019-10-13 11:08:20 +02:00
pascallanger
840944ea94
Merge branch 'SPort_Send' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module into SPort_Send
2019-10-12 19:50:46 +02:00
pascallanger
31ff27b1d3
PPM mode FrSkyX to FrSkyD
...
If TELEMETRY_FRSKYX_TO_FRSKYD is defined in PPM mode FrSkyX simple telemetry will be sent using FrSkyD format:
RX_RSSI, RX_Batt, TX_RSSI, TX_LQI
2019-10-12 19:50:41 +02:00
goebish
a234ccbd05
Protocol FrSkyD (D8) receiver ( #283 )
...
* Rename FrSkyX Rx to FrSky Rx
* Rename protocol
* Add D8 receiver sub protocol
2019-10-12 19:50:11 +02:00
pascallanger
cd7ede006c
Sync radio -> module
2019-10-10 23:12:09 +02:00
pascallanger
5c7f997e7a
Send channel order in MULTI_TELEMETRY
2019-10-09 11:58:50 +02:00
pascallanger
0b19fa0bdf
Disable channel mapping + telemetry inversion
2019-10-08 18:52:47 +02:00
pascallanger
897c8b6ec5
Remove "Disable channel mapping"
2019-10-08 00:07:23 +02:00
pascallanger
ff96146b04
Enhanced serial protocol
...
Protocol 0..255
RX_Num 0..63
Disable channel mapping -> not implemented yet
Disable telemetry
Data 0-9 bytes
2019-10-07 19:06:00 +02:00
pascallanger
d8acc6a5e8
New boards with bin signatures
2019-10-04 10:14:52 +02:00
pascallanger
431808286b
Data Buffer signaling
2019-10-03 16:38:50 +02:00
pascallanger
bf61295b76
Fix AFHDS2A_RX
2019-10-02 21:24:50 +02:00
pascallanger
49a1ecea00
Merge branch 'master' into SPort_Send
2019-10-02 21:07:08 +02:00
pascallanger
11f0e55bb1
SPort_Send sequencer
2019-10-02 20:09:18 +02:00
goebish
f3d2ab61e4
Protocol Flysky AFHDS2A receiver ( #275 )
...
* Add skeleton for AFHDS2A receiver protocol
* Bind & data Ok
* Send channels to TX via telemetry
* Add RSSI
* Fix AVR compilation
* Fix channel number
2019-10-01 20:44:26 +02:00
pascallanger
c2404d4f0d
Code cleanup
2019-09-30 20:53:10 +02:00
pascallanger
821732bba9
Initial S.Port send
...
!!! No retransmit for now !!!
2019-09-30 17:35:12 +02:00
pascallanger
e783ce5788
Failsafe modification
...
The following protocols are supporting failsafe: FrSkyX, Devo, WK2x01, SFHSS, HISKY/HK310 and AFHDS2A
In Serial mode failsafe is configured on the radio itself.
In PPM mode and only after the module is up and fully operational, press the bind button for at least 5sec to send the current stick positions as failsafe to the RX.
2019-09-27 16:20:43 +02:00
pascallanger
18af4a0724
AVR modules: Fix KF606, GD00X and Potensic
2019-09-26 15:51:28 +02:00
pascallanger
4fbe0859e0
Update comments
2019-09-25 19:10:55 +02:00
pascallanger
b89c23fe7c
PPM channel remapping
2019-09-23 18:13:25 +02:00
goebish
e038c49ae9
Protocol FrskyX D16 RX frequency auto-tune ( #270 )
...
* Add autotune during bind
* Fix data phase
2019-09-23 08:11:06 +02:00
pascallanger
96bc4f7cdf
Revert Fix FrskyX failsafe hold/no pulse inversion
2019-09-22 20:00:04 +02:00
pascallanger
61a1c3742c
Fix FrskyX failsafe hold/no pulse inversion
2019-09-22 17:12:00 +02:00
Pascal Langer
11f4e636e3
AFHDS2A telemetry fix
...
Discard RX config packets
2019-09-19 10:51:24 +02:00
Pascal Langer
ab2315c951
FrSkyX: few cosmetic and optimization changes
2019-09-18 11:05:46 +02:00
goebish
2be2dce584
Protocol FrSky D16 receiver ( #266 )
...
* Add skeleton for FrSkyX receiver protocol
* Binds & receives data packets
* Store bind information
* Fix compilation
* Bypass LNA since intended usage implies tx & rx are close together
* Bind channel has FS_AUTOCAL
* Add freq fine tune & low power mode (disable lna)
* Add TX ID check
* Retry longer until first packet is catched
* Fix chanskip for first packet
* Fix defines
* Fix bind
* Send channels to TX
* Fix RSSI reading
* Add missing static keyword
* Fix Validate.h
* Fix compilation
2019-09-17 23:35:19 +02:00
Pascal Langer
078dc2ab17
AFHDS2A telemetry AA and AC
2019-09-14 16:34:19 +02:00
Pascal Langer
6f4522caa6
Revert "AFHDS2A telemetry AA and AC"
...
This reverts commit 3c76ce9f39c3d4e48a2a7d9482fc152533a189aa.
2019-09-14 16:31:27 +02:00
Pascal Langer
3c76ce9f39
AFHDS2A telemetry AA and AC
2019-09-14 16:27:07 +02:00
Pascal Langer
303c4615e9
Fix scanner compilation issue
2019-09-11 12:23:36 +02:00
Pascal Langer
7d327c1622
Scanner 2.4GHz
...
Thanks to Goebish for this spectrum analyzer.
It will work soon with the OpenTX 2.3 Spectrum Analyser tool.
2019-09-10 23:37:54 +02:00
Ben Lye
539819fa0c
Accomodate new Debug Option setting in Arduino IDE ( #255 )
...
Thanks, that's perfect!
2019-09-06 14:05:57 +02:00
Pascal Langer
4e906757b9
XN297Dump fix enhanced unscramble mode
2019-08-24 22:39:27 +02:00
Pascal Langer
1f0b21e351
Fix GW008 protocol
2019-08-24 22:14:18 +02:00
Pascal Langer
d4e77c6499
XN297Dump: added enhanced packet mode
2019-08-24 21:37:26 +02:00
Pascal Langer
1ffb5c405b
New protocol: Flyzone
...
Models compatible with TX FZ-410
Protocol 53
No sub protocol
2019-08-17 22:37:00 +02:00
Pascal Langer
ad29409407
New protocol ZSX
...
Model JJRC ZSX-280
Protocol number 52 ,no sub protocol
CH3: Throttle
CH4: Rudder
CH5: Light
2019-08-10 21:43:14 +02:00
Pascal Langer
6f33abb25e
New protocol Traxxas
...
Protocol number: 43
Compatible with receivers 6519
Extended limits supported
CH1=AUX3
CH2=AUX4
CH3=THROTTLE
CH4=STEERING
2019-08-06 17:27:42 +02:00
Pascal Langer
2c9693389e
Fix DSM telemetry and global cyrf6936 freq tunning
...
- Fixed DSM telemetry with some RXs (R720X)
- Global frequency tunning for all protocols using the CYRF6936 by adjusting channel 15 when enabled
- Changed default DSM_THROTTLE_KILL_CH to use channel 14
2019-08-01 14:23:08 +02:00
Pascal Langer
5b234a9cbc
Mandatory use of boards AVR 1.0.7 and STM32 1.1.4 solving path space issues
2019-07-04 10:37:25 +02:00
Pascal Langer
23756a387a
XN297Dump: fix packet timer
2019-07-03 20:51:13 +02:00
Pascal Langer
8aea9aa3dd
Added a common deadband conversion code
...
Modified protocols:
- GD00X applied on aileron
- KF606 applied on aileron
- POTENSIC applied on throttle
2019-07-03 17:39:05 +02:00
Pascal Langer
4671700b7d
Devo protocol: number of channels
2019-06-23 17:13:30 +02:00
Pascal Langer
521b819b8a
New protocol POTENSIC
...
Model: A20
Protocol number: 51
Sub protocol: none
Channels:
- CH5 TAKE_OFF/LANDING: momentary switch -100% -> +100%
- CH6 EMERGENCY: Stop +100%
- CH7 MODE: MODE: Beginner -100%, Medium 0%, Advanced +100%
- CH8 HEADLESS: Off -100%, On +100%
2019-06-19 11:25:21 +02:00
Pascal Langer
d940a7e49a
New Redpine protocol
...
Protocol Redpine: 50
Sub protocol: Fast=0, Slow=1
Option=freq tunning
2019-06-17 17:16:39 +02:00
Pascal Langer
9d50171034
BUGS fix a bug...
2019-06-10 09:19:56 +02:00
Pascal Langer
9514e47ed3
BUGS EEPROM clean: need to rebind BUGS and BUGSMINI
2019-06-09 14:51:21 +02:00