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

Recommended minimal connections between nRF9160, nRF52832 and satellite modem

I'm developing a system of nRF9160, nRF52832 and Iridium 9603 (satellite modem) - all on the same main board. The nRF9160 is the brain of the system and handles LTE, GPS and a bunch of on-board sensors. The nRF52832 handles a proprietary bus over BT between external units and the main board. The Iridium 9603 is handling communication where LTE is out of reach. nRF9160 <-> nRF52832 are connected over UART (only tx/rx), nRF9160<->9603 also over UART (only tx/rx).

I have a few pins to spare on both nRF, but don't want to waste them in case I need them in a later revision. Would there be any benefits with more connections between the two nRF besides tx/rx? 

I'm also trying to understand COEX and MAGPIO. I've connected COEX0 to control the power on of a GNSS LNA. Anything else that would be wise (either to nRF52 or the satellite modem)?

Parents
  • I have a few pins to spare on both nRF, but don't want to waste them in case I need them in a later revision. Would there be any benefits with more connections between the two nRF besides tx/rx? 

    If you add HWFC (2pins: CTS and RTS) then you get better control of power consumption, since you can disable the UART interface when there is no data. 

    I've connected COEX0 to control the power on of a GNSS LNA. Anything else that would be wise (either to nRF52 or the satellite modem)?

    Not that I can think of. 

Reply
  • I have a few pins to spare on both nRF, but don't want to waste them in case I need them in a later revision. Would there be any benefits with more connections between the two nRF besides tx/rx? 

    If you add HWFC (2pins: CTS and RTS) then you get better control of power consumption, since you can disable the UART interface when there is no data. 

    I've connected COEX0 to control the power on of a GNSS LNA. Anything else that would be wise (either to nRF52 or the satellite modem)?

    Not that I can think of. 

Children
Related