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

nrf9160 interfacing with MSP430

Hi,

Need help to interface nrf9160  with MSP430. 

Making Project where MSP430 will collect the data from ECG sensor and sending to nrf9160 in packet form. nrf9160 will going to handle the MQTT communication with broker.

I am planning to interface MSP430 to nrf9160 using UART. I never interfaced the two microcontroller using UART so before implementation need to confirm about compatibility. Also does nrf9160 has any library support for this kind of interface.

I just need to confirm is there any other way we can interface or else UART is completely fine ? 

Thank you in Advance.

  • Hello,

     

    I just need to confirm is there any other way we can interface or else UART is completely fine ? 

     It is supported on the nRF9160. I don't know much about the MSP430, but it should be supported there too. You should check to make sure though.

     

    Also does nrf9160 has any library support for this kind of interface.

    I don't now if there is a library, but there is a driver for it. You can check out this sample on how to use it.

    If anything is unclear, or you need further help, don't be afraid to ask.

Related