Commit Graph
2661 Commits
Author SHA1 Message Date
Ben Lye 7e773dfe1b Doc updates for OrangeRX module (#123) 2017-12-12 20:20:42 +00:00
pascallanger 465ae75ffc Update Protocols_Details.md 2017-12-12 20:37:54 +01:00
Pascal Langer 8da03940e8 OrangeRX TX modifications 2017-12-12 10:19:50 +01:00
pascallanger f280779528 Typo 2017-12-12 08:33:07 +01:00
Ben Lye 5c568da125 Board Definition Updates (#121) 2017-12-11 20:55:24 +00:00
Pascal Langer f46b8366b0 Small mods 2017-12-11 18:49:50 +01:00
Pascal Langer 1d9c052c01 FrSkyX failsafe 2017-12-11 13:33:42 +01:00
Pascal Langer 544927b9b7 Fix typos 2017-12-11 13:00:08 +01:00
Pascal Langer 8b5bb0d358 Fix compilation errors based on config def 2017-12-10 15:41:50 +01:00
Pascal Langer 6031f1e3b8 FrSkyX failsafe 2017-12-10 11:04:03 +01:00
Ben Lye c297df76ef Update Compiling_STM32.md
Added IRX4 images and a note about the need to burn the USB bootloader on Banggood modules.
2017-12-10 09:07:54 +00:00
Ben Lye 122e9f4fca Add IRX4 boot0 image 2017-12-10 09:05:50 +00:00
Ben Lye 748ed01252 Add IRX programmer image 2017-12-10 08:54:44 +00:00
Pascal Langer 56188328fb Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module 2017-12-10 09:48:24 +01:00
Pascal Langer 880e463b01 FrSkyX failsafe 2017-12-10 09:48:20 +01:00
Ben Lye a53046bf12 Update Compiling_STM32.md 2017-12-09 10:20:29 +00:00
Ben Lye a8050fd8a1 Doc Updates for STM32 (#120)
* Update Compiling_STM32.md
* Add images
2017-12-09 10:12:23 +00:00
Pascal Langer 6ae819e8d5 Failsafe 2017-12-08 19:41:58 +01:00
Pascal Langer 79c73444ab Failsafe 2017-12-07 21:42:23 +01:00
Pascal Langer 8cc1b07456 Failsafe version 2017-12-07 18:16:16 +01:00
Pascal Langer 0d43614ac3 Failsafe 2017-12-07 17:38:06 +01:00
Pascal Langer 19f879da7f Failsafe 2017-12-07 17:28:01 +01:00
Pascal Langer ed42bf311f Failsafe 2017-12-07 17:14:14 +01:00
Pascal Langer fd4346cb64 Changed throttle failsafe value format 2017-12-07 17:02:35 +01:00
Pascal Langer 6e458ebd4a Disable _MyConfig by default 2017-12-07 16:06:45 +01:00
Pascal Langer 0f0be60245 remove _MyConfig.h... 2017-12-07 16:04:59 +01:00
Pascal Langer 27783677c2 Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module 2017-12-07 16:02:21 +01:00
Pascal Langer 4418cab3a5 Failsafe: default for PPM and set on radio for Serial 2017-12-07 16:02:18 +01:00
Ben Lye b3cddfe2d4 Update Validate.h (#119)
Add `#undef` for new  esky150 and H8_3D protocols if `NRF24L01_INSTALLED` is not defined.
2017-12-07 15:40:59 +01:00
pascallanger a19ac87a04 Update README.md 2017-12-07 08:57:35 +01:00
pascallanger 3ba951fd91 Update README.md 2017-12-07 08:54:12 +01:00
pascallanger 824f23c3d6 Update Transmitters.md 2017-12-07 08:47:35 +01:00
Ben Lye fc49a32008 Documentation updates (#118) 2017-12-06 19:58:22 +00:00
Ben Lye 5ca0d31606 Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module into benlye-multi-new 2017-12-06 12:47:46 +00:00
Pascal Langer ebd44d9628 Sport polling fix 2017-12-02 11:54:15 +01:00
Ben Lye 329fa1c2a5 Enable USE_MY_CONFIG 2017-12-01 19:13:32 +00:00
Ben Lye 9a5bf7999b Merge remote-tracking branch 'refs/remotes/pascallanger/master' into benlye-multi-new 2017-12-01 17:21:41 +00:00
Pascal Langer 7debad6c67 SPORT polling 2017-12-01 17:55:24 +01:00
Pascal Langer dc9b84ea8b _MyConfig.h 2017-12-01 16:46:42 +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
pascallanger 9376019198 Update README.md 2017-12-01 14:19:19 +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 a00bc9956a.

* 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 ba4526ee89.

* Updated documentation for CABELL V3 Protocol

* Updated Documentation for the CABELL V3 Protocol
2017-12-01 14:13:06 +01:00
midelic 3e004d01ec add files 2017-12-01 05:02:48 +02:00
midelic 21266d0a17 Delete StmMultiUSB.bin 2017-12-01 04:37:46 +02:00
midelic 2b62b8dab3 Delete StmMultiBoot.bin 2017-12-01 04:37:39 +02:00
midelic b24564ffe9 Add files via upload 2017-12-01 04:35:35 +02:00
midelic f57d436640 Add files via upload 2017-12-01 04:32:16 +02:00
midelic 762613bd7f Add files via upload 2017-12-01 04:29:00 +02:00
midelic e2ed752b51 add BootLoader folder 2017-12-01 04:27:49 +02:00