Commit graph

579 commits

Author SHA1 Message Date
Mathis Schmieder 800ec4fe14 Updated ADF7021 register values for M17 2021-08-23 18:41:29 +01:00
Jonathan Naylor e3cadb7f32 Remove M17 packet mode. 2021-08-22 13:27:18 +01:00
Jonathan Naylor 9498ef4e82 Merge branch 'master' into M17 2021-06-20 23:12:20 +01:00
Andy CA6JAU 436cebb7a4
Merge pull request #140 from mcamposv/master
use st-flash from path if exists and add option --flash=128k
2021-04-17 17:19:42 -04:00
Guybrush 3fee6b47cd use st-flash from path if exists and add option --flash=128k 2021-04-17 22:54:53 +02:00
Jonathan Naylor df3a140173 Fix and simplify the M17 receiver. 2021-03-14 18:13:05 +00:00
Jonathan Naylor 9a3e3704e2 Merge branch 'master' into M17 2021-03-14 17:55:27 +00:00
Andy CA6JAU 5cbaf98d2d
Merge pull request #137 from AndyTaylorTweet/patch-1
Update install_fw_nanohs.sh
2021-02-09 11:44:59 -03:00
Andy Taylor cf00e2f347
Update install_fw_nanohs.sh
If this runs on a Nano Pi board running on Pi-Star, reset some gpio pins to put the modem in the correct state.
Only affects this single Modem (as far as I know)
2021-02-09 13:55:17 +00:00
Jonathan Naylor 2f52282c47 Clean up the M17 synchronisation. 2021-01-02 12:28:19 +00:00
Jonathan Naylor 4f1ed20d77 Add M17 packet mode processing. 2021-01-01 12:57:57 +00:00
Jonathan Naylor eb6b2cc2b2 Merge branch 'master' into M17 2021-01-01 12:37:58 +00:00
Andy CA6JAU 138260fef7
Merge pull request #135 from timclassic/dstar-match-full-last-data-frame
Detect full 48 bits of last data frame in a D-Star transmission
2020-12-31 09:54:57 -03:00
Tim Stewart 08a6c21c17 Simplify the D-Star fast data support. 2020-12-30 17:11:30 -05:00
Jonathan Naylor 6c4f2041cb Update the M17 sync vectors. 2020-12-26 12:51:35 +00:00
Tim Stewart 0f7a64115d Detect full 48 bits of last data frame in a transmission
While testing new support for DV Fast Data, I ran across a particular
image that reliably generated a bit sequence that the MDMVM firmware
interpreted as an end-of-transmission.  I dug a bit and discovered
that MMDVM only matches on 32 bits of the last data frame instead of
the full 48 bits.

See http://www.arrl.org/files/file/D-STAR.pdf section 2.1.2, item (6)
for details.
2020-12-05 19:08:30 -05:00
Jonathan Naylor c9bd700100 Update to the latest M17 specification. 2020-11-26 10:22:03 +00:00
Andy CA6JAU d732807ee3 Change some ADF7021 register values for M17 (experimental) 2020-11-15 20:22:13 -03:00
Andy CA6JAU 93d08d7703
Merge pull request #130 from g4klx/M17
Add my M17 work back into the main MMDVM_HS repository.
2020-11-15 19:28:02 -03:00
Jonathan Naylor 1bfec1717e Merge branch 'M17' of https://github.com/juribeparada/MMDVM_HS into M17 2020-11-15 18:14:54 +00:00
Andy CA6JAU fb4c543211 Fix pin definitions in IOArduino.cpp 2020-11-12 12:25:54 -03:00
Jonathan Naylor cde5b19080 Move the M17 enable bit position. 2020-11-11 11:50:02 +00:00
Jonathan Naylor 818a27d114 Revert the M17 enable bit change. 2020-11-10 16:56:44 +00:00
Jonathan Naylor 43732fbf3c Merge branch 'master' into M17 2020-11-09 14:40:12 +00:00
Jonathan Naylor 743d0ca12f Update the serial protocol. 2020-11-09 14:25:18 +00:00
Andy CA6JAU 69d08790bd Fix new firmware version for installer scripts 2020-11-08 19:37:05 -03:00
Andy CA6JAU 956ee1a81c Add support for BridgeCom SkyBridge HS 2020-11-08 13:13:54 -03:00
Jonathan Naylor dc2171bef7 Update the ADF7021 parameters for M17. 2020-10-25 14:07:40 +00:00
Jonathan Naylor 3f83f671a3 Fix the synchronisation processing for M17. 2020-10-23 18:10:53 +01:00
Jonathan Naylor fc9cb227f3 Add M17 LED support. 2020-10-23 17:05:16 +01:00
Jonathan Naylor bb9fe7f561 Initial work on M17 support. ADF7021 parameters not correct or complete yet. 2020-10-23 14:43:06 +01:00
Andy CA6JAU 89daa20476
Merge pull request #123 from msraya/patch-1
YSF pictures can go through modem
2020-08-03 09:42:58 -04:00
Manuel Sánchez Raya 506740ba49
Update YSFRX.cpp
Lower MAX_SYNC_FRAMES to 2, so decoder can recover and Yaesu pictures can pass through the modem without problem.
2020-08-03 09:15:35 +02:00
Andy CA6JAU 5013e19a21
Merge pull request #119 from AndyTaylorTweet/master
Update CWIdTX.cpp
2020-05-06 08:04:07 -04:00
Andy Taylor 414ea06098
Update CWIdTX.cpp
Add "." to CWId - copied from G4KLX's commit - bd16d13531
2020-05-06 09:50:30 +01:00
Andy CA6JAU af1537dcdc
Merge pull request #113 from s-s-s/master
edited the format in the command descriptions
2019-12-04 12:43:51 -03:00
Sergei f212b8974c
edited the format in the command descriptions
edited the format in the command descriptions
2019-12-04 18:00:36 +03:00
Andy CA6JAU 9658d83dab
Merge pull request #112 from s-s-s/master
added a description for orangepi
2019-12-03 10:42:18 -03:00
Sergei 4ce0878ca6
added a description for orangepi
added a description for orangepi
2019-12-03 16:38:08 +03:00
Andy CA6JAU 33510b6832
Merge pull request #111 from s-s-s/master
Added an option to flash on OrangePi PC\PC Plus
2019-12-03 09:54:27 -03:00
Sergei dcc23cf6fa
Install fw to opi
Install fw to opi pc/pc plus
2019-12-03 12:22:19 +03:00
Sergei 6dbb436002
add option to flash on orangepi pc\pc plus
Add option to flash on orangepi pc\pc plus on /dev/ttyS3
2019-12-03 11:11:54 +03:00
Andy CA6JAU f74043a040 Update README 2019-12-01 23:00:36 -03:00
Andy CA6JAU 98895e5939 Add beta fw support for installer scripts 2019-12-01 22:36:45 -03:00
Andy CA6JAU 3c0c3abcc3 Changing version (beta) 2019-12-01 21:34:23 -03:00
Andy CA6JAU 1210748cdb UDID is now optional (disabled in some boards to save flash memory) 2019-12-01 21:20:26 -03:00
Andy CA6JAU 146e6fb3e6 Update docs 2019-12-01 20:28:55 -03:00
Andy CA6JAU bdb610e973 Updating installer scripts 2019-12-01 19:57:04 -03:00
Andy CA6JAU 5fdf64d7d0 Add binary fw for generic duplex usb boards (old ZUMspot duplex) 2019-12-01 19:55:35 -03:00
Andy CA6JAU 623d4bb351 Add some building messages 2019-12-01 19:03:29 -03:00