Pascal Langer
7217e8c41d
SLT: fix?
2020-02-18 15:50:54 +01:00
Pascal Langer
a7ac093753
SLT: CC2500 fix
2020-02-17 16:44:02 +01:00
Pascal Langer
5503502bad
SLT: fix going from NRF to CC2500
2020-02-17 13:10:57 +01:00
Pascal Langer
5124c2a96d
SLT: use the CC2500 emulation layer if requested/available
2020-02-17 11:45:28 +01:00
Pascal Langer
73d7728e08
Change CC2500 emulation layer to support NRF24L01 @250K
2020-02-17 11:44:53 +01:00
Pascal Langer
8b7bd00a48
Update Multi.txt
2020-02-16 20:48:49 +01:00
Pascal Langer
68a6af0eb5
Update E119 channels and flags
...
Default is high rate
CH5 is calib
2020-02-16 20:18:02 +01:00
Pascal Langer
693f9f58eb
V911S: new sub protocol E119
...
Model: Eachine E119
Protocol: V911S -> 46
Sub protocol: E119 -> 1
CH5: left button ???
CH6: right button ???
2020-02-16 20:05:29 +01:00
Tomer Abramovich
4a01e2d472
missed the last 3 bytes here, loop should continue one more time ( #322 )
2020-01-24 21:09:37 +01:00
pascallanger
e4fd1f4399
FrSkyR9: 16 channels
2020-01-24 14:59:26 +01:00
pascallanger
0d5fcb0849
FrskyR9 protocol
2020-01-24 12:12:07 +01:00
pascallanger
2236c256ba
Merge pull request #320 from UnTraDe/master
...
initial working version of R9M, 8 CH and BINDING support only
2020-01-24 10:12:19 +01:00
Tomer Abramovich
945ad2e7bd
now using FrSkyX_scaleForPXX to scale channel values for FrSky R9 instead of using floating point math
2020-01-23 22:29:57 +02:00
Tomer Abramovich
6f9740f03f
moved register definitions to a different file and created higher level functions for using them; added preliminary support for 868 MHz mode, not fully working yet
2020-01-23 22:25:00 +02:00
pascallanger
f9fa4dff73
Update _Config.h
2020-01-22 16:11:42 +01:00
Tomer Abramovich
77bf17967d
initial working version of R9M, 8 CH and BINDING support only
2020-01-21 17:42:33 +02:00
pascallanger
7281c0b5bf
Comment FRSKYX2 protocol for now
2020-01-21 10:51:07 +01:00
pascallanger
e6cab65560
Fix paranthesis...
2020-01-21 10:29:11 +01:00
pascallanger
cc115323e1
Prep for FrSky X v2
2020-01-20 23:52:17 +01:00
Ben Lye
58665ea7a7
Bubble up errors in release builds
2020-01-17 21:37:16 +00:00
Ben Lye
3920644caf
Reduce protocols for debug test builds.
...
Make the debug builds small enough to pass the buildDefault test.
2020-01-17 21:37:16 +00:00
pascallanger
25aecbf15e
XK full ID to address and hop freqs generation
2020-01-16 23:43:29 +01:00
pascallanger
e18d8868d2
Protocol Pelikan: hop freq change with RX_num
2020-01-15 16:28:03 +01:00
pascallanger
c6e5d00a2b
Protocol Pelikan: fix rx_tx_addr[1]...
2020-01-14 23:00:50 +01:00
pascallanger
7a5b4dea1a
XK X420/X520: 2 valid IDs
...
IDs are selected using RX num.
2020-01-14 22:51:47 +01:00
pascallanger
5df877f32c
Protocol XK X420: Changed bitrate to 1Mbps
2020-01-14 22:05:30 +01:00
pascallanger
c5c7dda2e0
Update XK X420 channel order
...
Change channel order
Add CH140 for video
2020-01-14 21:25:43 +01:00
pascallanger
492b9e5ed4
New protocol XK
...
Still work in progress
Subprotocols: X450 and X420 -> not sure if they are subprotocols or just different IDs...
CH5: M-Mode=-100%, 6G-Mode=0%, V-Mode=+100%
CH6: Take off momentary switch
CH7: Emergency stop momentary switch
CH8: 3D/6G momentary switch
CH9: Photo momentary switch
2020-01-14 12:19:12 +01:00
pascallanger
9f721c528d
Bayang: rewritten the protocol to be more friendly with main scheduler
2020-01-12 19:42:51 +01:00
pascallanger
7f3c80c2a9
Fix DSM invalid protocol when binding
2020-01-12 18:18:47 +01:00
pascallanger
8f789607e4
Pelikan: add some hopping frequencies
2020-01-12 17:38:30 +01:00
pascallanger
6a9b6ed4be
XN297EMU: option=0->nrf24L01, option!=0 -> CC2500
...
XN297L@250kbps is emulated by default with the NRF24L01. If option (freq tune) is diffrent from 0, the CC2500 module (if installed) will be used instead with option being the freq usual tuning.
1.3.0.53
2020-01-12 14:06:27 +01:00
pascallanger
953a97dae4
Flyzone: add channel 5
2020-01-12 13:17:17 +01:00
pascallanger
86778c5997
XN297Dump: new auto mode
...
Automatically:
- find XN297L packet -> bitrate, scrambling, enhanced...
- use address to filter incoming packets
- find all frequencies
- determine channel order (basic)
- help to find out the changes by only displaying packets when there is a change in the packet
2020-01-12 13:16:30 +01:00
pascallanger
8c32cdf5fd
Pelikan: fix TX and multi ID
...
Still 1 hopping freq table
2020-01-12 13:00:30 +01:00
pascallanger
d092593e5c
Fix FrSky RX bind which could fail if another TX was around
2020-01-12 12:57:16 +01:00
pascallanger
edbf4b6908
Merge pull request #311 from benlye/multi-status-fix
...
Fix module status on erSkyTX
2020-01-11 10:20:03 +01:00
Ben Lye
43f688d011
Fix module status on erSkyTX
2020-01-10 18:25:56 +00:00
pascallanger
054c3088c3
Merge pull request #305 from Shkolik/Direct_inputs
...
Direct inputs
2020-01-02 17:29:45 +01:00
Andrew Shkolik
0cedd5bb66
disable myConfig
2019-12-30 16:53:12 -06:00
Andrew Shkolik
1961579fe4
code cleanup
2019-12-30 15:44:16 -06:00
Andrew Shkolik
6906f1652e
Inputs logic added
2019-12-24 23:41:04 -06:00
Andrew Shkolik
e2bbe8a422
definitions for direct inputs
2019-12-24 15:03:35 -06:00
pascallanger
8ea4e00d31
Pelikan protocol fix ?
2019-12-20 15:43:44 +01:00
pascallanger
917e27280f
Pelikan and Tiger protocol fixes
2019-12-20 09:29:37 +01:00
pascallanger
ec92edfc85
New protocol Tiger
...
Model: Tiger drone 1400782
Protocol number: 61
No sub_protocol
CH5: Flip
CH6: Light
2019-12-19 23:40:33 +01:00
pascallanger
afd2be6c59
New Pelikan protocol
...
Protocol number: 60
No sub proto
8 channels AETR...
Extended limit supported
!!Only 1 ID for now!!
2019-12-19 22:39:01 +01:00
pascallanger
a23d50bf0d
FrSkyX add bind options CH1-8/CH9-16 & Telem ON/OFF
2019-12-19 17:26:47 +01:00
pascallanger
cace1144db
Add TX_LQI (TLQY) comment
2019-12-09 10:47:17 +01:00
pascallanger
0d646ed1a6
Update Protocols_Details.md
2019-12-05 17:14:26 +01:00