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

Connecting nRF9610 and nRF52xxxx

Hi all,

I'm evaluating design for a bluetooth + GPS + NB-IoT ultra-low power device

I see the only possibility to get a such module is to design it (I didn't found anything on the market that is real low power...)

I was thinking to connect nRF9160 and nRF52xxxx but I never used Nordic chip before. Is it a good idea ? Alternative I thought is ESP32 + nRF9160...

Which is the best way to interconnect nRF9610 and nRF52xxx ? SPI ? 

Parents
  • Hi,

    I was thinking to connect nRF9160 and nRF52xxxx but I never used Nordic chip before. Is it a good idea ?

    Very good idea :)

    We have an example/sample called LTE Sensor Gateway in NCS for this use-case. See this and this link.

    It uses UART to connect the nRF9160 and the nRF52840 together. The Bluetooth Controller is running on the nRF52840, and the Bluetooth Host is running on the nRF9160. You can use the nRF9160-DK to test the sample.

Reply
  • Hi,

    I was thinking to connect nRF9160 and nRF52xxxx but I never used Nordic chip before. Is it a good idea ?

    Very good idea :)

    We have an example/sample called LTE Sensor Gateway in NCS for this use-case. See this and this link.

    It uses UART to connect the nRF9160 and the nRF52840 together. The Bluetooth Controller is running on the nRF52840, and the Bluetooth Host is running on the nRF9160. You can use the nRF9160-DK to test the sample.

Children
Related