Hiperión
Hiperión
I will reopen when I have something working
I have written the skeleton of the driver based on the PlutoSDR driver Responds correctly to detection. When I have something functional I'll let you know. https://github.com/hiperiondev/SoapySDR_rpitx
It already works... but with certain transmission outage problems. I think it is because of the buffer loading thread. But you can now try: https://github.com/hiperiondev/SoapySDR_rpitx
I have allowed the Soapy driver to report the RX channel because I have encountered several programs that require it. It does not have functionality but it exists to avoid...
I have made a lot of progress and it already transmits fairly well. I have found that the rate of consumption of the transmission FIFO in RPITX is not constant...
Exactly. Microvium seems to me a good alternative to Lua as a "glue" language. I would need a concrete example of how to access a function in C and how...
[microvium-ffi-example](https://github.com/coder-mike/microvium-ffi-example) is an example of "autobuilder" code. Not a concrete example of an arbitrary function imported and used within the javascript program
After read https://coder-mike.com/blog/2022/10/16/ffi-generator-library/ I understood a little how it would be implemented. It's a bit confusing though. I'm going to try some tests, but a good C example would be...
THANKS A LOT!!!! I have read the document and it is really very clear. I will do some tests to implement some basic microcontroller functions. Some kind of HAL would...
yes, MIT license.