Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
Need the latest SmartSDR or 4O3A Genius Product Software?
SmartSDR v4.1.3 and the SmartSDR v4.1.3 Release Notes
SmartSDR v3.10.15 and the SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software and Firmware
SmartSDR v4.1.3 and the SmartSDR v4.1.3 Release Notes
SmartSDR v3.10.15 and the SmartSDR v3.10.15 Release Notes
The latest 4O3A Genius Product Software and Firmware
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
Interface between GNUradio and Flex-6500
Noel
Member
Hello, I'm trying to design a system using GNU radio and Flex Radio. The idea is to have GNU Radio create IQ samples composed from different digital modes(i.e. BPSK, QPSK) and arbitrary waveforms, transfer those samples to the flex-6500, and have the flex-6500 transmit those samples. I've seen many posts where people have done the opposite (i.e. Having Flex transmit IQ samples to GNU Radio for post-processing), which leads me to believe that it should be possible to reverse this for my application. I've started looking at the FlexLib API and have loaded all of the necessary files in Visual Studio (if anyone has any other IDE recommendations, that would also be greatly appreciated). However, I'm stuck conceptually on 2 things: 1) Is there already a function that exists within the FlexLib API that does this? If not, how feasible would it be to reverse engineer one of the existing functions to do this? 2) Is the flex radio able to collect these samples in real-time or is there a cap on how much data can be transmitted at a time? Any suggestions on how to approach this are greatly appreciated. Thanks, Noel Teku
0
Answers
-
You will want to use the Waveform API. There's not a lot of documentation on it at this point but the D-STAR and FreeDV modules are examples of this and available on Github here. Note that the FreeDV implementation is in a branch, ThumbDV_support. In short, this interface will send your receiver IQ data when in receive and expect audio to play out the speaker. If you have no data for the speaker, you may send null samples. On transmit, it's the opposite -- the radio will send you microphone samples (which you can ignore if you want) and you provide IQ data to transmit.0
-
Hi Steve, Thank you for the quick response. I went to the Github link, and was having trouble finding the "ThumbDV_support". Could you tell me more specificially how to get to that support, and if you have any advice on how to run it? Thanks, Noel0
-
It's Github -- you'll have to clone the repo to get the source. That should get you D-STAR source. Switch to the other branch if you want to see the ThumbDV code. If you've never used Git or Github, you'll need to go through an online tutorial or read up on Git0
-
Hi Steve, Thank you again. I was able to locate the ThumbDV branch in the Github link. I've been looking in the branch, but am having trouble to figure out what files I need to send arbitrary waveforms and digital modes from GNU radio to the Flex to transmit (i.e. QPSK, BPSK). Could you tell me which files I need to call from this API? Thanks, Noel Teku0
-
Each of the waveform applications build an executable that exchanges samples with the radio over a VITA-49 interface (UDP packets over Ethernet). The applications are written in C. As such, there is a main() routine that calls initialization routines to communicate with the radio and set everything up and there are loops that handle sample interchange. I think to really understand what's up, you're just going to have to go through the code and see how it works. You can compile and run the code in any C compiler on any platform with the typical modifications for different compilers and platforms.0
Leave a Comment
Categories
- All Categories
- 375 Community Topics
- 2.1K New Ideas
- 629 The Flea Market
- 8.2K Software
- 103 SmartSDR+
- 6.4K SmartSDR for Windows
- 183 SmartSDR for Maestro and M models
- 425 SmartSDR for Mac
- 271 SmartSDR for iOS
- 255 SmartSDR CAT
- 190 DAX
- 381 SmartSDR API
- 9.3K Radios and Accessories
- 36 Aurora
- 250 FLEX-8000 Signature Series
- 7.2K FLEX-6000 Signature Series
- 941 Maestro
- 55 FlexControl
- 864 FLEX Series (Legacy) Radios
- 917 Genius Products
- 460 Power Genius XL Amplifier
- 334 Tuner Genius XL
- 123 Antenna Genius
- 294 Shack Infrastructure
- 206 Networking
- 453 Remote Operation (SmartLink)
- 144 Contesting
- 784 Peripherals & Station Integration
- 139 Amateur Radio Interests
- 999 Third-Party Software