Jonathan Naylor
f3a3132a6c
Add sync dumping and improve YSF and P25.
2017-01-31 20:36:31 +00:00
Jonathan Naylor
4bc0f36b49
Begin P25 Header detection.
2017-01-29 19:28:27 +00:00
Jonathan Naylor
9d1fbcfc73
Update P25 to match YSF demodulator, work in progress.
2017-01-29 19:08:44 +00:00
Jonathan Naylor
609c2ead53
Revert the DMR changes.
2017-01-29 18:51:33 +00:00
Jonathan Naylor
37daa04a6c
Merge branch 'master' into c4fmdemod
2017-01-28 20:07:00 +00:00
Jonathan Naylor
20a4cf0378
Merge pull request #63 from juribeparada/master
...
Adding conditional compilation
2017-01-28 13:57:57 +00:00
Andy CA6JAU
693f517aec
Adding conditional compilation
2017-01-28 10:18:10 -03:00
Andy CA6JAU
4549027e95
Merge remote-tracking branch 'g4klx/master'
2017-01-28 09:46:53 -03:00
Jonathan Naylor
b3a1961279
Merge branch 'master' into c4fmdemod
2017-01-26 20:30:49 +00:00
Jonathan Naylor
afae6e552c
Merge pull request #62 from phl0/MODEpins
...
Mode pins
2017-01-22 12:24:24 +00:00
phl0
5ee6a0d6db
Correct comments to align with changed pins
2017-01-22 12:22:40 +01:00
phl0
49e0d13967
Redefine Mode pins for D-Star and DMR
2017-01-22 00:46:12 +01:00
Jonathan Naylor
53067d36d0
More averaging of the centre and threshold.
2017-01-21 18:57:39 +00:00
Jonathan Naylor
a5568efd51
Merge branch 'master' into c4fmdemod
2017-01-21 18:37:46 +00:00
Jonathan Naylor
d4d1f8282b
Tweaks to the new YSF demodulator.
2017-01-21 18:37:30 +00:00
phl0
79b0b141a2
Add support for external mode pins on F0DEI board
2017-01-20 17:34:32 +01:00
Jonathan Naylor
850978a954
Merge pull request #61 from phl0/gitignore
...
Add gitignore to irgnore object files and STM lib
2017-01-20 16:03:57 +00:00
phl0
f97e53f1eb
Add gitignore to irgnore object files and STM lib
2017-01-20 16:34:25 +01:00
Jonathan Naylor
dfd2a4db38
Merge pull request #60 from phl0/devel
...
Refactored STM code concerning whitespace
2017-01-20 06:13:59 +00:00
phl0
eab91cca3a
Correct typo
2017-01-19 21:54:21 +01:00
phl0
1e7c06de45
Refactor SerialSTM.cpp
2017-01-19 21:50:06 +01:00
Jonathan Naylor
b15933bf8a
Cleanups but still untested.
2017-01-19 19:59:01 +00:00
phl0
df5ab3de60
Refactor IOSTM.cpp
2017-01-19 14:07:30 +01:00
Jonathan Naylor
9a7b07027a
New demodulators for C4FM modes.
2017-01-17 20:05:20 +00:00
Jonathan Naylor
8b13a3c8a6
Merge pull request #59 from juribeparada/master
...
New pin definitions for STM32F446RE board, enabling Arduino header
2017-01-11 09:11:37 +00:00
Andy CA6JAU
1ce71bcd62
New pin definitions for serial port Nucleo-64 STM32F446RE board, Arduino header
2017-01-11 00:27:27 -03:00
Andy CA6JAU
ed13addd3d
Merge remote-tracking branch 'g4klx/master'
2017-01-10 23:56:31 -03:00
Jonathan Naylor
3e937a71d9
Average the RSSI value for all modes.
2017-01-10 19:20:16 +00:00
Andy CA6JAU
a59da0ebd2
Adding more flexibility for STM32F4 pin definitions
2017-01-10 01:38:56 -03:00
Andy CA6JAU
33f4d35e2b
Adding new pin definitions for Nucleo-64 STM32F446RE board
2017-01-10 00:47:45 -03:00
Andy CA6JAU
048888f45b
Merge remote-tracking branch 'g4klx/master'
2017-01-08 19:18:26 -03:00
Jonathan Naylor
57fde3afcc
Add RSSI reporting for all modes.
2017-01-05 18:59:15 +00:00
Jonathan Naylor
8777c2b29c
Update README.md
2017-01-03 16:36:34 +00:00
Jonathan Naylor
8330ed7dcf
Merge pull request #56 from g4eml/master
...
Fix crash in DMR DMO Mode on Teensy
2017-01-01 15:20:47 +00:00
g4eml
9f47e67630
Fix crash in DMR DMO Mode
...
Modem was crashing on Teensy when running in DMO mode. Crashed as soon as Tx started. Traced to exceeding the bounds of m_poBuffer during the txdelay phase.
m_poBuffer was dimensioned to 80 but m_txdelay could be 600 to 1200 so a massive overwrite was happening.
Surprisingly this didn't crash on the Due only on the Teensy.
2017-01-01 14:22:49 +00:00
Andy CA6JAU
d0f320a862
Merge remote-tracking branch 'g4klx/master'
2016-12-31 12:20:47 -03:00
Jonathan Naylor
a05eaee855
Fix RSSI compile.
2016-12-30 13:48:55 +00:00
Jonathan Naylor
4b5f496a0c
Bump the version date.
2016-12-30 11:35:39 +00:00
Jonathan Naylor
fca53dc67e
Small tweaks.
2016-12-30 11:34:31 +00:00
Jonathan Naylor
52fbd4f6ce
Merge pull request #53 from juribeparada/master
...
Adding RSSI samples averaging
2016-12-29 09:32:06 +00:00
Andy CA6JAU
d22c86e4d8
Fixing RSSI buffer length
2016-12-29 01:08:31 -03:00
Andy CA6JAU
cc1b6d1367
Optimizing RSSI averaging
2016-12-29 00:51:14 -03:00
Andy CA6JAU
2ff955631f
Adding #define constants in the RSSI average code
2016-12-29 00:36:45 -03:00
Andy CA6JAU
f66e32fbb4
Merge remote-tracking branch 'g4klx/master'
2016-12-28 22:05:06 -03:00
Jonathan Naylor
33527dd3e9
Add the RSSI calibration mode.
2016-12-28 18:07:31 +00:00
Andy CA6JAU
442dbe0b6a
Adding RSSI samples averaging
2016-12-27 00:40:14 -03:00
Andy CA6JAU
fc200c4cd7
Merge remote-tracking branch 'g4klx/master'
2016-12-26 14:14:02 -03:00
Jonathan Naylor
7266f5c53b
Merge pull request #52 from g4eml/master
...
Change ADC1 to reduce number of interrupts.
2016-12-22 22:58:01 +00:00
g4eml
957d0d8d34
Change ADC1 to reduce number of interrupts.
...
Disable interrupts for ADC1.
Every time ADC0 interrupts (24Khz) read the current conversion from ADC1 and software trigger a new one.
This way there will always be an ADC1 conversion available whenever ADC0 interrupts.
2016-12-22 22:27:10 +00:00
Jonathan Naylor
c69c573000
Merge pull request #51 from g4eml/master
...
Adjust ADC pre-trigger setting for external TCXO
2016-12-22 18:22:16 +00:00