This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF905 connection with nRF51DK

Hello All,

How to interface nRF905 with nRF51DK board? Any driver is available for nRF905 which support nRF51.

Any help will be appreciated.

Regards, Rajneesh

Parents
  • Hi,

    Do you mean by using radio or connecting the chips together by wire?

    If you mean radio, the nRF905 uses the ShockBurst protocol at the 868/905 MHz or 468 MHz ISM bands, the physical hardware is in other words not compatible with the radio on nRF51 which is operating in the 2.4 GHz ISM band.

    Connecting them via wire is pretty straight forward, you connect the nRF51 to the nRF905 using SPI, and follow the documentation to send data over the bus. Unfortunately we do not have a ready example for this.

    Best regards,

    Øyvind

Reply
  • Hi,

    Do you mean by using radio or connecting the chips together by wire?

    If you mean radio, the nRF905 uses the ShockBurst protocol at the 868/905 MHz or 468 MHz ISM bands, the physical hardware is in other words not compatible with the radio on nRF51 which is operating in the 2.4 GHz ISM band.

    Connecting them via wire is pretty straight forward, you connect the nRF51 to the nRF905 using SPI, and follow the documentation to send data over the bus. Unfortunately we do not have a ready example for this.

    Best regards,

    Øyvind

Children
Related