-
Notifications
You must be signed in to change notification settings - Fork 58
BIAS-T option #177
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
Comments
@Thom-x any plans om this? Are you still maintaining this repo? |
Sorry I don't have the hardware to test and implement this. Nevertheless, pull requests are welcome. 🙂 |
Hopefully someone can assist you with implementation. I have the hardware, not the skills. ;) |
Hello! I've enabled Bias Tee for RTL SDR v3 by making modifications to the container's code. Sorry, couldn't do it as pull request since I've forked the repo once and couldn't do any more forks. I've attached diff and the resulting files. Change log:
TODO:
You can preview the enhancement in this container: https://hub.docker.com/repository/docker/rpavlyuk/fr24feed-piaware bias-tee-feature.diff.txt |
That's cool @rpavlyuk, a 1st step to get this option into the add-on for HA! |
Unfortunately, I have no enough time to take a look into HA add-on :( But I promise to get to it as soon as I can. |
@rpavlyuk @ExquisiteMetropolis If you still want to try it, the feature is available in #185 under tag |
Cool! Thanks, I will, and let you know the outcome. Might take a few days / up to a week. |
I've been attempting to get it to work, I run into a challenge. I happen to have 2 installed, on for 1090Mhz and the other for 433Mhz. My current feeder (ultrafeed) has an option for that: RTLSDR_DEVICE=<s/n> (and so does the container for the 433Mhz one). For testing I will disconnect the 433Mhz one temporally. However, that will take some effort as it's of course neatly organized away. ;) |
You should be able to pass the device you want to the docker container, Instead of
Do
|
Thanks for the prompt reply.
Which returned:
The s/n of the dongles could be found via:
Matching the usb-devices output "Dev#= 4" with lsusb-tvv output: "/dev/bus/usb/001/004" and the s/n I determined that this is the matching dongle in this case. I do hope the mapping of the /dev/bus/usb/001/004 remains fixed upon reboots (and possible reconnects of devices during maintanance for what ever reason). Next step in the coming days is to turn off the current container(s), start up this one and do a power cycle. |
Decided to continue testing. Created the container with the following parameters:
Starts just fine. In the logs I can see:
So that looks good. Ran the container for a few mintues to see what is picked up. Also tested without a power cycle, when starting 'ultrafeed' the range is to what I normally expect. Images, with less range is the PR-185 container running. |
This is what I do to tweak ppm, not sure if it is the cause of the bad range though. |
Thanks, added this to the config but no change unfortunately. What I will try (later) is to physically disconnect the other dongle. By the way, Radarbox has renamed itself to AirNavRadar ;-) |
You can also override the default biast arguments, maybe it's picking the first one and it should be the other? |
I've tested some more. Physically removed the other RTL dongel I use. |
I've tested your container via this Home-Assistant add-on:
https://community.home-assistant.io/t/home-assistant-add-on-ads-b-multi-portal-feeder-flightradar24-and-flightaware/345563
Where I previously used a few docker containers: https://github.com/sdr-enthusiasts/docker-readsb-protobuf/pkgs/container/docker-readsb-protobuf (Sorry not yours...)
Following a power cycle, I noticed that since I switched to the HA-addon my reception range dropped.
Quick study showed my LNA filter wasn't powered anymore. Reason: BIAS-T wasn't switched on anymore.
The readsb container has a switch for that, the HA-addon (and your container?) doesn't as far as I have been able to determine.
Besides that, it provides for a lot of tuning options of the signal as well.
Reverting to the separate containers fixed the issue, BIAS-T was switched back on (needs to be done after each power cycle, it's not possible to fix this within the firmware/hardware of the RTL-SDR dongle), my reception range was back to normal.
Also via the HA-addin that uses your containers.
Reseating the RTLSDR dongle into the USB port resulted in the same. Less range, until the readsb container was restarted and switched on BIAS-T in the dongle.
Would it be possible to (at least) enable BIAS-T in yours? And preferably the other tuning options as well?
My goal is to stop using seperate docker containers and switch from HA supervised, to full HA OS.
The text was updated successfully, but these errors were encountered: