|
Python script for controlling relays using SDRAngel reverse API
Here is what I put up on github a while back: GitHub - texasyojimbo/relayngel
Here is what I put up on github a while back: GitHub - texasyojimbo/relayngel
|
By
James Dallas
· #1577
·
|
|
Python script for controlling relays using SDRAngel reverse API
Hi Joe, I never made the video. I think I moved on to some other hobby project. The basic idea would have been to use a bash or python script to control a USB relay board and then also trigger transmi
Hi Joe, I never made the video. I think I moved on to some other hobby project. The basic idea would have been to use a bash or python script to control a USB relay board and then also trigger transmi
|
By
James Dallas
· #1576
·
|
|
Change in binary distributions from Github
I guess you gotta do what you gotta do. Are we still going to be able to run sdrangel in docker containers though?
I guess you gotta do what you gotta do. Are we still going to be able to run sdrangel in docker containers though?
|
By
James Dallas
· #1233
·
|
|
Building a "fake" hamlib rigctld server for sdrangel
Hi everyone, I was thinking this afternoon (slow day at work) about how to make sdrangel work with software like wsjt or fldigi, which use hamlib. I know that some folks have asked Edouard to add haml
Hi everyone, I was thinking this afternoon (slow day at work) about how to make sdrangel work with software like wsjt or fldigi, which use hamlib. I know that some folks have asked Edouard to add haml
|
By
James Dallas
· #987
·
|
|
SDRAngel with Airspy Mini
Awesome, testing now, looks like it works perfectly! Thank you.
Awesome, testing now, looks like it works perfectly! Thank you.
|
By
James Dallas
· #971
·
|
|
SDRAngel with Airspy Mini
Hi Edouard, Thank you for looking into this. Would you like me to file an issue on github?
Hi Edouard, Thank you for looking into this. Would you like me to file an issue on github?
|
By
James Dallas
· #965
·
|
|
SDRAngel with Airspy Mini
I have an Airspy Mini, and it (sort of works) using the Airspy device type. The problem is that the only sampling rates I see available are 2.5 and 10 MSPS, and both result in distorted audio (the 2.5
I have an Airspy Mini, and it (sort of works) using the Airspy device type. The problem is that the only sampling rates I see available are 2.5 and 10 MSPS, and both result in distorted audio (the 2.5
|
By
James Dallas
· #962
·
|
|
A thing that happened today
Raspberry Pi 4 is out, with USB 3.x, etc. etc. Never actually seen sdrangel running on a Pi, but given that PiTX is still an item on the "issues" list... thought I'd share. https://www.raspberrypi.org
Raspberry Pi 4 is out, with USB 3.x, etc. etc. Never actually seen sdrangel running on a Pi, but given that PiTX is still an item on the "issues" list... thought I'd share. https://www.raspberrypi.org
|
By
James Dallas
· #950
·
|
|
Still Problems with Debian 10 Buster reverted to 9 Stretch
BTW played around with Docker last night. Only complaint I had is a problem that also occurs with the regular Linux build. (Sometimes my mouse is "sticky" and when I try to change gain, for example, t
BTW played around with Docker last night. Only complaint I had is a problem that also occurs with the regular Linux build. (Sometimes my mouse is "sticky" and when I try to change gain, for example, t
|
By
James Dallas
· #940
·
|
|
Frequency tracker appears twice in Linux build of 4.8.0.
Hi everyone, Is anyone else seeing "Frequency Tracker" appear twice? I am using 4.8.0 on Ubuntu 18. I have used both the prebuilt package as well as compiling myself and get the same result both times
Hi everyone, Is anyone else seeing "Frequency Tracker" appear twice? I am using 4.8.0 on Ubuntu 18. I have used both the prebuilt package as well as compiling myself and get the same result both times
|
By
James Dallas
· #845
·
|
|
sending baseband I/Q stream as a ***.sdriq file to the LimeSDR device (“Sink device (T1)”)
Not suggesting this be a requirement, but would be interesting to see if this will work using FIFOs as well. There are some projects that really only get as far as generating an I/Q stream (for exampl
Not suggesting this be a requirement, but would be interesting to see if this will work using FIFOs as well. There are some projects that really only get as far as generating an I/Q stream (for exampl
|
By
James Dallas
· #786
·
|
|
Python script creating a software VOX circuit for SDRAngel PTT
Siegried, Python has a pretty large user base and there are a lot of code examples on stackexchange and other forums that I drew inspiration from. It has some quirks (particularly in 2.x) but Python i
Siegried, Python has a pretty large user base and there are a lot of code examples on stackexchange and other forums that I drew inspiration from. It has some quirks (particularly in 2.x) but Python i
|
By
James Dallas
· #746
·
|
|
Python script creating a software VOX circuit for SDRAngel PTT
Ideally I'd like to change that architecture to something more like this, because I think it would be easier to use, perform better and be more powerful, but this is very much a "long-term" goal:
Ideally I'd like to change that architecture to something more like this, because I think it would be easier to use, perform better and be more powerful, but this is very much a "long-term" goal:
|
By
James Dallas
· #743
·
|
|
Python script creating a software VOX circuit for SDRAngel PTT
Hi Marty: voxangel doesn't directly control relays. voxangel sends messages using the REST API to control SDRAngel devices. SDRAngel then sends messages to relayngel to control relays and such. Here i
Hi Marty: voxangel doesn't directly control relays. voxangel sends messages using the REST API to control SDRAngel devices. SDRAngel then sends messages to relayngel to control relays and such. Here i
|
By
James Dallas
· #742
·
|
|
Python script creating a software VOX circuit for SDRAngel PTT
Hi everyone, Over the past few days I have been working on VOX for SDRAngel. Initially my plan was to control PTT using serial port lines, but serial ports are not on all modern computers (particularl
Hi everyone, Over the past few days I have been working on VOX for SDRAngel. Initially my plan was to control PTT using serial port lines, but serial ports are not on all modern computers (particularl
|
By
James Dallas
· #740
·
|
|
Python script for controlling relays using SDRAngel reverse API
Hi Marty, My intent is to develop a YouTube video explaining all of this in the near future.
Hi Marty, My intent is to develop a YouTube video explaining all of this in the near future.
|
By
James Dallas
· #721
·
|
|
Python script for controlling relays using SDRAngel reverse API
Addendum: I have since added a delay and also a PROCESS pseudo-relay type, so you can run third-party processes (either for unsupported hardware, or to do things like log transmissions). I still need
Addendum: I have since added a delay and also a PROCESS pseudo-relay type, so you can run third-party processes (either for unsupported hardware, or to do things like log transmissions). I still need
|
By
James Dallas
· #716
·
|
|
Python script for controlling relays using SDRAngel reverse API
Hi everyone: Here is my first stab at a script for controlling USB relay control boards using the SDRAngel reverse API. Github Link: https://github.com/texasyojimbo/relayngel I have only tested it on
Hi everyone: Here is my first stab at a script for controlling USB relay control boards using the SDRAngel reverse API. Github Link: https://github.com/texasyojimbo/relayngel I have only tested it on
|
By
James Dallas
· #714
·
|
|
Quick question re: API
Thanks. I'll play with it and report back.
Thanks. I'll play with it and report back.
|
By
James Dallas
· #708
·
|
|
Quick question re: API
Hi team, Does anyone know if the web server component of sdrangel (for the REST API) allows persistent connections / keep-alives? I had heretofore assumed that each API call was atomic and would requi
Hi team, Does anyone know if the web server component of sdrangel (for the REST API) allows persistent connections / keep-alives? I had heretofore assumed that each API call was atomic and would requi
|
By
James Dallas
· #706
·
|