Andy CA6JAU
bf66fafb33
Merge pull request #169 from chancellor1101/fix-serial-flush
...
Fix TXSerialFlush1/2 so they actually wait for transmission to complete
1 week ago
Andy CA6JAU
9fd175940d
Merge pull request #166 from BG4TGO-Tom/patch-1
...
Update P25RX.cpp
1 week ago
Clint Chance
272d563010
Fix TXSerialFlush1/2 so they actually wait for transmission to complete.
...
Both functions passed a flag constant (USART_FLAG_TXE) to
USART_GetITStatus() and span while TXE was set - but TXE being set
means the data register is already empty, so the loop exited
immediately with data still queued in the software FIFO and shifting
out of the USART. flush therefore never waited at all.
Wait for the software TX FIFO to drain and then for the TC flag, which
indicates the shift register has actually emptied.
1 week ago
Andy CA6JAU
3c1d39312e
Merge pull request #168 from radongc/feat/reduce-hardcoded-tx-delay
...
Reduce Hardcoded P25 TX Delay
5 months ago
radongc
a3e1625a3f
Reduce P25 hardcoded TX delay to allow for quick TX.
5 months ago
BG4TGO-Tom
d3321729dc
Update P25RX.cpp
...
Resolve the issue where, in standalone P25 mode, the COS LED remains constantly lit after the hotspot receives a P25 signal.
8 months ago
Andy CA6JAU
192cba3ecc
Merge pull request #160 from dannyquist/master
...
raspberry pi 4 arch detection
3 years ago
Danny Quist
f0586fdf74
raspberry pi 4 arch detection
3 years ago
Andy CA6JAU
5e6ac20a8a
Merge pull request #150 from DO1OLI/master
...
YSF LED was not functional
4 years ago
DO1OLI
ba19e26630
YSF LED was not functional
4 years ago
DO1OLI
3dfd2264ad
added .vscode to .gitignore
4 years ago
Andy CA6JAU
a4948312e3
Merge pull request #146 from nostar/master
...
Add support for LoneStar USB Stick
5 years ago
Doug McLain
4d51976f6a
Add support for LoneStar USB Stick
5 years ago
Andy CA6JAU
d4cb546a7c
Merge pull request #144 from g4klx/master
...
Add M17 support
5 years ago
Jonathan Naylor
931cfde894
Bump the minor version number.
5 years ago
Jonathan Naylor
0f3a4fa249
Change the EOT handling on M17 TX.
5 years ago
Jonathan Naylor
ab3c9a39a3
Modify the ADF7021 parameters for M17.
5 years ago
Jonathan Naylor
92597e0d00
Some contextual cleanups.
5 years ago
Jonathan Naylor
023462a86d
Increase the IF bandwidth for duplex hotspots.
5 years ago
Jonathan Naylor
d408845f82
Small optimisations of the sync decoding for M17
5 years ago
Jonathan Naylor
6fc189793d
Roll back some of recent changes.
5 years ago
Jonathan Naylor
d9621c5c8b
Disable M17 EOT transmission for now.
5 years ago
Jonathan Naylor
6781dec322
Remove unnecessary link setup sync detection
5 years ago
Jonathan Naylor
1908a0ee9a
Merge branch 'M17' into EOF
5 years ago
Jonathan Naylor
2ea38a3bfe
Merge pull request #1 from mathisschmieder/M17
5 years ago
Jonathan Naylor
36f607250a
Add support for the new EOF sync pattern.
5 years ago
Mathis Schmieder
a80dc06ed6
Updated version.h
5 years ago
Mathis Schmieder
800ec4fe14
Updated ADF7021 register values for M17
5 years ago
Jonathan Naylor
e3cadb7f32
Remove M17 packet mode.
5 years ago
Jonathan Naylor
9498ef4e82
Merge branch 'master' into M17
5 years ago
Andy CA6JAU
436cebb7a4
Merge pull request #140 from mcamposv/master
...
use st-flash from path if exists and add option --flash=128k
5 years ago
Guybrush
3fee6b47cd
use st-flash from path if exists and add option --flash=128k
5 years ago
Jonathan Naylor
df3a140173
Fix and simplify the M17 receiver.
5 years ago
Jonathan Naylor
9a3e3704e2
Merge branch 'master' into M17
5 years ago
Andy CA6JAU
5cbaf98d2d
Merge pull request #137 from AndyTaylorTweet/patch-1
...
Update install_fw_nanohs.sh
6 years ago
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)
6 years ago
Jonathan Naylor
2f52282c47
Clean up the M17 synchronisation.
6 years ago
Jonathan Naylor
4f1ed20d77
Add M17 packet mode processing.
6 years ago
Jonathan Naylor
eb6b2cc2b2
Merge branch 'master' into M17
6 years ago
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
6 years ago
Tim Stewart
08a6c21c17
Simplify the D-Star fast data support.
6 years ago
Jonathan Naylor
6c4f2041cb
Update the M17 sync vectors.
6 years ago
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.
6 years ago
Jonathan Naylor
c9bd700100
Update to the latest M17 specification.
6 years ago
Andy CA6JAU
d732807ee3
Change some ADF7021 register values for M17 (experimental)
6 years ago
Andy CA6JAU
93d08d7703
Merge pull request #130 from g4klx/M17
...
Add my M17 work back into the main MMDVM_HS repository.
6 years ago
Jonathan Naylor
1bfec1717e
Merge branch 'M17' of https://github.com/juribeparada/MMDVM_HS into M17
6 years ago
Andy CA6JAU
fb4c543211
Fix pin definitions in IOArduino.cpp
6 years ago
Jonathan Naylor
cde5b19080
Move the M17 enable bit position.
6 years ago
Jonathan Naylor
818a27d114
Revert the M17 enable bit change.
6 years ago