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

I2C or SPI bridge between nrf9160 and nrf52840 (Thingy91)

Hello

I am developing a prototype with the Thingy 91 that allows to have the default log in the UART0 <-> USB and collect the data of a sensor through the P6 expansion port (nrf52 SPARE) through the UART1 of the nrf52840.
I need a bridge to share the sensor data between the nrf52840 and nrf9160 but I run into the problem that the two available UART instances are already busy. My question is if it is possible to bridge via I2C or SPI on the shared MCU_IF pins. For the nrf52840 code I am relying on the usb_uart_bridge example.

Thx!

Parents Reply Children
Related