Jared Boone
144b121b0e
Windows 8.1 firmware tool images.
2015-10-22 11:37:28 -07:00
Jared Boone
b41ff962f4
Replace std::sin() with interpolated LUT.
2015-10-14 11:10:24 -07:00
Jared Boone
291de8f869
Change channel_spectrum type to std::complex<float>.
...
Move FFT bit-reversal to complex<int16_t> -> complex<float> copy.
Change window so that adjacent bins have constant(-ish) gain.
Change window to float.
Change time domain samples to accumulate at even intervals over the FFT interval.
2015-10-14 11:10:24 -07:00
Jared Boone
882fbbef31
Add more fft_swap bit reversal functions.
2015-10-14 11:10:24 -07:00
Jared Boone
8f7e26b5c1
Break out BasebandStatsView, add main, RSSI threads.
2015-10-14 10:59:32 -07:00
Jared Boone
7f46f0d071
Add tick tracking for all baseband threads.
2015-10-14 10:44:20 -07:00
furrtek
ff96464efe
Added AFSK BW and repeat parameters
2015-09-16 15:43:43 +02:00
furrtek
00ee78f533
Play dead init
2015-09-15 22:34:36 +02:00
furrtek
457baa65f4
Added binaries
2015-09-14 21:35:32 +02:00
Furrtek
efab6dfcaa
Update README.md
2015-09-14 01:05:10 +02:00
furrtek
9a7657fb38
Play dead actually works, fixed 7bit AFSK, AFSK repeat, started whistle mode
2015-09-10 20:36:39 +02:00
furrtek
07754727ed
Merge branch 'master' of https://github.com/furrtek/portapack-hackrf
2015-09-05 20:17:57 +02:00
furrtek
f1166205b0
Checkboxes, more AFSK options
2015-09-05 20:17:43 +02:00
Furrtek
82c80e20a7
Update README.md
2015-09-04 20:40:59 +02:00
furrtek
70a646ca60
Merge branch 'master' of https://github.com/furrtek/portapack-hackrf
2015-09-04 20:38:35 +02:00
furrtek
30531a20f2
Splash screen and Play Dead functionality
2015-09-04 20:37:27 +02:00
Furrtek
c6c5333a16
Update README.md
2015-09-03 06:36:51 +02:00
furrtek
ec26f587f1
Started adding AFSK modulator options, cleaning up LCR TX
2015-09-03 06:34:00 +02:00
Jared Boone
aa733b1b61
Remove FSK from receiver menu. It doesn't do anything (yet).
2015-09-02 18:55:00 -07:00
Jared Boone
f91f17b9fb
Increase touch sensitivity a bit.
2015-09-02 18:48:51 -07:00
Jared Boone
9a3454d695
Touch code cleanup, stop scanning when no touch.
...
No need to change voltages on touch panel when no touch is detected. This should reduce noise a bit.
2015-09-02 18:48:38 -07:00
Jared Boone
f1ca3fe5bb
Switch RFFC5072, MAX2837 back to 40MHz reference.
...
Turns out the MAX2837 can't tune the necessary range when given a 50MHz reference. Oops.
2015-09-02 17:45:19 -07:00
Jared Boone
293337b647
Init radio in RX mode, not TX mode.
2015-09-02 17:30:16 -07:00
Jared Boone
e2bb77d756
Change wideband FFT bin filter, clean up code a bit.
2015-09-02 11:29:38 -07:00
Jared Boone
c4de9c4423
Mute audio whenever baseband mode is changed.
2015-09-01 21:05:47 -07:00
Jared Boone
c52de7abe6
Clean up baseband/RSSI streaming control.
...
Address hang-up of baseband and RSSI when switching modulation modes really fast.
2015-09-01 21:05:32 -07:00
Jared Boone
687e627dae
Mechanism to clear waterfall when switching modulations.
2015-09-01 21:04:27 -07:00
Jared Boone
d4c85bd786
Move receiver "back" button to separate row.
2015-09-01 20:38:59 -07:00
Jared Boone
24e398ca62
Add HackRF mode explanation text.
2015-09-01 20:23:11 -07:00
Jared Boone
250da67d0f
Remove region, put in environment variables.
2015-09-01 15:47:08 -07:00
Jared Boone
2c778b72e2
Wrong S3 region.
2015-09-01 15:15:24 -07:00
Jared Boone
72a59c3dae
Fix cwd when uploading release files.
2015-09-01 15:07:31 -07:00
Jared Boone
a06ee31566
Make release and post on S3.
2015-09-01 14:53:40 -07:00
Jared Boone
57ec7aac41
Remove container stuff.
2015-09-01 14:53:40 -07:00
Jared Boone
340fc4dd83
Override compilers.
2015-09-01 14:53:40 -07:00
Jared Boone
61d765aeac
before_install vs. before_script? No idea...
2015-09-01 14:53:40 -07:00
Jared Boone
e96895d18c
Container's not flexible enough, back to the old approach.
2015-09-01 14:53:40 -07:00
Jared Boone
e0c313b240
Switch to shiny container.
2015-09-01 14:53:40 -07:00
Jared Boone
8b465a593e
Whitespace, huh? OK...
2015-09-01 14:53:40 -07:00
Jared Boone
0f39d52f48
More Travis CI stumbling.
2015-09-01 14:53:39 -07:00
Jared Boone
92674706ed
Oops, bad Travis CI .yml syntax.
2015-09-01 14:53:39 -07:00
Jared Boone
0fd2dcf04a
Experimenting with Travis CI for firmware builds.
2015-09-01 14:53:39 -07:00
Jared Boone
4846557f12
Missed spots when renaming REVISION to GIT_REVISION.
2015-09-01 14:21:40 -07:00
Jared Boone
5d8c636f40
Halt M4 right after sending M0 the shutdown message.
...
Addresses issue #55 .
2015-09-01 13:49:09 -07:00
Jared Boone
805442d46f
Allow KiCad to update metadata.
2015-09-01 11:10:50 -07:00
Jared Boone
d9568f7f47
Update date code to 20150901.
2015-09-01 11:09:19 -07:00
Jared Boone
1c2b3b82ce
Update layers exported during PCB plot.
2015-09-01 10:17:30 -07:00
Jared Boone
73e9dabf72
Change default layer visibility.
2015-09-01 10:14:36 -07:00
Jared Boone
f3f5a9647b
Board stack-up drawing clean-up.
2015-09-01 10:13:51 -07:00
Jared Boone
e979b9b64d
Change drawing lines width to 0.1mm.
2015-09-01 10:02:07 -07:00