Jonathan Naylor
b2c490e0bd
Bump the version date.
2017-02-06 20:52:06 +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
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
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
phl0
df5ab3de60
Refactor IOSTM.cpp
2017-01-19 14:07:30 +01: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
g4eml
cb30a8d357
Adjust ADC pre-trigger setting for external TCXO
...
External TCXO was not working with Pre-Trigger set to B.
This change sets it to A which appears to work.
2016-12-22 16:35:35 +00:00
Jonathan Naylor
38f6d7d9d8
Update DAC reference comment.
2016-12-21 14:01:18 +00:00
Jonathan Naylor
461e7c942e
Add RSSI input for the ZUM board also.
2016-12-21 08:46:17 +00:00
Jonathan Naylor
773cda818d
Merge pull request #49 from sq6pog/nth_rssi
...
RSSI readout support for NTH board @Arduino Due
2016-12-21 08:43:00 +00:00
Jonathan Naylor
625a6c1a79
Merge pull request #50 from g4eml/master
...
Update IOTeensy.cpp
2016-12-21 08:41:13 +00:00
Paweł Gomułka
414f3eb193
typo :/
2016-12-21 01:57:58 +01:00
Paweł Gomułka
bef0d9cfd6
Added missing conditions for preprocessor
2016-12-21 01:55:35 +01:00
Andy CA6JAU
1a270642cd
Merge remote-tracking branch 'g4klx/master'
2016-12-20 20:27:16 -03:00
g4eml
75eccb751e
Update IOTeensy.cpp
...
Switch ADCs to External Reference. (3v3 on Teensy)
2016-12-20 20:48:15 +00:00
Paweł Gomułka
2c76d67098
RSSI readout support for NTH board @Arduino Due
2016-12-20 20:32:54 +01:00