ludiazv
ludiazv
I run cargo deb inside docker image of the target machine. For example if I'm packing for a arm64 i use a image using arm64v8/rust:1.43-slim-buster base image. Cargo deb runs...
Hi, The module uses a c++ library that have some problems on 64bit Raspi OS versions. I will look if there is any update now on this.
Updated to 0.2 version that solves the issue. It includes prebuilt binaries for node 12,14,16 & 17 for arm32 and arm64. Installation should be quite fast as the binaries are...
CE selectable. I see that you are using GPIO19. Try to use other pin as in the RPI this pin is also used for the second SPI interface (MISO signal)....
Hi, V16 still not supported. try bump nan package to last version. PRs are appreciated.
Hi Radio output seems ok. Have you crosscheck if the cpp version of getting started is configured to interact with the example provided here?
I was checking it now and it seems that the base lib has updated the example. I'm not sure but I think I think it has to be with the...
Hola @gedeondt, No tengo esta placa así que no te lo puedo confirmar. Pero me parece que el problema es cómo se asignan en esta placa los numeros de los...
Now there is no API to change the channel on-the-fly. To change the channel the radio must be reconfigured again. I think , however, that is not complex to add...
Hi @stoopfrench The library works at link level. It only enable to send/receive frames. The frame payload is a binary blob. How to treat it is application specific. Converting a...