Dominic Spill
6b831d31cc
Stop dropping buffers in firmware and allow the host to make the decision.
2016-12-27 21:08:12 +00:00
Dominic Spill
a95d1ac027
Add dwell time argument to hackrf sweep
...
- untested because I'm not able to fire up my HackRF right now
2016-12-27 21:08:12 +00:00
Dominic Spill
6463479888
Extend frequency array to allow 6GHz sweeping
2016-12-27 21:08:12 +00:00
Mike Walters
f7cd712ff9
Fix up frequency list size
2016-12-27 21:08:12 +00:00
Dominic Spill
c127cdc0a4
Frequency list PoC
2016-12-27 21:08:12 +00:00
Mike Walters
2d88fe4de3
Reset enter_scan_mode to avoid going straight back into scan_mode
2016-12-27 21:08:12 +00:00
Mike Walters
b6a7972916
Add extra fs/4 hops to overlap band-edges and DC spikes
2016-12-27 21:08:12 +00:00
Mike Walters
8e21d5cba0
Skip first block after retune
2016-12-27 21:08:12 +00:00
Dominic Spill
57e0924e0d
Rename scan to sweep
2016-12-27 21:08:12 +00:00
Mike Walters
8c08d99879
Wait for scan_params to actually arrive before starting scan mode
2016-12-27 21:08:12 +00:00
Mike Walters
a303097c31
Add magic & scan_freq to the start of each transfer
2016-12-27 21:08:12 +00:00
Mike Walters
ccc424e21f
Cleanup scan_mode usb transfer logic
2016-12-27 21:08:12 +00:00
Mike Walters
805e8c02e9
Revert "Only transfer one block per re-tune"
...
This reverts commit 3614cd3050d4cbbde651dae57fc35d689b18934f.
2016-12-27 21:08:12 +00:00
Mike Walters
9b375a17ea
Fix init_scan request length
2016-12-27 21:08:12 +00:00
Dominic Spill
8c96d9cf32
Change granularity of scan mode to MHz
2016-12-27 21:08:12 +00:00
Mike Walters
d19b4efa2e
Only transfer one block per re-tune
2016-12-27 21:08:12 +00:00
Mike Walters
97c317e9a4
Add init_scan call to libhackrf
2016-12-27 21:08:12 +00:00
Dominic Spill
1b8e1d18c5
Add scan mode function separate to main loop
2016-12-27 21:08:12 +00:00
Dominic Spill
2e17b7e884
Use vendor request to start scan mode
2016-12-27 21:08:12 +00:00
Mike Walters
9f2d6cdbea
WIP scanning
2016-12-27 21:08:12 +00:00
Dominic Spill
b528af46c1
Tidy unused operacake code and use addresses to refer to boards
2016-12-25 11:01:55 +00:00
Dominic Spill
c54e31f397
Add support for multiple operacake boards connected to one HackRF
2016-12-23 21:59:45 +00:00
Dominic Spill
1cec9ad4db
Add Operacake USB API (firmware)
2016-12-19 21:50:29 -07:00
Mike Davis
25929965f5
Kind of working hw sync
2016-12-15 21:56:49 +02:00
Dominic Spill
0ef1666c2a
Add initial operacake support
2016-12-13 19:07:11 -07:00
Mike Davis
976c99c1ad
Kind of working hardware sync
2016-12-10 21:42:20 +02:00
Mike Davis
3672f38b27
Experiments with gpio pins, for hardware sync
2016-12-10 18:47:38 +02:00
Mike Davis
242f73efb1
Added multiple device sync
2016-12-10 01:13:43 +02:00
Mike Davis
b57b32afa5
Start of sync flag
2016-12-09 23:36:46 +02:00
Dominic Spill
2dffba9c47
Remove unude set_configuration() code for CPLD updates
...
- now handled under the default configuration
2016-07-21 13:50:14 +01:00
Dominic Spill
ea2f1a8921
Reduce configuration count to 1
2016-07-21 13:47:45 +01:00
Dominic Spill
5138486b1b
Add Windows Compatible ID descriptors
2016-07-17 22:20:32 +01:00
Dominic Spill
23c44b1d6e
Remove unused USB configuration for CPLD update
2016-07-13 14:38:34 +01:00
Tobias Schneider
98af0a9340
fix(hackrf-usb): Remove unneeded rad1o patch, not reading the serial number
2015-12-21 01:22:01 +01:00
Dominic Spill
87f59de104
Merge "abstract buses" changes with "fix SPI flash read"
2015-12-20 15:28:29 +00:00
Dominic Spill
b985d9c899
Merge branch 'abstract_buses' of https://github.com/jboone/hackrf into jboone-abstract_buses
2015-12-18 12:24:43 +00:00
Tobias Schneider
d7c162902c
fix(hackrf-ui): Make the calls weak
2015-12-09 22:26:16 +01:00
Tobias Schneider
c6e7490397
Merge remote-tracking branch 'mossmann/master' into rad1o
...
Conflicts:
host/misc/udev/53-hackrf.rules.in
host/python/max2837_dump.py
host/python/set_transceiver_mode.py
2015-12-07 21:05:39 +01:00
Tobias Schneider
86b424d9d3
feat(hackrf): Callbacks for a possible UI
2015-12-07 00:29:33 +01:00
Jared Boone
2022cc6351
Only perform W25Q80BV setup once, at startup.
...
hackrf_usb firmware does not run from SPI flash once the ROM bootloader is done. Simplify assumptions by initializing SPI flash once, early. Do not initialize it every 256 bytes that are read from or written to the device.
2015-08-28 13:03:40 -07:00
Jared Boone
a4e447cb9e
Use W25Q80BV read function to retrieve SPI flash contents.
2015-08-28 12:50:07 -07:00
Tobias Schneider
e612dfd8bf
fix(usb): Use new USB PID: 0xCC15
2015-08-11 11:19:58 +02:00
Stefan `Sec` Zehl
62799d4158
HACK: wait until si5351 is powered up
2015-07-28 02:51:52 +02:00
Dominic Spill
510dde7485
Update rad1o firmware and libhackrf to use rad1o PID
2015-07-21 21:22:34 +02:00
Dominic Spill
ce9ad343e0
Fix issue #113 - CPLD update fails on Windows
...
Using the patch from @supersat
2015-07-06 21:25:01 +01:00
Tobias Schneider
d7ecde3dc1
hack(hackrf_usb): Disable reading the serial number via IAP
2015-06-13 21:56:18 +02:00
Tobias Schneider
fb219b6f86
fix(usb_descriptor): Let the rad1o be a hack-rf on the usb for now
2015-06-09 14:08:57 +02:00
Tobias Schneider
c79c53c52f
chore(name): We are now rad1o
2015-06-07 23:33:24 +02:00
Tobias Schneider
b4b768c76f
feat(max2871.c): Set the default values after reset
2015-06-07 13:58:46 +02:00
Tobias Schneider
c05929fe25
fix(common, hackf_usb): Make it compile for rad10
2015-06-06 18:49:09 +02:00