Skip to content
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

Using Airspy Mini without Success #193

Open
uakm2201 opened this issue Mar 19, 2023 · 11 comments
Open

Using Airspy Mini without Success #193

uakm2201 opened this issue Mar 19, 2023 · 11 comments
Assignees

Comments

@uakm2201
Copy link

Hello All

First thanks for this dev, I know, this could be a nightmare !!

Im' trying to use an airspy mini without success. Normally, it should a rtlsdr dongle (rt820) but is not detected ..

I've try to install air spy mini on the docker without more success. I'm pretty sure that I'm not so far ...

slush

Bus 001 Device 003: ID 1d50:60a1 OpenMoko, Inc. Airspy

What the best way to use it ?

@mikenye
Copy link
Member

mikenye commented Mar 22, 2023

It looks like I'll need to include the airspy_adsb utility within the container somehow. Or possibly in a different container and have this container connect to the airspy container to pull the data in...

I don't have an airspy so this will be difficult to implement. I'll do some reading.

It might be worth joining the Discord server and asking if anyone else is using an airspy to see what they are doing.

@mikenye mikenye self-assigned this Mar 22, 2023
mikenye added a commit to sdr-enthusiasts/airspy_adsb that referenced this issue Mar 22, 2023
@mikenye
Copy link
Member

mikenye commented Mar 22, 2023

Hello @uakm2201,

I've put together a container for you that I think will work with your airspy mini.

I'm not able to test this as I don't own an airspy mini. Would you be willing to test the container for me?

You should be able to add the following to the services: section of your docker-compose.yml file:

  airspy_adsb:
    build: https://github.com/sdr-enthusiasts/airspy_adsb.git#main
    tty: true
    container_name: airspy_adsb
    hostname: airspy_adsb
    restart: always
    environment:
      - AIRSPY_ADSB_VERBOSE=true
    devices:
      - /dev/bus/usb

You can then run docker compose build, and the container will build.

If you then run docker compose up airspy_adsb, the container should launch and run the airspy_adsb binary.

Could you please try this and send me the output?

If this works, you should be able to replace your readsb_protobuf container with this container.

@uakm2201
Copy link
Author

uakm2201 commented Mar 22, 2023 via email

@mikenye
Copy link
Member

mikenye commented Mar 22, 2023

No problems @uakm2201! Let me know how you go. Feel free to DM me in the Discord server when you're online.

@mikenye
Copy link
Member

mikenye commented Mar 22, 2023

Have a look at this link when you get home: https://github.com/sdr-enthusiasts/airspy_adsb#using-with-readsb

@uakm2201
Copy link
Author

uakm2201 commented Mar 22, 2023 via email

@mikenye
Copy link
Member

mikenye commented Mar 22, 2023

Yes, how can I help? Did you try the new container?

@uakm2201
Copy link
Author

uakm2201 commented Mar 22, 2023 via email

@mikenye
Copy link
Member

mikenye commented Mar 22, 2023

On the host (not in the container) can you please run lsmod and send the output?

Thanks.

@uakm2201
Copy link
Author

uakm2201 commented Mar 26, 2023 via email

@uakm2201
Copy link
Author

uakm2201 commented Apr 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants