-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Red Pitaya with GnuRadio #721
Comments
Hi again, I see some work regarding running everything on the red pitaya is referenced in #686 . Do you know what the status is on this? Thanks again, |
Hi yet again, Pavel, Thanks! ~Nathaniel W2NAF |
Hi Nathaniel, If you need more than two receivers available in the sdr_transceiver configuration, then you can try to use
I'd say that you'll still need a remote computer to store the output HDF5 files. Moreover, I think that a more efficient solution would be to write a small C program based on sdr-transceiver.c or sdr-receiver-hpsdr.c that would receive the I/Q samples from the FPGA and would write them to the HDF5 files using the Digital RF C library. Could you please provide more details about your storage requirements? How many bands are you planning to record? At what sample rate? Best regards, Pavel |
Hi Pavel, I would like to record as many HF slices as possible, probably 6 to 8 192-kHz slices. If I just have 6 bands, I would do the ham bands at 1.8, 3.5, 7, 14, 21, and 28 MHz. I will likely have between 512 GB to 2 TB available, depending on the hardware I choose, and I would like the recorded to be able to run unattended for up to 2 weeks. Thank you, |
Hi Pavel, I just made plans to visit the DigitalRF authors at MIT Haystack in a couple of weeks to work on this with them in person. I'll let you know how it goes. Thanks! ~Nathaniel |
Hi Pavel, I'm using Red Pitaya with gnuradio and it works very well, any chance to have control for pre-amplifier + attenuator on GPIO pins (like ATT and PRE on red pitaya source as 0/1 select) ? for me is enough and I already have a good grc (modified from the W7FU original grc file) see screenshot, I really don't want to change to hpsdr grc block because I'm happy what I have now, BPF is not even needed as I have a very RF silent zone, just a FM notch filter and LPF is automatic. Thanks. Jacinto |
Hi Jacinto, Your GRC setup looks great! I'd prefer not to modify the FPGA configuration of the sdr_transceiver application. I'd propose to create a separate GRC block that would control a MCP23017 chip connected to the I2C pins of the extension connector E2. Another possibility is to use a FT232H chip connected via USB to your computer. Here is an example of a readily available module. Looking at the GPIO example, I'd say that it should be very easy to interface with GRC. What do you think? Best regards, Pavel |
Hi Pavel, Until two months ago I didn't know anything of gnuradio, I only modify the grc file to support red pitaya and this was after try many times, but creating a grc block I really don't know where to start ... and python is difficult for me. Jacinto |
If you're interested by the FT232H solution, then I could try to help you with the GRC block. I've just found another python library that works with FT232H: Looks like FTDI also makes modules based on FT232H: There are also FT232H modules available via ebay and aliexpress. |
That will be great, I think I can learn more ... I did change some parts on my red pitaya grc and learn how to do a simple attenuator for RX/TX signal, Jacinto |
Hi Pavel, Jacinto |
Hi Pavel, I just remember that I have a module with one PCA9555 + 2 ULN2803A ready to work, tested with red pitaya and hpsdr protocol, for me and you (as you already worked with this I2C chip), do you think is more easy to create a grc block then the FT232H USB board ? Jacinto |
Yes, it would be easier to create a grc block for PCA9555. |
That's good news, so, when you have time, I will appreciate a little help how to create the grc block, please ... Jacinto |
Description of the setup:
Description of the problem:
Hi, Pavel.
My goal is to set up a Red Pitaya to work with GnuRadio and MIT's DigitalRF as a multi-band HF receiver that will save time-stamped IQ files for later analysis. However, when I try running, red-pitaya-notes/projects/sdr_transceiver/gnuradio/trx_am.grc, I get "socket.error: [Errno 111] Connection refused". I've verified that the IP address is correctly set to the Red Pitaya an the port is set to 1001. I've tested the receiver with SkimmerServer on a Windows computer, and it works fine. Do you have any suggestions?
Also, do you think it is possible to run GnuRadio and DigitalRF all on the Red Pitaya without a remote computer?
Thanks for your help,
Nathaniel W2NAF
The text was updated successfully, but these errors were encountered: