Open E3V3A opened 6 years ago
Some additional "instructions" found on www.rtl-sdr.com:
Install BOTH Visual C++ 2015 runtime 32 *and** 64 bit
Install: GNU radio, MSYS2, and Wintelive, as per instructions of curly boy
Check for tetra channels with SDR sharp. If signal(s) is well above noise floor write down the strongest channels on a paper. If signal is very low you need a proper antenna made for the tetra frequencies in your area. If you need help with the UHF antenna check this. Do not use excessive gain id SDR-sharp. Reason is that you get too much noise, so the program will not decode tetra traffic or only decode partially. Check with SDR how much gain is necessary without raising noise floor and write it down.
Reserve resources from your computer. That is try to switch off all unnecessary processes. VERY IMPORTANT: switch off AntiViruses, Windows Firewall, Windows Defender, WiFi, google crash etc. To help get you an idea, look at this
Press CTRL-ALT-DEL
and again, to kill all unnecessary processes
Open wintelive_10channels.grc
with GNU radio and DISABLE all 10 channels in the GNU graphic except one, sych that you are left with only ONE channel (press on each box and select “disable”.)
On the left of GNU grafic, find the Variable ID:sdr-gain
box and replace 33
with the gain you found necessary from SDR sharp. Next to it, is the Variable ID:sdr_ifgain
box. Replace the 20
with something accordingly to the sdr gain you entered for example for sdr_gain
, 18
. sdr_ifgain
gain should be 10
.
Execute the flow graph. Wait for everything to load and the graphic to start working
open MSYS and type muxrec 1
. That is you are going to use ONLY one channel.
open wintelive
. Do not use allscan
or bandscan
, since they work very poorly. Enter manually the frequency of your preference that you found from SDR-sharp and you wrote down on paper. Press tune. Program should start to work. New frequencies will start to appear on the Discovered frequencies
box
Check if you are having a lot of SDS messages. That means everything is OK. You should hear voice Now !!!!
If you are sick and tired of all the little wav
files, download and replace wintelive exe
with this. The new new exe wav’s will not be written and program will not crash after shutting down SDS messages box. (Program is not mine it’s from “holger”…)
cygwin should work. its only because one component i was unable to compile under windows. otherwise there would be no need for it.
@curlyboi Wow you're alive! 👍 🎉
What is your current outlook, development wise for this?
Looking at the comments both on your video and the RTL-SDR.com site, seem that loads of people are interested in this. Even someone made some source code changes, but never bothered to send you a pull request. Understandably we all have our own priorities, in life. It would be a shame to see this project die just because people were not able to help.
So in case you are not happy with continuing maintaining this project, would you consider handing it over to someone else?
Everyone is free to make a fork... I usually just create a sort of proof of concept that works most of the time and then let the community to take over. The same has happened with my other important project on github. I simply don't have time and motivation to continue, once it's sort of working. The install instructions should be fine, the VC libraries are because of libtetradec, it is a shameless rip of the audio codec used in tetra but the original libs were for linux so we sort of hacked it together and compiled under visual studio. If you were to compile it using a newer one, then you would certainly need newer runtime version.
Everyone is free to make a fork.
The problem, with just making a fork, is that then the project can't be maintained on the forked repo. Merging PRs, closing issues etc etc. You'd actually have to hand over the control of the original repo, AFAICT.
muxrec x dose not work in msys and the command c:\Program Files\GNURadio-3.7\gr-python27\python.exe -u c:\path\to\grc\project\top_block.py dose not work. A pity
Hi! Watched your video and this SW look pretty awesome!
However, there is no info about how to install this, and the requirements regarding SW or HW. That is too bad, because you did so much work on this, and nobody is able to use it. In addition, your other website is so slow it almost seem down.
But for everybodys convenience here is the text:
Do you have to use M-SYS2 or can you also use Cygwin?