I am using nRF52 based NINA-112b EVK I saw the spi master example to send the data to slave. Do you have any idea what to do if I want to receive the data from the slave. and how to display it ?
Thanks in Advanced :)
I am using nRF52 based NINA-112b EVK I saw the spi master example to send the data to slave. Do you have any idea what to do if I want to receive the data from the slave. and how to display it ?
Thanks in Advanced :)
Thanks a lot. I was able to read data from pressre sensor. the spi example in nRF52 series receives the data from MISO pin to m_rx_buf array and sends data from m_tx_buf array from and to the SPI slave device respectively.
Thanks a lot. I was able to read data from pressre sensor. the spi example in nRF52 series receives the data from MISO pin to m_rx_buf array and sends data from m_tx_buf array from and to the SPI slave device respectively.