Gonzalo José Carracedo Carballal

Results 342 comments of Gonzalo José Carracedo Carballal

Does this happen with other software, like Gqrx? It would be interesting to see what happens if you attempt to use SigDigger and ```rtl_fm``` at the same time too (the...

Does it also happen the other way around? Using SigDigger and then running rtl_fm? If it does, I think we may be dealing with a librtlsdr thing here.

> I don't know how exactly device enumeration works. Does it make sense to enumerate devices on SigDigger startup before the user did anything? Device enumeration is rather slow, and...

You can. Press Ctrl+D. El mar., 4 feb. 2020 9:00, Mehdi escribió: > It seems right now the list of devices is initialised in the startup. > It would be...

This is in the ```develop``` ![Captura de pantalla de 2020-02-04 12-19-49](https://user-images.githubusercontent.com/610895/73740565-b2ba6980-4748-11ea-9d3b-daf4ceaa3a76.png) branch. Try the menu instead (View / Devices)

Mmh, does it show it in green or in gray? If it is green that's definitely a bug that I'll have to look up tomorrow. El mar., 4 feb. 2020...

Okay, I see what you mean, but I think this is bigger UX issue: here you can save multiple profiles, and since each profile has its own device, their device...

However, you still need to keep the device in the list in case you save a source profile. What if we _disable_ the OK button when the settings are not...

Yeah, I think you are right. In fact, this is somehow related to #45 , as most people assume that things should work ouf of the box. Since this is...

I see two problems here: 1. SoapySDR can only detect devices on-demand (no event system I know of) 2. SoapySDR device detection is slooow (seconds-slow). Polling is not an option,...