Hi,
Currently, we develop a prototype that needs to communicate with WuR; the FH101RF. Could you please tell me if it is possible to communicate with it? If not, can you provide other products of yours as replacements?
Regards,
Gaosheng
Hi,
Currently, we develop a prototype that needs to communicate with WuR; the FH101RF. Could you please tell me if it is possible to communicate with it? If not, can you provide other products of yours as replacements?
Regards,
Gaosheng
Hello Gaosheng,
From what I can see the FH101RF has SPI. You will need to find FH101RF drivers, most likely from its product page. Once you have that you can add these to nRF Connect SDK following the Zephyr Device Driver model.
Have a look at our Developer Academy and the nRF Connect SDK Intermediate and Lesson 5 - Serial Peripheral Interface. You will need to look at the datasheet of the FH101RF in order to communicate correctly with the device. Lesson 7 Device driver development, from the same course, might help you to get correct drivers if none are available.
Kind regards,
Øyvind