User Tools

Site Tools


howto:use_hackrf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
howto:use_hackrf [2015/08/13 21:21]
funkylab created
howto:use_hackrf [2015/08/14 09:32]
151.217.66.45 [Using your Rad1o in HackRF mode]
Line 1: Line 1:
 ====== Using your Rad1o in HackRF mode ====== ====== Using your Rad1o in HackRF mode ======
  
 +FIXME: What is HackRF mode?
 ===== Booting into HackRF mode ===== ===== Booting into HackRF mode =====
  
Line 25: Line 26:
 with the .rules suffix, containing ​ with the .rules suffix, containing ​
  
-''​SUBSYSTEMS=="​usb",​ ATTRS{idVendor}=="​1d50",​ ATTRS{idProduct}=="​6089",​ MODE:​="​0666"​''​+<​code>​ 
 +SUBSYSTEMS=="​usb",​ ATTRS{idVendor}=="​1d50",​ ATTRS{idProduct}=="​6089",​ MODE:​="​0666"​ 
 +SUBSYSTEMS=="​usb",​ ATTRS{idVendor}=="​1d50",​ ATTRS{idProduct}=="​cc15",​ MODE:​="​0666"​ 
 +</​code>​
  
 You can also download the file from [[http://​s.hostalia.de/​o|here]]. You can also download the file from [[http://​s.hostalia.de/​o|here]].
Line 33: Line 37:
 You could install your distribution'​s libhackrf package. Or, you could take the easy route for all relevant dependencies (including GNU Radio and friends) you might meet later on and use [[http://​pybombs.info]] (no root necessary for the stuff you build yourself): You could install your distribution'​s libhackrf package. Or, you could take the easy route for all relevant dependencies (including GNU Radio and friends) you might meet later on and use [[http://​pybombs.info]] (no root necessary for the stuff you build yourself):
  
-''​git clone --recursive https://​github.com/​pybombs/​pybombs.git+<​code>​ 
 +git clone --recursive https://​github.com/​pybombs/​pybombs.git
 cd pybombs ​ cd pybombs ​
 #prepare to answer a lot of questions with the default answer #prepare to answer a lot of questions with the default answer
Line 43: Line 48:
 #​bash: ​ #​bash: ​
 echo "​source /​home/<​username>/​target/​setup_env.sh"​ >> ~/.bashrc echo "​source /​home/<​username>/​target/​setup_env.sh"​ >> ~/.bashrc
-#zsh: >> ~/.zshenv''​ +#zsh: >> ~/.zshenv 
 +</​code>​
 ==== Testing stuff ==== ==== Testing stuff ====
  
howto/use_hackrf.txt · Last modified: 2015/08/14 17:30 by mkie