nRF24L01 with Z-Uno?

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
Brosa
Posts: 2
Joined: 29 Nov 2021 23:27

nRF24L01 with Z-Uno?

Post 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. :)
amatilda
Posts: 58
Joined: 26 Sep 2021 22:09

Re: nRF24L01 with Z-Uno?

Post 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
Brosa
Posts: 2
Joined: 29 Nov 2021 23:27

Re: nRF24L01 with Z-Uno?

Post by Brosa »

Thanks, much appreciated!
Post Reply