Paul

Results 88 comments of Paul

I have exactly the same issue. I now use a interface developed by JF3HZB maybe there is some timing issue

I have replaced the wire library by direct sending the i2c commands on the GPIO so called bit banging. Now it looks it works also on ESP32. You have to...

Some people got it working without an issue, so there is some variation. Maybe if you combine it with an ili9341 spi interface the i2c gets in problems. Anyway I...

Hi Rob, in stead of moving to an other library, I changed the i2c part of etherkit. I also changed it to support multiple si5351's. You can get the code...

I do this by using the bandpassfilter analysis. Then use excel to calculate Rs and Cm based on 3db bandwith. You could simple enhance the bpf analysis option. Cm =...

If you don't overload the functions SoapySDR will just return empty vectors. Or we can keep the functions and return empty vector, this is how I did it now. Right...

Sdrberry supports (almost) every SDR that has an SoapySDR driver. I don't know this project, Is it like transmitting using the GPIO directly? That would be interesting. The most easy...

The documentation of the library is very minimum, SoapySDR requires API for setting gain (optional), frequency and sending the samples. That is all. You can check my library for audio...

If you have a first version i am happy to test it.