Documentation: Add RF shield installation instruct...
by yhetti 3 years 7 months
Documentation: Add RF shield installation instructions to docs (#1074)

* Documentation: Add RF shield installation instructions page.

Add a page with written instructions for installing a RF shield on a HackRF One. Includes pictures of various steps in the process

* Documentation: Add rf_shield_installation.rst that was left out of previous commit.

* Documentation: Move tag in multiple_device_hardware_synch.rst to correct location.

* Documentation: Add edits suggested by straithe to rf_shield instructions
8feda094
fix RTD to compile (#1095)
by Straithe 3 years 7 months
db39147e
change to get RTD working (#1094)
by Straithe 3 years 7 months
555b90e0
Bugfix in retuning rate
by Veloman Yunkan 3 years 8 months
Bugfix in retuning rate

In sweep mode, frequency switching (retuning) must occur only
AFTER the requested number of samples has been received.
3157111d
Add project mention for the Tesla charging port op...
by Radoslav Gerganov 3 years 8 months
Add project mention for the Tesla charging port opener (#1082)

Static web page which uses WebUSB and HackRF to transimt a signal which
opens the Tesla charging port
6738085f
Merge pull request #1081 from martinling/clear-fea...
by Michael Ossmann 3 years 8 months
Merge pull request #1081 from martinling/clear-feature

Implement USB CLEAR_FEATURE request for ENDPOINT_HALT
cc5d0a42
Merge pull request #1080 from metayan/fix-longprin...
by Martin Ling 3 years 8 months
Merge pull request #1080 from metayan/fix-longprint

Avoid warnings by using PRIu64
7d93f40f
Schedule ACK after CLEAR_FEATURE / ENDPOINT_HALT r...
by Martin Ling 3 years 8 months
Schedule ACK after CLEAR_FEATURE / ENDPOINT_HALT request.
07709545
Reset endpoint specified in request, not the one i...
by Martin Ling 3 years 8 months
Reset endpoint specified in request, not the one it arrived on.
2fba08cf
Implement USB CLEAR_FEATURE request for ENDPOINT_H...
by Martin Ling 3 years 8 months
Implement USB CLEAR_FEATURE request for ENDPOINT_HALT.

From USB 2.0, section 9.4.5:

"For endpoints using data toggle, regardless of whether an endpoint has
the Halt feature set, a ClearFeature(ENDPOINT_HALT) request always
results in the data toggle being reinitialized to DATA0."
84898a0b
Report a bug