furrtek
bbb5dc3c12
Merge branch 'master' of https://github.com/furrtek/portapack-havoc
2018-12-18 16:25:43 +00:00
furrtek
1d13389b5a
Bias-T now works in capture mode
...
Simplified soundboard app, still some work to do
Merge remote-tracking branch 'upstream/master'
2018-12-18 16:25:21 +00:00
Jared Boone
8feb79c710
Constrain enum type to address warning about underlying type conversion.
2018-08-05 15:17:48 -07:00
Jared Boone
f08e80e156
Application: Fix uninitalized fmt_pcm_t field warning
2018-08-05 15:07:12 -07:00
Jared Boone
17e5f6a1d7
ChibiOS/CMSIS: Patch to address C++1z warnings about "register" keyword.
2018-08-05 15:00:45 -07:00
Jared Boone
01bad2805c
Merge branch 'external_clock'
2018-08-05 14:12:12 -07:00
Jared Boone
5fc1bde6bd
CMake: Switch to C++17, because it's 2018, and I'm a modern man.
2018-08-05 14:11:08 -07:00
Jared Boone
88afee26d7
Clock Manager: Detect Si5351 CLKIN present, measure frequency, and use if approximately 10MHz.
2018-08-05 14:06:57 -07:00
Jared Boone
30f2bc4149
Clock Manager: Add API to measure LPC43xx clock inputs against IRC oscillator.
2018-08-05 14:06:45 -07:00
Furrtek
d7ee7f97a4
Ext clock detect bugfix attempt
2018-06-15 03:16:24 +01:00
furrtek
a82dc19639
Merge branch 'master' of https://github.com/furrtek/portapack-havoc
2018-06-12 07:55:30 +01:00
furrtek
609235b19f
Testing external clock detection and auto-switch
...
Simplified audio spectrum computation and transfer
ACARS RX in debug mode
Disabled ABI warnings
Updated binary
2018-06-12 07:55:12 +01:00
furrtek
dc5d6fef70
Started work on ACARS RX
...
Added ACARS frequencies file
Moved non-implemented apps menu items down
2018-06-10 10:15:43 +01:00
dhoetger
e978848c3a
#183 disables PIL decompression bomb protection to allow large ADSB map to be sliced ( #184 )
2018-06-04 00:13:43 +01:00
furrtek
5c1ba9b90d
Added cursor to audio spectrum view
2018-05-22 04:43:04 +01:00
furrtek
63c4a60cf7
Fixed scrolling/FFT view glitch when going back to analog audio rx
2018-05-21 20:56:04 +01:00
furrtek
0222b60b30
Updated freqman files and max entries per file
2018-05-21 19:10:39 +01:00
furrtek
b813b32593
Added an audio FFT view in Wideband FM receive
...
Tried speeding up fill_rectangle for clearing the waveform widget
2018-05-21 18:46:48 +01:00
furrtek
b11c3c94b6
Added tone key mix ratio in Settings -> Audio
...
Renamed Setup to Settings
Updated binary
2018-05-16 09:45:13 +01:00
furrtek
b29c1d9749
Finally found what was eating all the RAM :D
...
Re-enabled the tone key selector in Soundboard
Soundboard now uses OutputStream, like Replay
Constexpr'd a bunch of consts which were going to BSS section
Exiting an app now goes back to main menu
Cleaned up Message array
2018-05-15 23:35:30 +01:00
NotPike
2d3a6313cc
Touchtunes Update ( #173 )
...
* Update ui_touchtunes.hpp
* Update ui_touchtunes.cpp
2018-04-25 07:19:35 +01:00
furrtek
3ddc6553ac
Beta scanner app
...
ADSB TX frame index bugfix (OOB)
2018-04-19 20:50:32 +01:00
furrtek
5636764226
Added channel centering cursor in waterfall view
...
Added more samplerate choices in capture
Updated binary
2018-04-18 22:44:41 +01:00
furrtek
d0ce9610b5
Added some skeletons
...
Renamed "Scanner" to "Search"
Modified splash bitmap
Disabled Nuoptix TX
2018-03-27 12:52:07 +01:00
furrtek
8573f760be
Added basic APRS transmit
...
Added goertzel algo
Updated binary
2018-02-23 20:21:24 +00:00
furrtek
7fd987a2b4
Added support for multiple sample rates in IQ record
...
Support for any sample rate <= 500k in IQ replay
Fixed bias-t power not activating in TX
Removed RSSI pitch output option (awful code)
Udated binary
2018-02-22 07:04:19 +00:00
RndmNmbr
36e5682406
Update ui_widget.hpp
...
Added include of <functional> to allow for a clean build with g++ 7.2.1 20170904
2018-02-03 13:41:40 -05:00
furrtek
57c759627d
Fixed mic tx not working the first time it was entered
...
Fixed SD card FAT wipe (buffer size too big)
Cleared some warnings from ADSB rx
Updated binary
2018-02-01 11:17:51 +00:00
furrtek
441a266dc4
Added back scanning in BHT TX
...
Added file creation date display in File Manager
2018-01-09 21:12:19 +00:00
furrtek
aebd1757da
Replay app loads original record frequency if available
...
Updated binary
2018-01-08 05:32:49 +00:00
furrtek
d6afd84c66
File load path bugfix
2018-01-08 04:27:16 +00:00
furrtek
f0c912be2e
Added Bias-T toggle confirmation
...
Backlight setting save bugfix
Updated binary
2018-01-08 03:47:37 +00:00
furrtek
3193c6ee99
Added bias-T status icon
...
Merged radio settings in one screen
2018-01-07 23:13:08 +00:00
furrtek
c9381f1418
Added loop option in Replay app
...
Updated binary
2017-12-11 04:14:54 +00:00
furrtek
70c7646743
Capped max entries per Freqman file to 30 due to RAM issue
...
Capped max files in Soundboard to 54 and removed CTCSS options due to
same issue
Splitted files for jammer ranges
Bugfix: Mismatch between filename and category name in Freqman
Bugfix: Freqman file parsing strstr()'s might have gone out of buffer
Updated binary
2017-12-11 02:40:43 +00:00
furrtek
2d01822cdb
MenuView bugfix (again)
...
Updated binary
2017-12-10 03:34:11 +00:00
furrtek
65a99bbe5a
Added RF amp setting in ADS-B RX
...
Removed frequency step, added LNA setting in Replay
Another menu bugfix :(
Updated binary
2017-12-08 21:46:16 +00:00
furrtek
3d2dacaf29
Added range file and range type to frequency manager (mainly for jammer)
...
Made MenuView use less widgets, hopefully preventing crashes with large
lists
Fixed M10 sonde crash on packet receive
Updated about screen
Updated binary
2017-12-08 18:58:46 +00:00
furrtek
b38adf3769
Replay of IQ files ! :D
...
Added icons and colors for commonly used files in Fileman
Fileman can filter by file extension
Bugfix: Fileman doesn't crash anymore on renaming long file names
Updated binary
2017-12-07 00:58:25 +00:00
furrtek
3221992ad1
Added back frequency display for CTCSS
...
Attempted to fix replay, just fixed StreamBuffer read() and added
waterfall display...
Updated binary
2017-12-06 13:20:51 +00:00
furrtek
d77337dd77
Added CTCSS decoder in NFM RX
...
RSSI output is now pitch instead of PWM
Disabled RSSI output in WBFM mode
2017-11-28 08:52:04 +01:00
furrtek
f128b9b0b7
GCC array init bug workaround
2017-11-10 21:25:57 +01:00
furrtek
dc82f15ece
Started adding decoders for RS41 radiosondes
...
Hopefully fixed M2K2 radiosonde battery voltage decoding
Updated binary
2017-11-10 02:20:44 +00:00
furrtek
1b93dd53e8
Tone generator class
2017-11-10 00:25:04 +00:00
furrtek
32ae059c44
Added workaround for the CPLD overlay issue in tx mode
...
Set back mic samplerate to 24kHz because 48kHz was poop :(
2017-11-09 22:25:37 +00:00
furrtek
4465cfb905
Added tone keys for some wireless mic brands
...
Renamed CTCSS stuff to Tone key
Changed PTT key in mic TX (was left, now right) to allow easier exit
Mic samplerate bumped to 48kHz
Updated binary
2017-11-09 20:02:34 +00:00
Mycroft
3b0346ca21
Add simple icao logging to adsb receiver app. ( #120 )
...
* Add simple icao logging to adsb receiver app.
* full frame logging and expanded details
2017-11-08 21:23:06 +01:00
furrtek
196518457f
Fixed freeze in TouchTunes scan
...
Made adsb_map.py compatible with Python 3
2017-11-08 21:08:46 +01:00
furrtek
d517bc31ec
Merge branch 'master' of https://github.com/furrtek/portapack-havoc
2017-11-02 17:17:59 +00:00
furrtek
2ec24c9fa8
Fusion !
2017-11-02 17:11:26 +00:00