I am new with nrf52 DK . I was trying to work with SPI code example given in the nordic example folder but its not working . I am trying to transfer the accellero/ gyro data through spi to nrf52.
I am new with nrf52 DK . I was trying to work with SPI code example given in the nordic example folder but its not working . I am trying to transfer the accellero/ gyro data through spi to nrf52.
Hello nav_s,
If you are new to the nRF52 family and development, I would recommend you to check out this thread.
Are you using the SPI Master example project?
Please describe what you are doing, and in what steps where it does not work.
Have you tried debugging you project?
Hi, I am using Master SPI example in the nrf52 DK board and connecting my accelero output to controller through SPI. So I was expecting some output in the m_rux_buf string after the accelerometer starts sending information but this string always remains empty. I have checked MOSI pin of controller on oscilloscope,its working fine but what I have to do when want to receive info from the accelerometer (controller (MISO)is getting data from sensor )
Hi, I am using Master SPI example in the nrf52 DK board and connecting my accelero output to controller through SPI. So I was expecting some output in the m_rux_buf string after the accelerometer starts sending information but this string always remains empty. I have checked MOSI pin of controller on oscilloscope,its working fine but what I have to do when want to receive info from the accelerometer (controller (MISO)is getting data from sensor )