Commit Graph
1732 Commits
Author SHA1 Message Date
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
Ben Lye 331da37840 Update Binary_Signature.ino (#278)
Clean up the comments, add bitmasks.
2019-10-02 10:15:13 +02:00
goebish 032e0641a5 Fix AFHDS2A receiver packet filter (#276)
* Add skeleton for AFHDS2A receiver protocol

* Bind & data Ok

* Send channels to TX via telemetry

* Add RSSI

* Fix AVR compilation

* Fix channel number

* Fix packet type check
2019-10-02 09:04:13 +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
Ben Lye e8b5f071fe Move signature conditionals to separate file, add channel order (#274) 2019-10-01 11:05:37 +02:00
Ben Lye ada72d6113 Update Travis Configuration (#273)
Various improvements to the Travis CI script:
* Add channel order builds to releases - now building AETR, TAER, and RETA
* Add PPM builds for each channel order with no inversion and PPM banks set to 5
* Log config diff for each build (diff output folded to keep the log readable)
* Colorify the "Building" lines to make parsing the log easier
* Export .bin files instead of .hex files for the AVR modules
* Add Multi.txt to the release files
2019-10-01 07:43:08 +01: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 b6df650f50 Update BOM_DIY_ATmega.md 2019-09-29 15:13:47 +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.
v1.2.1.84
2019-09-27 16:20:43 +02:00
pascallanger 18af4a0724 AVR modules: Fix KF606, GD00X and Potensic v1.2.1.83 2019-09-26 15:51:28 +02:00
pascallanger 7e6ec1dc8d Update FrSkyX_Rx_cc2500.ino
Remove compilation warnings for AVR
2019-09-26 15:50:38 +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
Ben Lye bed02c9384 Update .travis.yml (#269) 2019-09-22 14:17:23 -04:00
pascallanger 96bc4f7cdf Revert Fix FrskyX failsafe hold/no pulse inversion v1.2.1.81 2019-09-22 20:00:04 +02:00
pascallanger 6503469ddd Bump multi board version to the latest v1.2.1.80_ 2019-09-22 17:29:43 +02:00
pascallanger 61a1c3742c Fix FrskyX failsafe hold/no pulse inversion v1.2.1.80 2019-09-22 17:12:00 +02:00
pascallanger 1fb2a38bc1 Hitec additional telemetry 2019-09-22 17:11:23 +02:00
pascallanger 22a0d79315 FrskyX_RX documentation 2019-09-22 17:05:46 +02:00
MRC3742 0cc72772a3 Repair sub protocol column listing errors for two Protocol (#268) 2019-09-19 20:13:13 +02:00
Pascal Langer 11f4e636e3 AFHDS2A telemetry fix
Discard RX config packets
2019-09-19 10:51:24 +02:00
pascallanger fef1a2e041 Update Advanced_Debug.md 2019-09-19 09:07:14 +02:00
pascallanger 41a9c8e013 Update Advanced_Debug.md 2019-09-19 08:59:40 +02:00
Pascal Langer c1ad02b792 Create Debug1.png 2019-09-19 08:55:20 +02:00
Pascal Langer ab2315c951 FrSkyX: few cosmetic and optimization changes 2019-09-18 11:05:46 +02:00
goebish 7948e33cbc Fix start channel (#267) 2019-09-18 08:48:04 +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
Ben Lye 69bdfe3dba Update package_multi_4in1_board_index.json 2019-09-17 20:36:24 +01:00
Pascal Langer d73d163a58 Update Validate.h 2019-09-17 09:53:18 +02:00
Ben Lye 48a52ae5b2 Update Multiprotocol.ino (#265) 2019-09-17 09:37:18 +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 3c76ce9f39.
2019-09-14 16:31:27 +02:00
Pascal Langer 3c76ce9f39 AFHDS2A telemetry AA and AC 2019-09-14 16:27:07 +02:00
goebish 8601149051 Fix scanner telemetry (#262)
* Fix scanner telemetry

* Take several samples per channel, keep maximum value
2019-09-14 16:07:49 +02:00
pascallanger d7ef15d435 Update Compiling_STM32.md 2019-09-12 16:08:20 +02:00
pascallanger 27e3645b56 Update Compiling_STM32.md 2019-09-12 15:55:08 +02:00
pascallanger 95eb4e1a22 Update Compiling_STM32.md 2019-09-12 15:54:18 +02:00
pascallanger 32ea07bf5a Update Compiling_STM32.md 2019-09-12 15:51:58 +02:00
pascallanger 06272575c5 Flash from TX 2019-09-12 15:50:12 +02:00
Pascal Langer edd6432d4c Update Validate.h v1.2.1.76 2019-09-11 15:26:35 +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 6a74b83f98 Update .travis.yml 2019-09-08 14:40:59 +01:00
Ben Lye c601c2dd98 Update .travis.yml 2019-09-08 14:25:52 +01:00
Ben Lye c27b60749f Update Travis CI script (#257)
* Use latest STM32 board options
* Use latest Arduino IDE
* Fix build functions to return an error if the build fails
* Modify the files that get exported to releases
2019-09-08 13:33:26 +01:00
Ben Lye b3cb286088 Update package_multi_4in1_board_index.json 2019-09-07 18:54:27 +01:00
Ben Lye 361903e8ec Doc updates for new board package (#256) 2019-09-07 18:23:08 +01:00