Page 1 of 1

nRF24L01 with Z-Uno?

Posted: 30 Nov 2021 00:07
by Brosa
Are there any libraries for nRF24L01 wireless transceivers known to compile with Z-Uno?

I have tried compiling with RF24.h and rf24g.h but both fails with "/RF24_config.h:62:34: fatal error: utility/includes.h: No such file or directory
compilation terminated".

Any suggestion would be appreciated. :)

Re: nRF24L01 with Z-Uno?

Posted: 08 Dec 2021 06:55
by amatilda
Hello.
There is no official support at the moment.

But you can try to take the library files here https://github.com/Z-Wave-Me/Z-Uno-G2-C ... aries/RF24 and let's say this sketch https://github.com/Z-Wave-Me/Z-Uno-G2-C ... canner.ino

Since there is no board, it is checked only for build levels

Re: nRF24L01 with Z-Uno?

Posted: 10 Dec 2021 01:57
by Brosa
Thanks, much appreciated!