I am trying to find the USRP2 blocks in order to utilize my USRP2. In alot of examples their exists a USRP2 Source that they use and maybe thats the reason why I'm not able to actually send and receive a signal using two USRP2's. We turn on the receiver at exactly the same freq as the transmitter and we are never capable of seeing a signal. The root of this question lies in that if we do the same thing but with 2 URSP1's we can see something in the receiver side.
Do I need a USRP2 block in GRC in order to use the USRP2 hardware?
230 Views Asked by Hector Tosado Jimenez At
1
There are 1 best solutions below
Related Questions in DATA-TRANSFER
- how can I use WCSessionUserInfoTransfer in watchos?
- How to transfer sensor data and audio data saved in internal memory of Moto 360 to an Android phone?
- Moving data from SQL into elasticsearch without rivers
- Is there a script that can transfer text from an excel file into an Adobe design program?
- openacc - async - gaining speedup in data transfer when using many async queues
- Data Transfer over Wi-Fi with out using Internet Data
- How to send an array from client side javascript to node js
- linux cpio to copy directory structure and file names?
- Data transfer insert into by chunk of 10,000 rows each time
- Node.js data transfer
- Computer Architecture: Cache Transfer Analysis
- How can we transfer data between classes when using swift programming language
- How to transfer data between Android phone and PC via USB?
- Transfer wiki between different MediaWiki versions manually by copying files
- Transferring Data using Audio using Python
Related Questions in GNURADIO
- gnuradio add code to file_sink
- Add a vertical scrollbar to a wxFrame accross multiple wxPanels
- how do I write my output to a file using file sink to analyze the output data?
- Gnuradio,OOT: correcting send() for tagged stream block?
- Plot freezing because of fast input stream to a GNU Radio block
- NRZ/PM demodulation for an old satellite in GNU Radio
- How to transmit data using GFSK modulation?
- GNU Radio--raw data from uhd_fft.py
- How to install specific gnuradio version using PyBombs?
- Error RIME Address
- Python PyGILState_{Ensure/Release} causes segfault while returning to C++ from Python code
- Is there any way to keep track of signal changes in GNU Radio?
- GNU Radio File Format for the recorded samples
- Swap out GR processing blocks on the fly?
- How to resolve the missing python gsm module while executing airprobe
Related Questions in TRANSMITFILE
- java socket transmit segmented file
- read Proviso raw BOF Files using python
- ASP.Net Transmit File
- How would one transfer files larger than 2,147,483,646 bytes (~2 GiB) with Win32 TransmitFile()?
- Response.TransmitFile() with UNC share (ASP.NET)
- Response TransmitFile
- sendfile() / TransmitFile() with encryption/decryption
- X310 USRP with python
- Why the TransmitFile is not downlaoding the file?
- Android phone use Java to send a textfile to hosted webspace
- Can not Transmit last packet with recv() Server/Client C file Transmiting over TCP
- Do I need a USRP2 block in GRC in order to use the USRP2 hardware?
- Response.TransmitFile Not downloading, and throwing no Errors
- Running code upon Response.TransmitFile completion
- Filename and mime problems - ASP.NET Download file (C#)
Related Questions in USRP
- gnuradio add code to file_sink
- how to transmit data from audiofile to environment via sdr?
- Gnuradio,OOT: correcting send() for tagged stream block?
- I have a ettus B200 mini. I want a function in C++ that shows if there is a hardware connection or not. Does this exist?
- Buffer underruns on x310 when transmitting and receiving from same channel
- How to resolve the missing python gsm module while executing airprobe
- Using Ettus USRPs in radar applications
- USRP X310 streaming problem. I kept receiving the same signal
- Getting a lot of underflows in GNU Radio. Why?
- GNU Radio: Set or get the phase from carrier of UHD USRP Sink block
- Implementing B210 GPIO ATR for both channels
- Detect Telosb emission using USRP Source
- Cannot use my gain block from the example. How to?
- Reading signal from GNU Radio UDP sink from client side
- GNU Radio USRP overflow
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The 'USRP2' blocks are deprecated, and should no longer be used. GNURadio now uses the 'UHD' block for all USRP devices. Put a UHD block into your flowgraph, and you should have more luck. If you see a non-UHD block being used for a USRP in an example, that just means the example is out of date.